+ CONSUL_BIND= + [ -n ] + CONSUL_CLIENT= + [ -n ] + CONSUL_DATA_DIR=/consul/data + CONSUL_CONFIG_DIR=/consul/config + [ -n ] + [ a = - ] + [ 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: '2edf6011-dbcf-1e34-3a69-76662ef97605' Node name: 'dev-msb-consul-85cddc885c-gcskc' 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/04/21 10:46:57 [DEBUG] agent: Using random ID "2edf6011-dbcf-1e34-3a69-76662ef97605" as node ID 2021/04/21 10:46:57 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:2edf6011-dbcf-1e34-3a69-76662ef97605 Address:127.0.0.1:8300}] 2021/04/21 10:46:57 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2021/04/21 10:46:57 [INFO] serf: EventMemberJoin: dev-msb-consul-85cddc885c-gcskc.dc1 127.0.0.1 2021/04/21 10:46:57 [INFO] serf: EventMemberJoin: dev-msb-consul-85cddc885c-gcskc 127.0.0.1 2021/04/21 10:46:57 [INFO] consul: Adding LAN server dev-msb-consul-85cddc885c-gcskc (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/04/21 10:46:57 [INFO] consul: Handled member-join event for server "dev-msb-consul-85cddc885c-gcskc.dc1" in area "wan" 2021/04/21 10:46:57 [DEBUG] agent/proxy: managed Connect proxy manager started 2021/04/21 10:46:57 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2021/04/21 10:46:57 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2021/04/21 10:46:57 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2021/04/21 10:46:57 [INFO] agent: started state syncer 2021/04/21 10:46:57 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2021/04/21 10:46:57 [WARN] raft: Heartbeat timeout from "" reached, starting election 2021/04/21 10:46:57 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2021/04/21 10:46:57 [DEBUG] raft: Votes needed: 1 2021/04/21 10:46:57 [DEBUG] raft: Vote granted from 2edf6011-dbcf-1e34-3a69-76662ef97605 in term 2. Tally: 1 2021/04/21 10:46:57 [INFO] raft: Election won. Tally: 1 2021/04/21 10:46:57 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2021/04/21 10:46:57 [INFO] consul: cluster leadership acquired 2021/04/21 10:46:57 [INFO] consul: New leader elected: dev-msb-consul-85cddc885c-gcskc 2021/04/21 10:46:57 [INFO] connect: initialized primary datacenter CA with provider "consul" 2021/04/21 10:46:57 [DEBUG] consul: Skipping self join check for "dev-msb-consul-85cddc885c-gcskc" since the cluster is too small 2021/04/21 10:46:57 [INFO] consul: member 'dev-msb-consul-85cddc885c-gcskc' joined, marking health alive 2021/04/21 10:46:57 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/04/21 10:46:57 [INFO] agent: Synced node info 2021/04/21 10:47:00 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/04/21 10:47:00 [DEBUG] agent: Node info in sync 2021/04/21 10:47:00 [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/04/21 10:47:57 [DEBUG] consul: Skipping self join check for "dev-msb-consul-85cddc885c-gcskc" since the cluster is too small 2021/04/21 10:48:01 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/04/21 10:48:01 [DEBUG] agent: Node info in sync 2021/04/21 10:48:28 [DEBUG] http: Request GET /v1/status/leader (1.546816ms) from=10.242.22.16:37482 2021/04/21 10:48:29 [WARN] agent: Service name "multicloud-titanium_cloud-v0" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-titanium_cloud/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [INFO] agent: Synced service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (9.128585ms) from=10.242.22.16:37486 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-titanium_cloud-v0 (6.352393ms) from=10.242.22.16:37488 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-titaniumcloud/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [INFO] agent: Synced service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.277356ms) from=10.242.22.16:37490 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-titaniumcloud-v0 (419.87µs) from=10.242.22.16:37492 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-titaniumcloud/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.494221ms) from=10.242.22.16:37494 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-titaniumcloud-v1 (339.575µs) from=10.242.22.16:37496 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/aai-esr-server/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_aai-esr-server_10.96.11.14_9518" 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.729145ms) from=10.242.22.16:37498 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/aai-esr-server-v1 (1.091214ms) from=10.242.22.16:37500 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/iui/aai-esr-gui\",\"protocol\":\"UI\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/esr-gui\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_aai-esr-gui_10.96.157.210_8080" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (5.920189ms) from=10.242.22.16:37502 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/aai-esr-gui-v1 (392.231µs) from=10.242.22.16:37504 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-vio/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v0_multicloud-vio_10.96.96.130_9004" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.560776ms) from=10.242.22.16:37506 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-vio-v0 (956.133µs) from=10.242.22.16:37508 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/api/multicloud-vio/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_multicloud-vio_10.96.96.130_9004" 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.51304ms) from=10.242.22.16:37510 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-vio-v1 (273.205µs) from=10.242.22.16:37512 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v0_multicloud_10.96.249.89_9001" 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.954499ms) from=10.242.22.16:37514 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (395.555µs) from=10.242.22.16:37516 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_multicloud_10.96.249.89_9001" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.481126ms) from=10.242.22.16:37518 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (433.566µs) from=10.242.22.16:37520 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_appc_10.96.253.48_8443" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.549626ms) from=10.242.22.16:37522 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/appc-v1 (368.757µs) from=10.242.22.16:37524 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_dmaap-dr-prov_10.96.131.188_443" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.578925ms) from=10.242.22.16:37526 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (305.502µs) from=10.242.22.16:37528 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_message-router_10.96.215.44_3904" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (5.28877ms) from=10.242.22.16:37530 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/message-router-v1 (282.611µs) from=10.242.22.16:37532 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.96.250.138_9011" 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.040927ms) from=10.242.22.16:37536 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (478.066µs) from=10.242.22.16:37538 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.96.250.138_9011" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.880293ms) from=10.242.22.16:37546 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (317.992µs) from=10.242.22.16:37548 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_multicloud-k8s_10.96.22.230_9015" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.405524ms) from=10.242.22.16:37550 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-k8s-v1 (298.816µs) from=10.242.22.16:37552 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_parser_10.96.234.194_8806" 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.803776ms) from=10.242.22.16:37554 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/parser-v1 (443.355µs) from=10.242.22.16:37556 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_catalog_10.96.234.194_8806" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.98286ms) from=10.242.22.16:37558 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (1.302447ms) from=10.242.22.16:37560 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_nsd_10.96.234.194_8806" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (5.03874ms) from=10.242.22.16:37562 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (416.168µs) from=10.242.22.16:37564 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_vnfpkgm_10.96.234.194_8806" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.930158ms) from=10.242.22.16:37566 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (383.668µs) from=10.242.22.16:37568 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v0_multicloud-pike_10.96.55.189_9007" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.029239ms) from=10.242.22.16:37570 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (286.845µs) from=10.242.22.16:37572 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_multicloud-pike_10.96.55.189_9007" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (5.992744ms) from=10.242.22.16:37574 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (551.919µs) from=10.242.22.16:37576 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v0\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-starlingx/v0\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v0_multicloud-starlingx_10.96.189.244_9009" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.376871ms) from=10.242.22.16:37578 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-starlingx-v0 (1.670112ms) from=10.242.22.16:37580 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"true\",\"url\":\"/api/multicloud-starlingx/v1\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v1_multicloud-starlingx_10.96.189.244_9009" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (4.509252ms) from=10.242.22.16:37582 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/multicloud-starlingx-v1 (417.455µs) from=10.242.22.16:37584 2021/04/21 10:48:29 [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/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v11__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (6.417922ms) from=10.242.22.16:37586 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (289.847µs) from=10.242.22.16:37588 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v11_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (8.155026ms) from=10.242.22.16:37590 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (472.219µs) from=10.242.22.16:37592 2021/04/21 10:48:29 [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/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v12__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (9.237762ms) from=10.242.22.16:37594 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (314.563µs) from=10.242.22.16:37596 2021/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v12_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.526425ms) from=10.242.22.16:37598 2021/04/21 10:48:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (316.133µs) from=10.242.22.16:37600 2021/04/21 10:48:29 [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/04/21 10:48:29 [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/04/21 10:48:29 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [INFO] agent: Synced service "_v13__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:29 [DEBUG] http: Request PUT /v1/agent/service/register (3.882738ms) from=10.242.22.16:37608 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:29 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:29 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (367.166µs) from=10.242.22.16:37610 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v13_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (3.844872ms) from=10.242.22.16:37612 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (272.888µs) from=10.242.22.16:37614 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v14__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (3.381348ms) from=10.242.22.16:37616 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (302.976µs) from=10.242.22.16:37618 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v14_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (5.434983ms) from=10.242.22.16:37620 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (361.554µs) from=10.242.22.16:37622 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v15__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.17642ms) from=10.242.22.16:37624 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (292.849µs) from=10.242.22.16:37626 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v15_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (3.796523ms) from=10.242.22.16:37628 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (326.553µs) from=10.242.22.16:37630 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v16__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.29827ms) from=10.242.22.16:37632 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (259.503µs) from=10.242.22.16:37634 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v16_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (8.518481ms) from=10.242.22.16:37636 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (459.772µs) from=10.242.22.16:37638 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v17__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.142032ms) from=10.242.22.16:37640 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (444.88µs) from=10.242.22.16:37642 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v17_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.158311ms) from=10.242.22.16:37644 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (345.414µs) from=10.242.22.16:37646 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v18__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.744268ms) from=10.242.22.16:37648 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (329.553µs) from=10.242.22.16:37650 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v18_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (3.075699ms) from=10.242.22.16:37652 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (503.065µs) from=10.242.22.16:37654 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v19__aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (8.836876ms) from=10.242.22.16:37656 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (405.205µs) from=10.242.22.16:37658 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v19_aai-generic-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (3.766122ms) from=10.242.22.16:37660 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (418.871µs) from=10.242.22.16:37662 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v11__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (5.97568ms) from=10.242.22.16:37664 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (506.987µs) from=10.242.22.16:37666 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v11_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (3.821706ms) from=10.242.22.16:37668 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (251.212µs) from=10.242.22.16:37670 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v12__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (3.988863ms) from=10.242.22.16:37672 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (429.428µs) from=10.242.22.16:37674 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v12_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.627214ms) from=10.242.22.16:37676 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (290.26µs) from=10.242.22.16:37678 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v13__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (9.151394ms) from=10.242.22.16:37680 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (285.56µs) from=10.242.22.16:37682 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v13_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (5.630379ms) from=10.242.22.16:37686 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (1.732056ms) from=10.242.22.16:37688 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v14__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (5.168959ms) from=10.242.22.16:37690 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (523.218µs) from=10.242.22.16:37694 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v14_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (29.089844ms) from=10.242.22.16:37696 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (313.936µs) from=10.242.22.16:37698 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v15__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (12.959608ms) from=10.242.22.16:37700 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (299.142µs) from=10.242.22.16:37702 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v15_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (12.996701ms) from=10.242.22.16:37704 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (276.605µs) from=10.242.22.16:37706 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v16__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (5.501381ms) from=10.242.22.16:37708 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (556.348µs) from=10.242.22.16:37710 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v16_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.745396ms) from=10.242.22.16:37712 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (301.004µs) from=10.242.22.16:37714 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v17__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (5.097255ms) from=10.242.22.16:37716 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (534.515µs) from=10.242.22.16:37718 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v17_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.384045ms) from=10.242.22.16:37720 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (2.162293ms) from=10.242.22.16:37722 2021/04/21 10:48:30 [WARN] agent: Service name "_aai-nodes-query-v18" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v18/search/nodes-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v18__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (12.980496ms) from=10.242.22.16:37724 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (416.155µs) from=10.242.22.16:37726 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v18\",\"enable_ssl\":\"true\",\"url\":\"/aai/v18/search/nodes-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v18_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (6.65495ms) from=10.242.22.16:37728 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (416.715µs) from=10.242.22.16:37730 2021/04/21 10:48:30 [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/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v19__aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.445898ms) from=10.242.22.16:37732 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (332.449µs) from=10.242.22.16:37736 2021/04/21 10:48:30 [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/04/21 10:48:30 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [INFO] agent: Synced service "_v19_aai-nodes-query_10.242.213.5_8446" 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request PUT /v1/agent/service/register (4.516517ms) from=10.242.22.16:37738 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:30 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:30 [DEBUG] agent: Node info in sync 2021/04/21 10:48:30 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (463.991µs) from=10.242.22.16:37742 2021/04/21 10:48:31 [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/04/21 10:48:31 [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/04/21 10:48:31 [DEBUG] agent: Service 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/04/21 10:48:31 [DEBUG] 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/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [INFO] agent: Synced service "_v11__aai-nquery_10.242.213.5_8446" 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request PUT /v1/agent/service/register (4.410938ms) from=10.242.22.16:37744 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (390.779µs) from=10.242.22.16:37746 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [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/04/21 10:48:31 [DEBUG] agent: Service 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/04/21 10:48:31 [DEBUG] 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/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [INFO] agent: Synced service "_v11_aai-nquery_10.242.213.5_8446" 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request PUT /v1/agent/service/register (4.912243ms) from=10.242.22.16:37748 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (416.395µs) from=10.242.22.16:37750 2021/04/21 10:48:31 [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/04/21 10:48:31 [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/04/21 10:48:31 [DEBUG] agent: Service 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/04/21 10:48:31 [DEBUG] 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/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [INFO] agent: Synced service "_v12__aai-nquery_10.242.213.5_8446" 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request PUT /v1/agent/service/register (4.010159ms) from=10.242.22.16:37754 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (430.903µs) from=10.242.22.16:37756 2021/04/21 10:48:31 [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/04/21 10:48:31 [DEBUG] agent: Service 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/04/21 10:48:31 [DEBUG] 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/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [INFO] agent: Synced service "_v12_aai-nquery_10.242.213.5_8446" 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request PUT /v1/agent/service/register (3.93984ms) from=10.242.22.16:37758 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (481.617µs) from=10.242.22.16:37760 2021/04/21 10:48:31 [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/04/21 10:48:31 [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/04/21 10:48:31 [DEBUG] agent: Service 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/04/21 10:48:31 [DEBUG] 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/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [INFO] agent: Synced service "_v13__aai-nquery_10.242.213.5_8446" 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request PUT /v1/agent/service/register (4.098007ms) from=10.242.22.16:37762 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (2.795979ms) from=10.242.22.16:37764 2021/04/21 10:48:31 [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/04/21 10:48:31 [DEBUG] agent: Service 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/04/21 10:48:31 [DEBUG] 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/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [INFO] agent: Synced service "_v13_aai-nquery_10.242.213.5_8446" 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request PUT /v1/agent/service/register (4.808215ms) from=10.242.22.16:37772 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (383.472µs) from=10.242.22.16:37774 2021/04/21 10:48:31 [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/04/21 10:48:31 [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/04/21 10:48:31 [DEBUG] agent: Service 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/04/21 10:48:31 [DEBUG] 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/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [INFO] agent: Synced service "_v14__aai-nquery_10.242.213.5_8446" 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request PUT /v1/agent/service/register (4.038356ms) from=10.242.22.16:37776 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (293.695µs) from=10.242.22.16:37778 2021/04/21 10:48:31 [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/04/21 10:48:31 [DEBUG] agent: Service 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/04/21 10:48:31 [DEBUG] 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/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [INFO] agent: Synced service "_v14_aai-nquery_10.242.213.5_8446" 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.131.188_443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.189_9007" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titaniumcloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Node info in sync 2021/04/21 10:48:31 [DEBUG] http: Request PUT /v1/agent/service/register (11.957705ms) from=10.242.22.16:37782 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_nsd_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.11.14_9518" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-titanium_cloud_10.96.183.98_9005" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.189.244_9009" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.157.210_8080" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_parser_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-k8s_10.96.22.230_9015" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11__aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nquery_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.250.138_9011" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v0_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.96.130_9004" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_catalog_10.96.234.194_8806" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_appc_10.96.253.48_8443" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_message-router_10.96.215.44_3904" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v1_multicloud_10.96.249.89_9001" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.213.5_8446" in sync 2021/04/21 10:48:31 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.213.