+ 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: '0c794417-02c2-b2d0-e29c-3dbeecdea514' Node name: 'dev-msb-consul-5fdfc4cfd5-67kwr' 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/12/27 11:59:02 [DEBUG] agent: Using random ID "0c794417-02c2-b2d0-e29c-3dbeecdea514" as node ID 2021/12/27 11:59:02 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:0c794417-02c2-b2d0-e29c-3dbeecdea514 Address:127.0.0.1:8300}] 2021/12/27 11:59:02 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2021/12/27 11:59:02 [INFO] serf: EventMemberJoin: dev-msb-consul-5fdfc4cfd5-67kwr.dc1 127.0.0.1 2021/12/27 11:59:02 [INFO] serf: EventMemberJoin: dev-msb-consul-5fdfc4cfd5-67kwr 127.0.0.1 2021/12/27 11:59:02 [INFO] consul: Handled member-join event for server "dev-msb-consul-5fdfc4cfd5-67kwr.dc1" in area "wan" 2021/12/27 11:59:02 [INFO] consul: Adding LAN server dev-msb-consul-5fdfc4cfd5-67kwr (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/12/27 11:59:02 [DEBUG] agent/proxy: managed Connect proxy manager started 2021/12/27 11:59:02 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2021/12/27 11:59:02 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2021/12/27 11:59:02 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2021/12/27 11:59:02 [INFO] agent: started state syncer 2021/12/27 11:59:02 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2021/12/27 11:59:02 [WARN] raft: Heartbeat timeout from "" reached, starting election 2021/12/27 11:59:02 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2021/12/27 11:59:02 [DEBUG] raft: Votes needed: 1 2021/12/27 11:59:02 [DEBUG] raft: Vote granted from 0c794417-02c2-b2d0-e29c-3dbeecdea514 in term 2. Tally: 1 2021/12/27 11:59:02 [INFO] raft: Election won. Tally: 1 2021/12/27 11:59:02 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2021/12/27 11:59:02 [INFO] consul: cluster leadership acquired 2021/12/27 11:59:02 [INFO] consul: New leader elected: dev-msb-consul-5fdfc4cfd5-67kwr 2021/12/27 11:59:02 [INFO] connect: initialized primary datacenter CA with provider "consul" 2021/12/27 11:59:02 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-67kwr" since the cluster is too small 2021/12/27 11:59:02 [INFO] consul: member 'dev-msb-consul-5fdfc4cfd5-67kwr' joined, marking health alive 2021/12/27 11:59:02 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/12/27 11:59:02 [INFO] agent: Synced node info 2021/12/27 11:59:03 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/12/27 11:59:03 [DEBUG] agent: Node info in sync 2021/12/27 11:59:03 [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/12/27 12:00:02 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-67kwr" since the cluster is too small 2021/12/27 12:00:19 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/12/27 12:00:19 [DEBUG] agent: Node info in sync 2021/12/27 12:01:02 [DEBUG] manager: Rebalanced 1 servers, next active server is dev-msb-consul-5fdfc4cfd5-67kwr.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/12/27 12:01:02 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-67kwr" since the cluster is too small 2021/12/27 12:01:30 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/12/27 12:01:30 [DEBUG] agent: Node info in sync 2021/12/27 12:02:02 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-67kwr" since the cluster is too small 2021/12/27 12:02:31 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/12/27 12:02:31 [DEBUG] agent: Node info in sync 2021/12/27 12:03:02 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-67kwr" since the cluster is too small 2021/12/27 12:03:11 [DEBUG] manager: Rebalanced 1 servers, next active server is dev-msb-consul-5fdfc4cfd5-67kwr.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/12/27 12:03:36 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/12/27 12:03:36 [DEBUG] agent: Node info in sync 2021/12/27 12:04:02 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-67kwr" since the cluster is too small 2021/12/27 12:05:02 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-67kwr" since the cluster is too small 2021/12/27 12:05:08 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/12/27 12:05:08 [DEBUG] agent: Node info in sync 2021/12/27 12:05:26 [DEBUG] manager: Rebalanced 1 servers, next active server is dev-msb-consul-5fdfc4cfd5-67kwr.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/12/27 12:06:02 [DEBUG] consul: Skipping self join check for "dev-msb-consul-5fdfc4cfd5-67kwr" since the cluster is too small 2021/12/27 12:06:24 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/12/27 12:06:24 [DEBUG] agent: Node info in sync 2021/12/27 12:06:52 [DEBUG] http: Request GET /v1/status/leader (1.956184ms) from=10.242.134.8:52796 2021/12/27 12:06:53 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/sdc/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [INFO] agent: Synced service "_v1_sdc_10.96.230.163_8443" 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (8.745678ms) from=10.242.134.8:52804 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/sdc-v1 (608.742µs) from=10.242.134.8:52806 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_sdc-deprecated_10.96.230.163_8080" 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (4.886715ms) from=10.242.134.8:52808 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/sdc-deprecated-v1 (1.588849ms) from=10.242.134.8:52810 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_multicloud-k8s_10.96.143.141_9015" 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (2.966284ms) from=10.242.134.8:52812 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (238.338µs) from=10.242.134.8:52814 2021/12/27 12:06: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/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_parser_10.96.245.178_8806" 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.279735ms) from=10.242.134.8:52816 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/parser-v1 (364.953µs) from=10.242.134.8:52818 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_catalog_10.96.245.178_8806" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.292597ms) from=10.242.134.8:52822 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (393.145µs) from=10.242.134.8:52824 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_nsd_10.96.245.178_8806" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (2.929493ms) from=10.242.134.8:52826 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (230.28µs) from=10.242.134.8:52828 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [INFO] agent: Synced service "_v1_vnfpkgm_10.96.245.178_8806" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (2.798355ms) from=10.242.134.8:52830 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (1.154015ms) from=10.242.134.8:52832 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.96.69.127_9011" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.176272ms) from=10.242.134.8:52836 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (471.027µs) from=10.242.134.8:52838 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.96.69.127_9011" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.798733ms) from=10.242.134.8:52842 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (285.528µs) from=10.242.134.8:52844 2021/12/27 12:06:53 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v0_multicloud-pike_10.96.152.242_9007" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.130496ms) from=10.242.134.8:52848 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (231.494µs) from=10.242.134.8:52850 2021/12/27 12:06:53 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-pike/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_multicloud-pike_10.96.152.242_9007" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.288585ms) from=10.242.134.8:52854 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (2.292997ms) from=10.242.134.8:52856 2021/12/27 12:06:53 [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/12/27 12:06:53 [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/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_wf-gui_10.96.250.33_8443" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.42027ms) from=10.242.134.8:52860 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/wf-gui-v1 (489.598µs) from=10.242.134.8:52862 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [INFO] agent: Synced service "_v0_multicloud_10.96.34.222_9001" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.27394ms) from=10.242.134.8:52864 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (417.877µs) from=10.242.134.8:52866 2021/12/27 12:06:53 [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/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v1_multicloud_10.96.34.222_9001" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.987111ms) from=10.242.134.8:52868 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (394.601µs) from=10.242.134.8:52870 2021/12/27 12:06:53 [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/12/27 12:06:53 [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/12/27 12:06:53 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v11__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (4.301101ms) from=10.242.134.8:52872 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (304.253µs) from=10.242.134.8:52874 2021/12/27 12:06:53 [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/12/27 12:06:53 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v11_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.211785ms) from=10.242.134.8:52876 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (227.591µs) from=10.242.134.8:52878 2021/12/27 12:06:53 [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/12/27 12:06:53 [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/12/27 12:06:53 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v12__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.589503ms) from=10.242.134.8:52880 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (344.094µs) from=10.242.134.8:52882 2021/12/27 12:06:53 [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/12/27 12:06:53 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v12_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.209909ms) from=10.242.134.8:52884 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (416.756µs) from=10.242.134.8:52886 2021/12/27 12:06:53 [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/12/27 12:06:53 [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/12/27 12:06:53 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v13__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (4.056055ms) from=10.242.134.8:52888 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (346.532µs) from=10.242.134.8:52890 2021/12/27 12:06:53 [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/12/27 12:06:53 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v13_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (3.921152ms) from=10.242.134.8:52894 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (315.188µs) from=10.242.134.8:52896 2021/12/27 12:06:53 [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/12/27 12:06:53 [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/12/27 12:06:53 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [INFO] agent: Synced service "_v14__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request PUT /v1/agent/service/register (6.07134ms) from=10.242.134.8:52898 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:53 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:53 [DEBUG] agent: Node info in sync 2021/12/27 12:06:53 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (333.947µs) from=10.242.134.8:52900 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v14_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.645515ms) from=10.242.134.8:52902 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (329.807µs) from=10.242.134.8:52904 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v15__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (4.99975ms) from=10.242.134.8:52906 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (397.284µs) from=10.242.134.8:52908 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v15_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.489783ms) from=10.242.134.8:52910 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (397.675µs) from=10.242.134.8:52912 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v16__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.69349ms) from=10.242.134.8:52914 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (378.299µs) from=10.242.134.8:52916 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v16_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.732485ms) from=10.242.134.8:52918 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (459.354µs) from=10.242.134.8:52920 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v17__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.582331ms) from=10.242.134.8:52922 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (442.19µs) from=10.242.134.8:52926 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v17_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.573865ms) from=10.242.134.8:52928 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (2.993038ms) from=10.242.134.8:52930 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v18__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.924812ms) from=10.242.134.8:52932 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (417.696µs) from=10.242.134.8:52934 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v18_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.383974ms) from=10.242.134.8:52936 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (253.936µs) from=10.242.134.8:52938 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v19__aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.316858ms) from=10.242.134.8:52940 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (319.558µs) from=10.242.134.8:52944 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v19_aai-generic-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.727607ms) from=10.242.134.8:52946 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (319.858µs) from=10.242.134.8:52948 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v11__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.35239ms) from=10.242.134.8:52950 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (306.862µs) from=10.242.134.8:52952 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v11_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.726111ms) from=10.242.134.8:52954 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (428.368µs) from=10.242.134.8:52956 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v12__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.928569ms) from=10.242.134.8:52958 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (886.996µs) from=10.242.134.8:52960 2021/12/27 12:06:54 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v12_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (9.522245ms) from=10.242.134.8:52962 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (323.105µs) from=10.242.134.8:52966 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v13__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (10.792807ms) from=10.242.134.8:52968 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (309.582µs) from=10.242.134.8:52970 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v13_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.312052ms) from=10.242.134.8:52974 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (300.039µs) from=10.242.134.8:52978 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v14__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.760461ms) from=10.242.134.8:52980 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (273.504µs) from=10.242.134.8:52982 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v14_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (5.277012ms) from=10.242.134.8:52984 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (276.61µs) from=10.242.134.8:52986 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v15__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (6.614487ms) from=10.242.134.8:52988 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (373.395µs) from=10.242.134.8:52990 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v15_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.651377ms) from=10.242.134.8:52992 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (195.385µs) from=10.242.134.8:52994 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v16__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.227007ms) from=10.242.134.8:52996 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (389.568µs) from=10.242.134.8:52998 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v16_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (6.812186ms) from=10.242.134.8:53000 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (297.559µs) from=10.242.134.8:53002 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v17__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (8.156106ms) from=10.242.134.8:53004 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (207.689µs) from=10.242.134.8:53006 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v17_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (3.849328ms) from=10.242.134.8:53008 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (386.362µs) from=10.242.134.8:53010 2021/12/27 12:06:54 [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/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v18__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (31.045445ms) from=10.242.134.8:53012 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (324.674µs) from=10.242.134.8:53016 2021/12/27 12:06:54 [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/12/27 12:06:54 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [INFO] agent: Synced service "_v18_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request PUT /v1/agent/service/register (43.458597ms) from=10.242.134.8:53018 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:54 [DEBUG] agent: Node info in sync 2021/12/27 12:06:54 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (482.866µs) from=10.242.134.8:53020 2021/12/27 12:06:55 [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/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v19__aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (5.585721ms) from=10.242.134.8:53026 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (341.588µs) from=10.242.134.8:53028 2021/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v19_aai-nodes-query_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (4.440608ms) from=10.242.134.8:53032 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (249.072µs) from=10.242.134.8:53034 2021/12/27 12:06:55 [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/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v11__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (4.512585ms) from=10.242.134.8:53036 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (436.773µs) from=10.242.134.8:53038 2021/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v11_aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (3.203163ms) from=10.242.134.8:53040 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (225.06µs) from=10.242.134.8:53044 2021/12/27 12:06:55 [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/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v12__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (2.894446ms) from=10.242.134.8:53048 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (206.117µs) from=10.242.134.8:53050 2021/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v12_aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (2.832145ms) from=10.242.134.8:53052 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (269.091µs) from=10.242.134.8:53054 2021/12/27 12:06:55 [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/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v13__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (3.798592ms) from=10.242.134.8:53056 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (288.125µs) from=10.242.134.8:53058 2021/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v13_aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (3.426038ms) from=10.242.134.8:53060 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (493.555µs) from=10.242.134.8:53062 2021/12/27 12:06:55 [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/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v14__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (3.914003ms) from=10.242.134.8:53064 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (413.599µs) from=10.242.134.8:53066 2021/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v14_aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (3.863878ms) from=10.242.134.8:53068 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v14 (400.51µs) from=10.242.134.8:53070 2021/12/27 12:06:55 [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/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v15__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (4.103676ms) from=10.242.134.8:53072 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v15 (390.057µs) from=10.242.134.8:53074 2021/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v15_aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (4.03963ms) from=10.242.134.8:53076 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v15 (4.797837ms) from=10.242.134.8:53078 2021/12/27 12:06:55 [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/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v16__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (3.814614ms) from=10.242.134.8:53080 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v16 (966.09µs) from=10.242.134.8:53082 2021/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v16_aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (3.559603ms) from=10.242.134.8:53084 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v16 (424.829µs) from=10.242.134.8:53086 2021/12/27 12:06:55 [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/12/27 12:06:55 [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/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v17__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (4.570585ms) from=10.242.134.8:53088 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v17 (292.824µs) from=10.242.134.8:53090 2021/12/27 12:06:55 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v17\",\"enable_ssl\":\"true\",\"url\":\"/aai/v17/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v17_aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (4.005872ms) from=10.242.134.8:53094 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v17 (287.819µs) from=10.242.134.8:53098 2021/12/27 12:06:55 [WARN] agent: Service name "_aai-nquery-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06:55 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v18__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (5.285942ms) from=10.242.134.8:53100 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v18 (344.149µs) from=10.242.134.8:53102 2021/12/27 12:06:55 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v18_aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (4.865513ms) from=10.242.134.8:53108 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v18 (6.592963ms) from=10.242.134.8:53110 2021/12/27 12:06:55 [WARN] agent: Service name "_aai-nquery-v19" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06:55 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v19/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v19\",\"enable_ssl\":\"true\",\"url\":\"/aai/v19/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06:55 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/12/27 12:06: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/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.69.127_9011" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc-deprecated_10.96.230.163_8080" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.143.141_9015" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_wf-gui_10.96.250.33_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_catalog_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.152.242_9007" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_nsd_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [INFO] agent: Synced service "_v19__aai-nquery_10.242.89.130_8446" 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Node info in sync 2021/12/27 12:06:55 [DEBUG] http: Request PUT /v1/agent/service/register (2.879219ms) from=10.242.134.8:53112 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v13_aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v14__aai-nquery_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_sdc_10.96.230.163_8443" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_parser_10.96.245.178_8806" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v1_multicloud_10.96.34.222_9001" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.89.130_8446" in sync 2021/12/27 12:06:55 [DEBUG] agent: Service "_v15__aai-no