+++ date ++ echo 'INFO: =================== Mon Sep 1 01:57:07 AM UTC 2025 ===================' INFO: =================== Mon Sep 1 01:57:07 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.56 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56 ++ ANALYTICSDB_NODES=10.0.0.56 ++ ANALYTICS_SNMP_NODES=10.0.0.56 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ '[' -n '10.0.0.56:8081 ' ']' +++ echo 10.0.0.56:8081 ++ ANALYTICS_SERVERS=10.0.0.56:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ '[' -n '10.0.0.56:9042 ' ']' +++ echo 10.0.0.56:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.56:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ '[' -n '10.0.0.56:8086 ' ']' +++ echo 10.0.0.56:8086 ++ COLLECTOR_SERVERS=10.0.0.56:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.56 ++ CONFIGDB_NODES=10.0.0.56 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ '[' -n '10.0.0.56:8082 ' ']' +++ echo 10.0.0.56:8082 ++ CONFIG_SERVERS=10.0.0.56:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ '[' -n '10.0.0.56:9161 ' ']' +++ echo 10.0.0.56:9161 ++ CONFIGDB_SERVERS=10.0.0.56:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ '[' -n '10.0.0.56:9041 ' ']' +++ echo 10.0.0.56:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.56:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ '[' -n 10.0.0.56:2181, ']' +++ echo 10.0.0.56:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ '[' -n '10.0.0.56:2181 ' ']' +++ echo 10.0.0.56:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.56:2181 ++ RABBITMQ_NODES=10.0.0.56 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ '[' -n 10.0.0.56:5673, ']' +++ echo 10.0.0.56:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ '[' -n '10.0.0.56:6379 ' ']' +++ echo 10.0.0.56:6379 ++ REDIS_SERVERS=10.0.0.56:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.56 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ '[' -n '10.0.0.56:9092 ' ']' +++ echo 10.0.0.56:9092 ++ KAFKA_SERVERS=10.0.0.56:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.56 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.56 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.56 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.56 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.56 +++ local servers=10.0.0.56 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.56,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.56,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ echo 10.0.0.56 1 +++ return ++ local ip=10.0.0.56 ++ [[ -z 10.0.0.56 ]] ++ echo 10.0.0.56 + host_ip=10.0.0.56 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.56:9041 + cassandra_server_list=10.0.0.56:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.56:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 09/01/2025 01:57:15.652 7f75df5eec80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/01/2025 01:57:15.780 7f75df5eec80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/01/2025 01:57:15.791 7f75df5eec80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/01/2025 01:57:15.791 7f75df5eec80 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.56:8082/ Hit Ctrl-C to quit. 10.0.0.56 - - [2025-09-01 01:57:19] "GET / HTTP/1.1" 503 181 0.000335 10.0.0.56 - - [2025-09-01 01:57:19] "GET / HTTP/1.1" 503 181 0.000141 10.0.0.56 - - [2025-09-01 01:57:20] "GET / HTTP/1.1" 200 45871 0.006338 10.0.0.56 - - [2025-09-01 01:57:20] "GET / HTTP/1.1" 200 45871 0.003491 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.56 - - [2025-09-01 01:57:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000997 10.0.0.56 - - [2025-09-01 01:57:20] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000526 10.0.0.56 - - [2025-09-01 01:57:21] "GET / HTTP/1.1" 200 35931 0.004131 10.0.0.56 - - [2025-09-01 01:57:21] "GET / HTTP/1.1" 200 35931 0.004534 10.0.0.56 - - [2025-09-01 01:57:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.001863 10.0.0.56 - - [2025-09-01 01:57:22] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.701838 10.0.0.56 - - [2025-09-01 01:57:22] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004260 10.0.0.56 - - [2025-09-01 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 1.078693 10.0.0.56 - - [2025-09-01 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.56 - - [2025-09-01 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.108359 10.0.0.56 - - [2025-09-01 01:57:22] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.023083 10.0.0.56 - - [2025-09-01 01:57:22] "GET / HTTP/1.1" 200 35931 0.002584 10.0.0.56 - - [2025-09-01 01:57:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.003370 10.0.0.56 - - [2025-09-01 01:57:22] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.56 - - [2025-09-01 01:57:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000350 10.0.0.56 - - [2025-09-01 01:57:22] "POST /config-nodes HTTP/1.1" 200 599 0.024647 10.0.0.56 - - [2025-09-01 01:57:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.56 - - [2025-09-01 01:57:22] "GET / HTTP/1.1" 200 35931 0.003466 10.0.0.56 - - [2025-09-01 01:57:22] "GET / HTTP/1.1" 200 35931 0.002324 10.0.0.56 - - [2025-09-01 01:57:22] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000553 10.0.0.56 - - [2025-09-01 01:57:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.56 - - [2025-09-01 01:57:24] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.434467 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.119570 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.741818 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 1.048070 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.012315 10.0.0.56 - - [2025-09-01 01:57:24] "GET /network-ipam/d7905724-e064-4c91-8174-d4e26c6c3595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.009440 10.0.0.56 - - [2025-09-01 01:57:24] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.039361 10.0.0.56 - - [2025-09-01 01:57:24] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.037586 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.005009 10.0.0.56 - - [2025-09-01 01:57:24] "POST /service-appliance-sets HTTP/1.1" 200 553 0.049818 10.0.0.56 - - [2025-09-01 01:57:24] "POST /config-database-nodes HTTP/1.1" 200 617 0.055229 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.005290 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005976 10.0.0.56 - - [2025-09-01 01:57:24] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.019770 10.0.0.56 - - [2025-09-01 01:57:24] "POST /service-appliance-sets HTTP/1.1" 200 541 0.040984 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.56 - - [2025-09-01 01:57:24] "GET /network-ipam/d7905724-e064-4c91-8174-d4e26c6c3595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005155 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.005045 10.0.0.56 - - [2025-09-01 01:57:24] "POST /access-control-lists HTTP/1.1" 200 587 0.022502 10.0.0.56 - - [2025-09-01 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 224 0.002453 10.0.0.56 - - [2025-09-01 01:57:24] "POST /service-templates HTTP/1.1" 200 511 0.018829 10.0.0.56 - - [2025-09-01 01:57:24] "POST /service-templates HTTP/1.1" 200 501 0.033693 10.0.0.56 - - [2025-09-01 01:57:24] "POST /access-control-lists HTTP/1.1" 200 585 0.026050 10.0.0.56 - - [2025-09-01 01:57:24] "POST /service-templates HTTP/1.1" 200 515 0.032264 10.0.0.56 - - [2025-09-01 01:57:25] "POST /route-targets HTTP/1.1" 200 327 0.017527 10.0.0.56 - - [2025-09-01 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.022069 10.0.0.56 - - [2025-09-01 01:57:25] "POST /service-templates HTTP/1.1" 200 535 0.030020 10.0.0.56 - - [2025-09-01 01:57:25] "POST /route-targets HTTP/1.1" 200 327 0.031533 10.0.0.56 - - [2025-09-01 01:57:25] "POST /service-templates HTTP/1.1" 200 507 0.046036 10.0.0.56 - - [2025-09-01 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.019544 10.0.0.56 - - [2025-09-01 01:57:25] "POST /route-targets HTTP/1.1" 200 327 0.022168 10.0.0.56 - - [2025-09-01 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.020014 10.0.0.56 - - [2025-09-01 01:57:25] "POST /route-targets HTTP/1.1" 200 327 0.018689 10.0.0.56 - - [2025-09-01 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.023231 10.0.0.56 - - [2025-09-01 01:57:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.004145 10.0.0.56 - - [2025-09-01 01:57:25] "POST /access-control-lists HTTP/1.1" 200 551 0.071488 10.0.0.56 - - [2025-09-01 01:57:25] "PUT /access-control-list/dec23a1c-f6fe-47d9-8ea0-e6286b733f0a HTTP/1.1" 200 272 0.020796 10.0.0.56 - - [2025-09-01 01:57:25] "PUT /access-control-list/2162cc62-5c3d-44d1-b297-d26174fd02aa HTTP/1.1" 200 272 0.020845 10.0.0.56 - - [2025-09-01 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007157 10.0.0.56 - - [2025-09-01 01:57:29] "GET /global-vrouter-config/08473562-4927-44da-a90c-47622528dc25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1214 0.008297 10.0.0.56 - - [2025-09-01 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006786 10.0.0.56 - - [2025-09-01 01:57:29] "PUT /global-vrouter-config/08473562-4927-44da-a90c-47622528dc25 HTTP/1.1" 200 276 0.022524 10.0.0.56 - - [2025-09-01 01:57:29] "GET / HTTP/1.1" 200 35931 0.003877 10.0.0.56 - - [2025-09-01 01:57:29] "POST /alarms HTTP/1.1" 401 292 0.001219 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 581 0.069480 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 575 0.046151 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 575 0.038143 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 559 0.043002 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 555 0.039096 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 557 0.036240 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 565 0.047940 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 549 0.040694 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 557 0.040634 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 567 0.044850 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 555 0.041040 10.0.0.56 - - [2025-09-01 01:57:30] "POST /alarms HTTP/1.1" 200 567 0.038329 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 575 0.078108 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 569 0.039670 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 561 0.043506 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 561 0.043400 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 561 0.038707 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 547 0.041673 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 595 0.025643 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 575 0.039079 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 571 0.042446 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 583 0.046471 10.0.0.56 - - [2025-09-01 01:57:31] "POST /alarms HTTP/1.1" 200 609 0.043555 10.0.0.56 - - [2025-09-01 01:57:32] "GET / HTTP/1.1" 200 35931 0.006325 10.0.0.56 - - [2025-09-01 01:57:32] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.001056 10.0.0.56 - - [2025-09-01 01:57:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.031973 10.0.0.56 - - [2025-09-01 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006730 10.0.0.56 - - [2025-09-01 01:57:32] "PUT /global-vrouter-config/08473562-4927-44da-a90c-47622528dc25 HTTP/1.1" 200 276 0.021781 10.0.0.56 - - [2025-09-01 01:57:33] "GET / HTTP/1.1" 200 35931 0.004197 10.0.0.56 - - [2025-09-01 01:57:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.001024 10.0.0.56 - - [2025-09-01 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.031092 10.0.0.56 - - [2025-09-01 01:57:33] "GET /global-vrouter-config/08473562-4927-44da-a90c-47622528dc25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.008368 10.0.0.56 - - [2025-09-01 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006771 10.0.0.56 - - [2025-09-01 01:57:33] "PUT /global-vrouter-config/08473562-4927-44da-a90c-47622528dc25 HTTP/1.1" 200 276 0.021885 10.0.0.56 - - [2025-09-01 01:57:34] "GET / HTTP/1.1" 200 35931 0.004359 10.0.0.56 - - [2025-09-01 01:57:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.001048 10.0.0.56 - - [2025-09-01 01:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.064632 10.0.0.56 - - [2025-09-01 01:57:34] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.014439 10.0.0.56 - - [2025-09-01 01:57:34] "PUT /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500 HTTP/1.1" 200 274 0.039765 10.0.0.56 - - [2025-09-01 01:58:02] "GET /global-system-configs HTTP/1.1" 200 322 0.663823 10.0.0.56 - - [2025-09-01 01:58:02] "GET /global-system-configs HTTP/1.1" 200 322 0.075744 10.0.0.56 - - [2025-09-01 01:58:56] "GET / HTTP/1.1" 200 35931 0.002350 10.0.0.56 - - [2025-09-01 01:58:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.56 - - [2025-09-01 01:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.044045 10.0.0.56 - - [2025-09-01 01:58:56] "GET /routing-instance/8105519c-daec-49ab-a7a7-a352adaaccd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.006921 10.0.0.56 - - [2025-09-01 01:58:56] "POST /bgp-routers HTTP/1.1" 200 620 0.027678 10.0.0.56 - - [2025-09-01 01:58:57] "GET /bgp-router/f52f0e8f-9fc6-4aa9-95d3-542a92a164d0?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.010506 10.0.0.56 - - [2025-09-01 01:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.56 - - [2025-09-01 01:58:57] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006955 10.0.0.56 - - [2025-09-01 01:58:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003823 10.0.0.56 - - [2025-09-01 01:58:57] "POST /ref-update HTTP/1.1" 200 156 0.009399 10.0.0.56 - - [2025-09-01 01:59:38] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.56 - - [2025-09-01 01:59:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000352 10.0.0.56 - - [2025-09-01 01:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.023126 10.0.0.56 - - [2025-09-01 01:59:39] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007297 10.0.0.56 - - [2025-09-01 01:59:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.004124 10.0.0.56 - - [2025-09-01 01:59:39] "POST /database-nodes HTTP/1.1" 200 603 0.018648 10.0.0.56 - - [2025-09-01 02:00:26] "GET / HTTP/1.1" 200 35931 0.002227 10.0.0.56 - - [2025-09-01 02:00:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.56 - - [2025-09-01 02:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.045630 10.0.0.56 - - [2025-09-01 02:00:27] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.007390 10.0.0.56 - - [2025-09-01 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003128 10.0.0.56 - - [2025-09-01 02:00:27] "POST /analytics-nodes HTTP/1.1" 200 605 0.028754 10.0.0.56 - - [2025-09-01 02:00:33] "GET / HTTP/1.1" 200 35931 0.004733 10.0.0.56 - - [2025-09-01 02:00:48] "GET / HTTP/1.1" 200 35931 0.005409 10.0.0.56 - - [2025-09-01 02:00:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.001086 10.0.0.56 - - [2025-09-01 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.061694 10.0.0.56 - - [2025-09-01 02:00:48] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.017443 10.0.0.56 - - [2025-09-01 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.006329 10.0.0.56 - - [2025-09-01 02:00:48] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.040044 10.0.0.56 - - [2025-09-01 02:01:04] "GET / HTTP/1.1" 200 35931 0.003815 10.0.0.56 - - [2025-09-01 02:01:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.001092 10.0.0.56 - - [2025-09-01 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.042357 10.0.0.56 - - [2025-09-01 02:01:04] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.012471 10.0.0.56 - - [2025-09-01 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.006097 10.0.0.56 - - [2025-09-01 02:01:04] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.042858 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.56 - - [2025-09-01 02:01:27] "GET /obj-perms HTTP/1.1" 200 5056 0.380325 10.0.0.56 - - [2025-09-01 02:01:27] "GET /obj-perms HTTP/1.1" 200 5056 0.095382 10.0.0.56 - - [2025-09-01 02:02:28] "GET /obj-perms HTTP/1.1" 200 5056 0.125173 10.0.0.56 - - [2025-09-01 02:02:28] "GET /obj-perms HTTP/1.1" 200 5056 0.123432 10.0.0.56 - - [2025-09-01 02:02:58] "GET /global-system-configs HTTP/1.1" 200 322 0.012105 10.0.0.56 - - [2025-09-01 02:02:58] "GET /obj-perms HTTP/1.1" 200 5056 0.069158 10.0.0.56 - - [2025-09-01 02:02:59] "GET /global-system-configs HTTP/1.1" 200 322 0.012669 10.0.0.56 - - [2025-09-01 02:02:59] "GET /obj-perms HTTP/1.1" 200 5056 0.050833 10.0.0.56 - - [2025-09-01 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.045215 10.0.0.56 - - [2025-09-01 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.104512 10.0.0.56 - - [2025-09-01 02:03:55] "GET / HTTP/1.1" 200 35931 0.005035 10.0.0.56 - - [2025-09-01 02:03:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.56 - - [2025-09-01 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.039777 10.0.0.56 - - [2025-09-01 02:03:56] "GET /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.024853 10.0.0.56 - - [2025-09-01 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.56 - - [2025-09-01 02:03:56] "GET /routing-instance/8105519c-daec-49ab-a7a7-a352adaaccd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.010732 10.0.0.56 - - [2025-09-01 02:03:56] "PUT /global-system-config/7eedf3ea-84b7-4623-96cf-7fecf55ca500 HTTP/1.1" 200 274 0.024653 10.0.0.56 - - [2025-09-01 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 218 0.006815 10.0.0.56 - - [2025-09-01 02:03:56] "POST /virtual-routers HTTP/1.1" 200 603 0.041899 10.0.0.56 - - [2025-09-01 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006979 10.0.0.56 - - [2025-09-01 02:03:56] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.013438 10.0.0.56 - - [2025-09-01 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.007909 10.0.0.56 - - [2025-09-01 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006704 10.0.0.56 - - [2025-09-01 02:03:56] "GET /virtual-network/c39bc5a7-3ad4-482b-9be0-1adbb0ac1242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.007912 10.0.0.56 - - [2025-09-01 02:03:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.090771 10.0.0.56 - - [2025-09-01 02:03:57] "PUT /access-control-list/699e2991-a098-40cb-81fd-a7e669d68ed7 HTTP/1.1" 200 272 0.056510 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.003478 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002574 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002780 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002919 10.0.0.56 - - [2025-09-01 02:04:29] "GET /obj-perms HTTP/1.1" 200 5056 0.071090 10.0.0.56 - - [2025-09-01 02:04:30] "GET /obj-perms HTTP/1.1" 200 5056 0.068974 10.0.0.56 - - [2025-09-01 02:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006216 10.0.0.56 - - [2025-09-01 02:04:30] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006607 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002214 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002384 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002243 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002580 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001743 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:04:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001975 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:05:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002406 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:05:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002998 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:05:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001508 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:05:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001677 10.0.0.56 - - [2025-09-01 02:05:30] "GET /obj-perms HTTP/1.1" 200 5056 0.072392 10.0.0.56 - - [2025-09-01 02:05:31] "GET /obj-perms HTTP/1.1" 200 5056 0.079205 10.0.0.56 - - [2025-09-01 02:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.56 - - [2025-09-01 02:05:31] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.008785 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:05:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002650 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:05:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002605 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:05:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001084 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:05:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002603 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002481 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002752 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.003088 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002782 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001458 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002783 10.0.0.56 - - [2025-09-01 02:06:31] "GET /obj-perms HTTP/1.1" 200 5056 0.107271 10.0.0.56 - - [2025-09-01 02:06:32] "GET /obj-perms HTTP/1.1" 200 5056 0.069990 10.0.0.56 - - [2025-09-01 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008166 10.0.0.56 - - [2025-09-01 02:06:32] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.011281 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002199 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002759 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.003000 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:06:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002749 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:07:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002465 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:07:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002472 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:07:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000923 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:07:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002467 10.0.0.56 - - [2025-09-01 02:07:32] "GET /obj-perms HTTP/1.1" 200 5056 0.072470 10.0.0.56 - - [2025-09-01 02:07:33] "GET /obj-perms HTTP/1.1" 200 5056 0.078157 10.0.0.56 - - [2025-09-01 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.56 - - [2025-09-01 02:07:33] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006462 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:07:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001635 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:07:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001933 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:07:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001894 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:07:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001637 10.0.0.56 - - [2025-09-01 02:07:58] "GET /global-system-configs HTTP/1.1" 200 322 0.052697 10.0.0.56 - - [2025-09-01 02:07:58] "GET /obj-perms HTTP/1.1" 200 5056 0.114529 10.0.0.56 - - [2025-09-01 02:07:59] "GET /global-system-configs HTTP/1.1" 200 322 0.068714 10.0.0.56 - - [2025-09-01 02:07:59] "GET /obj-perms HTTP/1.1" 200 5056 0.150425 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001804 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.000882 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002189 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002571 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001066 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001288 10.0.0.56 - - [2025-09-01 02:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.067256 10.0.0.56 - - [2025-09-01 02:08:34] "GET /obj-perms HTTP/1.1" 200 5056 0.062623 10.0.0.56 - - [2025-09-01 02:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.56 - - [2025-09-01 02:08:34] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005464 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001863 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002161 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002202 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:08:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002914 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002451 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002892 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002340 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002891 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002091 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.003381 10.0.0.56 - - [2025-09-01 02:09:34] "GET /obj-perms HTTP/1.1" 200 5056 0.063473 10.0.0.56 - - [2025-09-01 02:09:35] "GET /obj-perms HTTP/1.1" 200 5056 0.118743 10.0.0.56 - - [2025-09-01 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006274 10.0.0.56 - - [2025-09-01 02:09:35] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.008882 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002158 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.003017 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001226 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:09:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001492 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:10:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002335 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:10:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002554 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:10:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002753 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:10:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.003658 10.0.0.56 - - [2025-09-01 02:10:35] "GET /obj-perms HTTP/1.1" 200 5056 0.086337 10.0.0.56 - - [2025-09-01 02:10:36] "GET /obj-perms HTTP/1.1" 200 5056 0.118148 10.0.0.56 - - [2025-09-01 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005737 10.0.0.56 - - [2025-09-01 02:10:36] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.008920 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:10:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002217 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:10:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002617 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:10:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002243 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:10:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002611 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002175 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002770 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001118 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002812 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002259 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002727 10.0.0.56 - - [2025-09-01 02:11:36] "GET /obj-perms HTTP/1.1" 200 5056 0.123150 10.0.0.56 - - [2025-09-01 02:11:37] "GET /obj-perms HTTP/1.1" 200 5056 0.056135 10.0.0.56 - - [2025-09-01 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005653 10.0.0.56 - - [2025-09-01 02:11:37] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.009133 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002239 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002515 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001400 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:11:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001132 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:12:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001034 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:12:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001909 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:12:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001842 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:12:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002305 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:12:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.003126 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:12:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.003791 10.0.0.56 - - [2025-09-01 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.106483 10.0.0.56 - - [2025-09-01 02:12:38] "GET /obj-perms HTTP/1.1" 200 5056 0.083704 10.0.0.56 - - [2025-09-01 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006053 10.0.0.56 - - [2025-09-01 02:12:38] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.008975 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:12:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002157 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:12:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002553 10.0.0.56 - - [2025-09-01 02:12:58] "GET /global-system-configs HTTP/1.1" 200 322 0.080116 10.0.0.56 - - [2025-09-01 02:12:58] "GET /obj-perms HTTP/1.1" 200 5056 0.184701 10.0.0.56 - - [2025-09-01 02:12:59] "GET /global-system-configs HTTP/1.1" 200 322 0.077597 10.0.0.56 - - [2025-09-01 02:12:59] "GET /obj-perms HTTP/1.1" 200 5056 0.157130 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001143 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001252 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002415 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001911 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002347 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002556 10.0.0.56 - - [2025-09-01 02:13:38] "GET /obj-perms HTTP/1.1" 200 5056 0.119374 10.0.0.56 - - [2025-09-01 02:13:39] "GET /obj-perms HTTP/1.1" 200 5056 0.078957 10.0.0.56 - - [2025-09-01 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.56 - - [2025-09-01 02:13:39] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003482 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002690 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002982 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002093 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:13:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002550 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002416 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002565 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002109 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002647 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.010046 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001578 10.0.0.56 - - [2025-09-01 02:14:39] "GET /obj-perms HTTP/1.1" 200 5056 0.070569 10.0.0.56 - - [2025-09-01 02:14:40] "GET /obj-perms HTTP/1.1" 200 5056 0.064652 10.0.0.56 - - [2025-09-01 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007118 10.0.0.56 - - [2025-09-01 02:14:40] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.008591 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002045 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002738 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001160 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:14:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001608 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:15:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.003164 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:15:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002176 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:15:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002338 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:15:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002619 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:15:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002325 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:15:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002695 10.0.0.56 - - [2025-09-01 02:15:40] "GET /obj-perms HTTP/1.1" 200 5056 0.100168 10.0.0.56 - - [2025-09-01 02:15:41] "GET /obj-perms HTTP/1.1" 200 5056 0.048177 10.0.0.56 - - [2025-09-01 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.56 - - [2025-09-01 02:15:41] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006485 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:15:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002225 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:15:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002651 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002453 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002431 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:18] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001559 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002515 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002166 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002575 10.0.0.56 - - [2025-09-01 02:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.087166 10.0.0.56 - - [2025-09-01 02:16:42] "GET /obj-perms HTTP/1.1" 200 5056 0.050682 10.0.0.56 - - [2025-09-01 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.56 - - [2025-09-01 02:16:42] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003747 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000953 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001022 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.003199 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:16:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.003318 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:17:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002183 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:17:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.004196 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:17:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002494 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:17:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.003041 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:17:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002135 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:17:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002825 10.0.0.56 - - [2025-09-01 02:17:42] "GET /obj-perms HTTP/1.1" 200 5056 0.105335 10.0.0.56 - - [2025-09-01 02:17:43] "GET /obj-perms HTTP/1.1" 200 5056 0.079540 10.0.0.56 - - [2025-09-01 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.56 - - [2025-09-01 02:17:43] "GET /virtual-router/be342d85-dc08-4d4d-bcf0-f779fd75d88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003860 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:17:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.002294 [Introspect:8084]10.0.0.56 - - [2025-09-01 02:17:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.002221 10.0.0.56 - - [2025-09-01 02:17:58] "GET /global-system-configs HTTP/1.1" 200 322 0.054771 10.0.0.56 - - [2025-09-01 02:17:58] "GET /obj-perms HTTP/1.1" 200 5056 0.130461 10.0.0.56 - - [2025-09-01 02:17:59] "GET /global-system-configs HTTP/1.1" 200 322 0.118320 10.0.0.56 - - [2025-09-01 02:17:59] "GET /obj-perms HTTP/1.1" 200 5056 0.153446