+ 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: '479de168-dd48-b787-17b7-01bd6331f2ed' Node name: 'dev-msb-consul-85cddc885c-xf726' 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/12 10:44:17 [DEBUG] agent: Using random ID "479de168-dd48-b787-17b7-01bd6331f2ed" as node ID 2021/04/12 10:44:17 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:479de168-dd48-b787-17b7-01bd6331f2ed Address:127.0.0.1:8300}] 2021/04/12 10:44:17 [INFO] serf: EventMemberJoin: dev-msb-consul-85cddc885c-xf726.dc1 127.0.0.1 2021/04/12 10:44:17 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "") 2021/04/12 10:44:17 [INFO] serf: EventMemberJoin: dev-msb-consul-85cddc885c-xf726 127.0.0.1 2021/04/12 10:44:17 [INFO] consul: Handled member-join event for server "dev-msb-consul-85cddc885c-xf726.dc1" in area "wan" 2021/04/12 10:44:17 [INFO] consul: Adding LAN server dev-msb-consul-85cddc885c-xf726 (Addr: tcp/127.0.0.1:8300) (DC: dc1) 2021/04/12 10:44:17 [DEBUG] agent/proxy: managed Connect proxy manager started 2021/04/12 10:44:17 [INFO] agent: Started DNS server 0.0.0.0:8600 (udp) 2021/04/12 10:44:17 [INFO] agent: Started DNS server 0.0.0.0:8600 (tcp) 2021/04/12 10:44:17 [INFO] agent: Started HTTP server on [::]:8500 (tcp) 2021/04/12 10:44:17 [INFO] agent: started state syncer 2021/04/12 10:44:17 [INFO] agent: Started gRPC server on [::]:8502 (tcp) 2021/04/12 10:44:17 [WARN] raft: Heartbeat timeout from "" reached, starting election 2021/04/12 10:44:17 [INFO] raft: Node at 127.0.0.1:8300 [Candidate] entering Candidate state in term 2 2021/04/12 10:44:17 [DEBUG] raft: Votes needed: 1 2021/04/12 10:44:17 [DEBUG] raft: Vote granted from 479de168-dd48-b787-17b7-01bd6331f2ed in term 2. Tally: 1 2021/04/12 10:44:17 [INFO] raft: Election won. Tally: 1 2021/04/12 10:44:17 [INFO] raft: Node at 127.0.0.1:8300 [Leader] entering Leader state 2021/04/12 10:44:17 [INFO] consul: cluster leadership acquired 2021/04/12 10:44:17 [INFO] consul: New leader elected: dev-msb-consul-85cddc885c-xf726 2021/04/12 10:44:17 [INFO] connect: initialized primary datacenter CA with provider "consul" 2021/04/12 10:44:17 [DEBUG] consul: Skipping self join check for "dev-msb-consul-85cddc885c-xf726" since the cluster is too small 2021/04/12 10:44:17 [INFO] consul: member 'dev-msb-consul-85cddc885c-xf726' joined, marking health alive 2021/04/12 10:44:17 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/04/12 10:44:17 [INFO] agent: Synced node info 2021/04/12 10:44:20 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/04/12 10:44:20 [DEBUG] agent: Node info in sync 2021/04/12 10:44:20 [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/12 10:45:17 [DEBUG] consul: Skipping self join check for "dev-msb-consul-85cddc885c-xf726" since the cluster is too small 2021/04/12 10:45:35 [DEBUG] agent: Skipping remote check "serfHealth" since it is managed automatically 2021/04/12 10:45:35 [DEBUG] agent: Node info in sync 2021/04/12 10:45:46 [DEBUG] http: Request GET /v1/catalog/services (17.33334ms) from=10.242.154.77:58054 2021/04/12 10:45:46 [DEBUG] http: Request GET /v1/status/leader (1.25312ms) from=10.242.154.77:58056 2021/04/12 10:45:59 [DEBUG] http: Request GET /v1/status/leader (2.524751ms) from=10.242.8.144:43372 2021/04/12 10:46:00 [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/12 10:46:00 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:00 [INFO] agent: Synced service "_v1_aai-esr-gui_10.96.221.124_8080" 2021/04/12 10:46:00 [DEBUG] agent: Node info in sync 2021/04/12 10:46:00 [DEBUG] http: Request PUT /v1/agent/service/register (625.088688ms) from=10.242.8.144:43380 2021/04/12 10:46:00 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:00 [DEBUG] agent: Node info in sync 2021/04/12 10:46:00 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=9 (13.868532876s) from=10.242.154.77:58054 2021/04/12 10:46:00 [DEBUG] http: Request GET /v1/health/service/aai-esr-gui-v1 (2.562595ms) from=10.242.8.144:43384 2021/04/12 10:46:00 [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/12 10:46:00 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:01 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:01 [INFO] agent: Synced service "_v0_multicloud-pike_10.96.55.47_9007" 2021/04/12 10:46:01 [DEBUG] agent: Node info in sync 2021/04/12 10:46:01 [DEBUG] http: Request PUT /v1/agent/service/register (1.002680262s) from=10.242.8.144:43386 2021/04/12 10:46:01 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=16 (1.092304297s) from=10.242.154.77:58054 2021/04/12 10:46:01 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:01 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:01 [DEBUG] agent: Node info in sync 2021/04/12 10:46:01 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v0 (432.706µs) from=10.242.8.144:43398 2021/04/12 10:46:02 [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/12 10:46:02 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:03 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:03 [INFO] agent: Synced service "_v1_multicloud-pike_10.96.55.47_9007" 2021/04/12 10:46:03 [DEBUG] agent: Node info in sync 2021/04/12 10:46:03 [DEBUG] http: Request PUT /v1/agent/service/register (1.82905669s) from=10.242.8.144:43400 2021/04/12 10:46:03 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:03 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:03 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:03 [DEBUG] agent: Node info in sync 2021/04/12 10:46:03 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=17 (1.860200064s) from=10.242.154.77:58054 2021/04/12 10:46:03 [DEBUG] http: Request GET /v1/health/service/multicloud-pike-v1 (1.269719ms) from=10.242.8.144:43416 2021/04/12 10:46:03 [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/12 10:46:03 [DEBUG] 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/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v0_multicloud-fcaps_10.96.45.153_9011" 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (603.404654ms) from=10.242.8.144:43418 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=19 (649.518287ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v0 (695.923µs) from=10.242.8.144:43420 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v1_multicloud-fcaps_10.96.45.153_9011" 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (36.506934ms) from=10.242.8.144:43422 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=20 (55.070374ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/multicloud-fcaps-v1 (607.797µs) from=10.242.8.144:43424 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v0_multicloud_10.96.100.197_9001" 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (32.061241ms) from=10.242.8.144:43426 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=21 (73.048397ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/multicloud-v0 (422.523µs) from=10.242.8.144:43430 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v1_multicloud_10.96.100.197_9001" 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (31.564456ms) from=10.242.8.144:43432 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=22 (72.673444ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/multicloud-v1 (449.434µs) from=10.242.8.144:43434 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [INFO] agent: Synced service "_v1_message-router_10.96.53.86_3904" 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (4.754577ms) from=10.242.8.144:43438 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=23 (30.990707ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/message-router-v1 (489.608µs) from=10.242.8.144:43440 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v0_multicloud-vio_10.96.80.193_9004" 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (3.3741ms) from=10.242.8.144:43442 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=24 (28.184686ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/multicloud-vio-v0 (5.945977ms) from=10.242.8.144:43444 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v1_multicloud-vio_10.96.80.193_9004" 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (5.350845ms) from=10.242.8.144:43446 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=25 (37.2101ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/multicloud-vio-v1 (570.687µs) from=10.242.8.144:43448 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v1_parser_10.96.236.130_8806" 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (4.792165ms) from=10.242.8.144:43450 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=26 (32.148598ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/parser-v1 (5.031003ms) from=10.242.8.144:43452 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v1_catalog_10.96.236.130_8806" 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (4.769341ms) from=10.242.8.144:43454 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=27 (24.460738ms) from=10.242.154.77:58054 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/health/service/catalog-v1 (411.212µs) from=10.242.8.144:43456 2021/04/12 10:46:04 [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/12 10:46:04 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [INFO] agent: Synced service "_v1_nsd_10.96.236.130_8806" 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request PUT /v1/agent/service/register (8.434203ms) from=10.242.8.144:43458 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:04 [DEBUG] agent: Node info in sync 2021/04/12 10:46:04 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=28 (54.976595ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/nsd-v1 (376.774µs) from=10.242.8.144:43460 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v1_vnfpkgm_10.96.236.130_8806" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (10.764466ms) from=10.242.8.144:43462 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=29 (44.235239ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/vnfpkgm-v1 (474.294µs) from=10.242.8.144:43464 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v1\",\"enable_ssl\":\"false\",\"url\":\"/\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v1_dmaap-dr-prov_10.96.105.18_443" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (4.131661ms) from=10.242.8.144:43466 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=30 (33.133362ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/dmaap-dr-prov-v1 (408.203µs) from=10.242.8.144:43468 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v1_aai-esr-server_10.96.27.106_9518" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (15.47234ms) from=10.242.8.144:43470 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=31 (51.151268ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/aai-esr-server-v1 (8.703009ms) from=10.242.8.144:43472 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v0_multicloud-starlingx_10.96.29.172_9009" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (29.465043ms) from=10.242.8.144:43474 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=32 (50.695652ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/multicloud-starlingx-v0 (426.957µs) from=10.242.8.144:43476 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v1_multicloud-starlingx_10.96.29.172_9009" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (47.739605ms) from=10.242.8.144:43478 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=33 (72.610301ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/multicloud-starlingx-v1 (451.513µs) from=10.242.8.144:43480 2021/04/12 10:46:05 [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/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v11__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (30.769144ms) from=10.242.8.144:43482 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=34 (79.81829ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v11 (271.63µs) from=10.242.8.144:43484 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v11_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (4.403536ms) from=10.242.8.144:43486 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=35 (32.811218ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v11 (426.516µs) from=10.242.8.144:43488 2021/04/12 10:46:05 [WARN] agent: Service name "_aai-generic-query-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/search/generic-query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/search/generic-query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v12__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (4.639577ms) from=10.242.8.144:43490 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=36 (31.18941ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v12 (3.847163ms) from=10.242.8.144:43492 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v12_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (10.162733ms) from=10.242.8.144:43494 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=37 (27.469266ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v12 (309.798µs) from=10.242.8.144:43496 2021/04/12 10:46:05 [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/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v13__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (31.34376ms) from=10.242.8.144:43498 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=38 (55.035154ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v13 (451.623µs) from=10.242.8.144:43500 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v13_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (4.938008ms) from=10.242.8.144:43502 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=39 (30.711339ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v13 (281.025µs) from=10.242.8.144:43504 2021/04/12 10:46:05 [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/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v14__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (7.930228ms) from=10.242.8.144:43506 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=40 (29.557599ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v14 (341.679µs) from=10.242.8.144:43508 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v14_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (29.360046ms) from=10.242.8.144:43510 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=41 (47.459765ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v14 (385.15µs) from=10.242.8.144:43512 2021/04/12 10:46:05 [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/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v15__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (50.501963ms) from=10.242.8.144:43514 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=42 (72.061862ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v15 (1.357415ms) from=10.242.8.144:43516 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v15_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (6.12284ms) from=10.242.8.144:43518 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=43 (27.091835ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v15 (421.991µs) from=10.242.8.144:43520 2021/04/12 10:46:05 [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/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v16__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (30.361384ms) from=10.242.8.144:43522 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=44 (54.064212ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v16 (319.701µs) from=10.242.8.144:43524 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v16_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (22.55448ms) from=10.242.8.144:43526 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=45 (49.020176ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v16 (365.241µs) from=10.242.8.144:43528 2021/04/12 10:46:05 [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/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v17__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=46 (32.429742ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (17.140108ms) from=10.242.8.144:43530 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v17 (316.472µs) from=10.242.8.144:43532 2021/04/12 10:46:05 [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/12 10:46:05 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [INFO] agent: Synced service "_v17_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request PUT /v1/agent/service/register (17.96539ms) from=10.242.8.144:43534 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=47 (43.771788ms) from=10.242.154.77:58054 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:05 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:05 [DEBUG] agent: Node info in sync 2021/04/12 10:46:05 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v17 (954.888µs) from=10.242.8.144:43536 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v18__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (30.076982ms) from=10.242.8.144:43538 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=48 (55.416884ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v18 (543.194µs) from=10.242.8.144:43540 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v18_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (4.655491ms) from=10.242.8.144:43542 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=49 (27.451195ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v18 (426.572µs) from=10.242.8.144:43544 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v19__aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (15.876155ms) from=10.242.8.144:43546 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=50 (31.797806ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-generic-query-v19 (431.673µs) from=10.242.8.144:43548 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [INFO] agent: Synced service "_v19_aai-generic-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (28.714242ms) from=10.242.8.144:43550 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=51 (58.75677ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-generic-query-v19 (381.209µs) from=10.242.8.144:43552 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v11__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (18.513244ms) from=10.242.8.144:43554 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=52 (41.667678ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v11 (570.198µs) from=10.242.8.144:43556 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [INFO] agent: Synced service "_v11_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (22.66623ms) from=10.242.8.144:43558 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=53 (45.313602ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v11 (535.617µs) from=10.242.8.144:43560 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v12__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=54 (26.228637ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (12.934656ms) from=10.242.8.144:43562 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v12 (520.047µs) from=10.242.8.144:43564 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v12_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (5.390571ms) from=10.242.8.144:43566 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=55 (24.79073ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v12 (597.554µs) from=10.242.8.144:43568 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v13__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (4.55071ms) from=10.242.8.144:43570 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=56 (27.034462ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v13 (454.731µs) from=10.242.8.144:43572 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v13_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (4.429298ms) from=10.242.8.144:43574 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=57 (21.978958ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v13 (1.119265ms) from=10.242.8.144:43576 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v14__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (4.091475ms) from=10.242.8.144:43578 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=58 (27.02553ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v14 (318.665µs) from=10.242.8.144:43580 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v14_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (14.372283ms) from=10.242.8.144:43582 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=59 (35.513467ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v14 (438.682µs) from=10.242.8.144:43584 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v15__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (5.904406ms) from=10.242.8.144:43586 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=60 (24.783651ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v15 (3.185736ms) from=10.242.8.144:43588 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v15_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (9.176598ms) from=10.242.8.144:43592 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=61 (49.592542ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v15 (437.195µs) from=10.242.8.144:43594 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v16__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (9.111201ms) from=10.242.8.144:43596 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=62 (35.392798ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v16 (484.59µs) from=10.242.8.144:43598 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v16_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (11.409367ms) from=10.242.8.144:43600 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=63 (41.239959ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v16 (442.391µs) from=10.242.8.144:43602 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v17__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (6.161657ms) from=10.242.8.144:43604 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=64 (27.028339ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v17 (550.559µs) from=10.242.8.144:43608 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v17_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (4.334244ms) from=10.242.8.144:43610 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=65 (32.740837ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v17 (1.145617ms) from=10.242.8.144:43612 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v18__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (18.832267ms) from=10.242.8.144:43614 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=66 (51.873102ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v18 (416.73µs) from=10.242.8.144:43616 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v18_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (3.947767ms) from=10.242.8.144:43618 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=67 (30.497282ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v18 (448.722µs) from=10.242.8.144:43620 2021/04/12 10:46:06 [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/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v19__aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (52.425491ms) from=10.242.8.144:43622 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=68 (86.762409ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/_aai-nodes-query-v19 (374.213µs) from=10.242.8.144:43624 2021/04/12 10:46:06 [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/12 10:46:06 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [INFO] agent: Synced service "_v19_aai-nodes-query_10.242.163.132_8446" 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request PUT /v1/agent/service/register (59.5862ms) from=10.242.8.144:43626 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=69 (76.003591ms) from=10.242.154.77:58054 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:06 [DEBUG] agent: Node info in sync 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/status/leader (368.673µs) from=10.242.154.77:58192 2021/04/12 10:46:06 [DEBUG] http: Request GET /v1/health/service/aai-nodes-query-v19 (570.961µs) from=10.242.8.144:43628 2021/04/12 10:46:07 [WARN] agent: Service name "_aai-nquery-v11" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v11/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [INFO] agent: Synced service "_v11__aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request PUT /v1/agent/service/register (5.149042ms) from=10.242.8.144:43630 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=70 (32.552956ms) from=10.242.154.77:58054 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v11 (398.445µs) from=10.242.8.144:43632 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v11\",\"enable_ssl\":\"true\",\"url\":\"/aai/v11/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [INFO] agent: Synced service "_v11_aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request PUT /v1/agent/service/register (4.593957ms) from=10.242.8.144:43634 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=71 (21.139302ms) from=10.242.154.77:58054 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v11 (501.517µs) from=10.242.8.144:43636 2021/04/12 10:46:07 [WARN] agent: Service name "_aai-nquery-v12" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v12/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v12\",\"enable_ssl\":\"true\",\"url\":\"/aai/v12/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [INFO] agent: Synced service "_v12__aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request PUT /v1/agent/service/register (9.302446ms) from=10.242.8.144:43644 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=72 (37.884008ms) from=10.242.154.77:58054 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v12 (528.744µs) from=10.242.8.144:43646 2021/04/12 10:46:07 [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/12 10:46:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [INFO] agent: Synced service "_v12_aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request PUT /v1/agent/service/register (115.276278ms) from=10.242.8.144:43650 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=73 (162.260575ms) from=10.242.154.77:58054 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v12 (651.672µs) from=10.242.8.144:43656 2021/04/12 10:46:07 [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/12 10:46:07 [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/12 10:46:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [INFO] agent: Synced service "_v13__aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request PUT /v1/agent/service/register (352.215755ms) from=10.242.8.144:43658 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:07 [DEBUG] agent: Node info in sync 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=74 (683.967275ms) from=10.242.154.77:58054 2021/04/12 10:46:07 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v13 (495.764µs) from=10.242.8.144:43662 2021/04/12 10:46:07 [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/12 10:46:07 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:07 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [INFO] agent: Synced service "_v13_aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Node info in sync 2021/04/12 10:46:08 [DEBUG] http: Request PUT /v1/agent/service/register (57.082584ms) from=10.242.8.144:43664 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Node info in sync 2021/04/12 10:46:08 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=75 (73.473884ms) from=10.242.154.77:58054 2021/04/12 10:46:08 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v13 (299.054µs) from=10.242.8.144:43672 2021/04/12 10:46:08 [WARN] agent: Service name "_aai-nquery-v14" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:08 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v14/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [INFO] agent: Synced service "_v14__aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Node info in sync 2021/04/12 10:46:08 [DEBUG] http: Request PUT /v1/agent/service/register (32.665123ms) from=10.242.8.144:43674 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:08 [DEBUG] agent: Node info in sync 2021/04/12 10:46:08 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=76 (45.395108ms) from=10.242.154.77:58054 2021/04/12 10:46:08 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v14 (393.55µs) from=10.242.8.144:43676 2021/04/12 10:46:08 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v14\",\"enable_ssl\":\"true\",\"url\":\"/aai/v14/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:08 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:08 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [INFO] agent: Synced service "_v14_aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request PUT /v1/agent/service/register (1.011370639s) from=10.242.8.144:43678 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=77 (1.04467945s) from=10.242.154.77:58054 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v14 (629.576µs) from=10.242.8.144:43688 2021/04/12 10:46:09 [WARN] agent: Service name "_aai-nquery-v15" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v15/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [INFO] agent: Synced service "_v15__aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=78 (33.776662ms) from=10.242.154.77:58054 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request PUT /v1/agent/service/register (7.658908ms) from=10.242.8.144:43690 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v15 (461.959µs) from=10.242.8.144:43692 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v15\",\"enable_ssl\":\"true\",\"url\":\"/aai/v15/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [INFO] agent: Synced service "_v15_aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request PUT /v1/agent/service/register (38.98452ms) from=10.242.8.144:43694 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=79 (78.344056ms) from=10.242.154.77:58054 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v15 (406.566µs) from=10.242.8.144:43696 2021/04/12 10:46:09 [WARN] agent: Service name "_aai-nquery-v16" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"base\":{\"path\":\"/aai/v16/query\",\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [INFO] agent: Synced service "_v16__aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request PUT /v1/agent/service/register (78.399191ms) from=10.242.8.144:43698 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=80 (107.204699ms) from=10.242.154.77:58054 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/health/service/_aai-nquery-v16 (436.953µs) from=10.242.8.144:43700 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"base\":{\"protocol\":\"REST\",\"is_manual\":\"false\",\"version\":\"v16\",\"enable_ssl\":\"true\",\"url\":\"/aai/v16/query\",\"status\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"lb\":{\"lb_policy\":\"ip_hash\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service tag "\"labels\":{\"visualRange\":\"1\"}" will not be discoverable via DNS due to invalid characters. Valid characters include all alpha-numerics and dashes. 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [INFO] agent: Synced service "_v16_aai-nquery_10.242.163.132_8446" 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request PUT /v1/agent/service/register (437.684254ms) from=10.242.8.144:43702 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_message-router_10.96.53.86_3904" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_vnfpkgm_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_nsd_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_dmaap-dr-prov_10.96.105.18_443" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_parser_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v16__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-fcaps_10.96.45.153_9011" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v15_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-gui_10.96.221.124_8080" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v14_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_catalog_10.96.236.130_8806" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v13__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud_10.96.100.197_9001" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v17_aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-pike_10.96.55.47_9007" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v0_multicloud-vio_10.96.80.193_9004" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v18_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v19_aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nodes-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v12_aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-nquery_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_aai-esr-server_10.96.27.106_9518" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v1_multicloud-starlingx_10.96.29.172_9009" in sync 2021/04/12 10:46:09 [DEBUG] agent: Service "_v11__aai-generic-query_10.242.163.132_8446" in sync 2021/04/12 10:46:09 [DEBUG] agent: Node info in sync 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/catalog/services?wait=120s&index=81 (470.932508ms) from=10.242.154.77:58054 2021/04/12 10:46:09 [DEBUG] http: Request GET /v1/health/service/aai-nquery-v16 (451.811µs) from=10.242.8.144:43706 2021/04/12 10:46:09