++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Sep 1 01:56:24 AM UTC 2025 ===================' INFO: =================== Mon Sep 1 01:56:24 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.249,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.38,10.0.0.131 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.38:8081 10.0.0.131: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.38,10.0.0.131 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.38:8086 10.0.0.131: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.249,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.38,10.0.0.131 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.38:8082 10.0.0.131: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.38:9161 10.0.0.131: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.38:9041 10.0.0.131: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.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.38,10.0.0.131 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.38:2181,10.0.0.131: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.38,10.0.0.131 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.38:5673,10.0.0.131: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.38:6379 10.0.0.131: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.249,10.0.0.38,10.0.0.131 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.38:9092 10.0.0.131: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.249 ++ 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.249,10.0.0.38,10.0.0.131 ++ 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.249,10.0.0.38,10.0.0.131 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.249,10.0.0.38,10.0.0.131 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 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 +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.38,10.0.0.131 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.249,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.131,10.20.0.129,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.131,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.249:9041 10.0.0.38:9041 10.0.0.131:9041 + cassandra_server_list='10.0.0.249:9041 10.0.0.38:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131: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 ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort ++ grep '^API__.*__.*=.*$' + 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:56:33.934 7f5ef8fbef40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/01/2025 01:56:34.121 7f5ef8fbef40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/01/2025 01:56:34.147 7f5ef8fbef40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/01/2025 01:56:34.147 7f5ef8fbef40 [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.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2025-09-01 01:56:56] "GET / HTTP/1.1" 503 181 0.000227 10.0.0.131 - - [2025-09-01 01:56:56] "GET / HTTP/1.1" 503 181 0.000177 10.0.0.131 - - [2025-09-01 01:56:57] "GET / HTTP/1.1" 503 181 0.000599 10.0.0.131 - - [2025-09-01 01:56:57] "GET / HTTP/1.1" 200 36215 0.001650 10.0.0.131 - - [2025-09-01 01:56:57] "GET / HTTP/1.1" 200 45871 0.001379 10.0.0.131 - - [2025-09-01 01:56:57] "GET / HTTP/1.1" 200 45871 0.001098 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.131 - - [2025-09-01 01:56:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000480 10.0.0.131 - - [2025-09-01 01:56:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000262 10.0.0.249 - - [2025-09-01 01:56:57] "GET / HTTP/1.1" 200 36215 0.001369 10.0.0.249 - - [2025-09-01 01:56:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000347 10.0.0.38 - - [2025-09-01 01:56:57] "GET / HTTP/1.1" 200 36215 0.001282 10.0.0.38 - - [2025-09-01 01:56:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000328 10.0.0.131 - - [2025-09-01 01:56:58] "GET / HTTP/1.1" 200 36215 0.001351 10.0.0.131 - - [2025-09-01 01:56:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000409 10.0.0.131 - - [2025-09-01 01:56:58] "GET / HTTP/1.1" 200 36215 0.001519 10.0.0.131 - - [2025-09-01 01:56:59] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.518225 10.0.0.131 - - [2025-09-01 01:56:59] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004567 10.0.0.38 - - [2025-09-01 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.654440 10.0.0.38 - - [2025-09-01 01:56:59] "GET /global-system-config/dee9192c-e41b-4855-8333-2236491cfcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006999 10.0.0.131 - - [2025-09-01 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 1.248908 10.0.0.131 - - [2025-09-01 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.131 - - [2025-09-01 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.399102 10.0.0.131 - - [2025-09-01 01:56:59] "GET /global-system-config/dee9192c-e41b-4855-8333-2236491cfcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007023 10.0.0.249 - - [2025-09-01 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.999688 10.0.0.249 - - [2025-09-01 01:56:59] "GET /global-system-config/dee9192c-e41b-4855-8333-2236491cfcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006958 10.0.0.38 - - [2025-09-01 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.006207 10.0.0.131 - - [2025-09-01 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.004657 10.0.0.249 - - [2025-09-01 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.004602 10.0.0.38 - - [2025-09-01 01:57:00] "POST /config-database-nodes HTTP/1.1" 200 619 0.041694 10.0.0.131 - - [2025-09-01 01:57:00] "POST /config-database-nodes HTTP/1.1" 200 619 0.044527 10.0.0.249 - - [2025-09-01 01:57:00] "POST /config-database-nodes HTTP/1.1" 200 619 0.067939 /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.38 - - [2025-09-01 01:57:01] "GET / HTTP/1.1" 200 36215 0.001512 10.0.0.38 - - [2025-09-01 01:57:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000580 10.0.0.38 - - [2025-09-01 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.027188 10.0.0.38 - - [2025-09-01 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006575 10.0.0.38 - - [2025-09-01 01:57:02] "GET /global-system-config/dee9192c-e41b-4855-8333-2236491cfcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.072772 10.0.0.38 - - [2025-09-01 01:57:02] "POST /service-appliance-sets HTTP/1.1" 200 555 0.059371 10.0.0.38 - - [2025-09-01 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.003752 10.0.0.38 - - [2025-09-01 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.38 - - [2025-09-01 01:57:02] "GET /global-system-config/dee9192c-e41b-4855-8333-2236491cfcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010931 10.0.0.38 - - [2025-09-01 01:57:02] "POST /service-appliance-sets HTTP/1.1" 200 543 0.067027 10.0.0.38 - - [2025-09-01 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.015736 10.0.0.38 - - [2025-09-01 01:57:02] "GET /network-ipam/fed66a06-540b-48d5-bb42-4cdac0d9b0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.025163 10.0.0.38 - - [2025-09-01 01:57:03] "POST /service-templates HTTP/1.1" 200 513 0.081560 10.0.0.38 - - [2025-09-01 01:57:03] "POST /service-templates HTTP/1.1" 200 503 0.179807 10.0.0.38 - - [2025-09-01 01:57:03] "POST /service-templates HTTP/1.1" 200 517 0.100238 10.0.0.131 - - [2025-09-01 01:57:04] "GET / HTTP/1.1" 200 36215 0.001635 10.0.0.38 - - [2025-09-01 01:57:04] "POST /service-templates HTTP/1.1" 200 537 0.113362 10.0.0.131 - - [2025-09-01 01:57:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000922 10.0.0.38 - - [2025-09-01 01:57:04] "GET / HTTP/1.1" 200 36215 0.001464 10.0.0.38 - - [2025-09-01 01:57:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000381 10.0.0.38 - - [2025-09-01 01:57:04] "POST /service-templates HTTP/1.1" 200 509 0.079958 10.0.0.249 - - [2025-09-01 01:57:05] "GET / HTTP/1.1" 200 36215 0.001873 10.0.0.249 - - [2025-09-01 01:57:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.131 - - [2025-09-01 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 1.503139 10.0.0.131 - - [2025-09-01 01:57:06] "GET /global-system-config/dee9192c-e41b-4855-8333-2236491cfcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007348 10.0.0.131 - - [2025-09-01 01:57:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.003928 10.0.0.131 - - [2025-09-01 01:57:06] "POST /config-nodes HTTP/1.1" 200 601 0.044416 10.0.0.38 - - [2025-09-01 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 3.127065 10.0.0.38 - - [2025-09-01 01:57:08] "GET /global-system-config/dee9192c-e41b-4855-8333-2236491cfcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007338 10.0.0.38 - - [2025-09-01 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.004350 10.0.0.38 - - [2025-09-01 01:57:08] "POST /config-nodes HTTP/1.1" 200 601 0.043275 10.0.0.249 - - [2025-09-01 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 9.879328 10.0.0.249 - - [2025-09-01 01:57:18] "GET /global-system-config/dee9192c-e41b-4855-8333-2236491cfcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007684 10.0.0.249 - - [2025-09-01 01:57:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.004214 10.0.0.249 - - [2025-09-01 01:57:18] "POST /config-nodes HTTP/1.1" 200 601 0.038742 10.0.0.131 - - [2025-09-01 01:57:40] "GET /global-system-configs HTTP/1.1" 200 323 9.915037 10.0.0.38 - - [2025-09-01 01:57:42] "GET /global-system-configs HTTP/1.1" 200 323 8.123061 10.0.0.38 - - [2025-09-01 01:57:42] "GET /global-system-configs HTTP/1.1" 200 323 5.919147 10.0.0.249 - - [2025-09-01 01:57:42] "GET /global-system-configs HTTP/1.1" 200 323 4.133724 10.0.0.131 - - [2025-09-01 01:57:42] "GET /global-system-configs HTTP/1.1" 200 323 2.411084 10.0.0.249 - - [2025-09-01 01:57:42] "GET /global-system-configs HTTP/1.1" 200 323 0.436596 10.0.0.131 - - [2025-09-01 01:57:42] "GET /network-ipam/fed66a06-540b-48d5-bb42-4cdac0d9b0d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.357539 10.0.0.131 - - [2025-09-01 01:57:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.008899 10.0.0.131 - - [2025-09-01 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.023467 10.0.0.131 - - [2025-09-01 01:57:43] "POST /route-targets HTTP/1.1" 200 328 0.015996 10.0.0.131 - - [2025-09-01 01:57:43] "POST /ref-update HTTP/1.1" 200 156 0.022315 10.0.0.131 - - [2025-09-01 01:57:43] "PUT /access-control-list/d92959bb-3bc9-4fab-a57f-5b0e6a06dd81 HTTP/1.1" 200 273 0.018584 10.0.0.131 - - [2025-09-01 01:57:50] "POST /ref-update HTTP/1.1" 200 156 0.060972 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.131 - - [2025-09-01 02:00:11] "GET /obj-perms HTTP/1.1" 200 5075 0.364894 10.0.0.249 - - [2025-09-01 02:01:11] "GET /obj-perms HTTP/1.1" 200 5075 0.045588 10.0.0.38 - - [2025-09-01 02:01:11] "GET /obj-perms HTTP/1.1" 200 5075 0.042665 10.0.0.131 - - [2025-09-01 02:02:05] "GET /global-system-configs HTTP/1.1" 200 323 0.004267 10.0.0.38 - - [2025-09-01 02:02:05] "GET /global-system-configs HTTP/1.1" 200 323 0.048280 10.0.0.38 - - [2025-09-01 02:02:05] "GET /global-system-configs HTTP/1.1" 200 323 0.010677 10.0.0.131 - - [2025-09-01 02:02:05] "GET /obj-perms HTTP/1.1" 200 5075 0.079149 10.0.0.38 - - [2025-09-01 02:02:05] "GET /obj-perms HTTP/1.1" 200 5075 0.093469 10.0.0.249 - - [2025-09-01 02:02:06] "GET /obj-perms HTTP/1.1" 200 5075 0.110386 10.0.0.249 - - [2025-09-01 02:02:06] "GET /global-system-configs HTTP/1.1" 200 323 0.004782 10.0.0.131 - - [2025-09-01 02:02:06] "GET /global-system-configs HTTP/1.1" 200 323 0.003472 10.0.0.249 - - [2025-09-01 02:02:08] "GET /global-system-configs HTTP/1.1" 200 323 0.010227 10.0.0.249 - - [2025-09-01 02:02:08] "GET /obj-perms HTTP/1.1" 200 5075 0.064225 10.0.0.131 - - [2025-09-01 02:02:08] "GET /obj-perms HTTP/1.1" 200 5075 0.078465 10.0.0.38 - - [2025-09-01 02:02:08] "GET /obj-perms HTTP/1.1" 200 5075 0.092017 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001232 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000873 10.0.0.38 - - [2025-09-01 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.028696 10.0.0.38 - - [2025-09-01 02:02:12] "GET /virtual-router/e01403fe-a6bb-4bdc-937a-d11db7edb2a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.008264 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001784 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000919 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000851 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000896 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001097 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000855 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000935 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:02:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000893 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000953 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000881 10.0.0.38 - - [2025-09-01 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.025014 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001107 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001135 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000994 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001027 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000918 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000860 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000911 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:03:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000843 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:04:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000958 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:04:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000915 10.0.0.38 - - [2025-09-01 02:04:14] "GET /virtual-router/5b686689-4b18-454c-a5df-3e8619ab5841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.027641 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:04:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000975 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:04:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000957 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:04:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001378 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:04:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001241 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:04:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000993 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:04:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001004 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001014 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001060 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001317 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001423 10.0.0.131 - - [2025-09-01 02:05:14] "GET /obj-perms HTTP/1.1" 200 5075 0.054890 10.0.0.249 - - [2025-09-01 02:05:15] "GET /obj-perms HTTP/1.1" 200 5075 0.049763 10.0.0.38 - - [2025-09-01 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.38 - - [2025-09-01 02:05:15] "GET /virtual-router/e01403fe-a6bb-4bdc-937a-d11db7edb2a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.006576 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000978 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000920 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001047 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000925 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001035 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:05:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000958 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001004 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000959 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001302 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.002422 10.0.0.38 - - [2025-09-01 02:06:15] "GET /obj-perms HTTP/1.1" 200 5075 0.044682 10.0.0.38 - - [2025-09-01 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.025275 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000936 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000977 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:39] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000990 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000889 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000948 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:06:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000901 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001002 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000904 10.0.0.131 - - [2025-09-01 02:07:05] "GET /global-system-configs HTTP/1.1" 200 323 0.030995 10.0.0.38 - - [2025-09-01 02:07:05] "GET /global-system-configs HTTP/1.1" 200 323 0.076939 10.0.0.131 - - [2025-09-01 02:07:05] "GET /obj-perms HTTP/1.1" 200 5075 0.155973 10.0.0.38 - - [2025-09-01 02:07:05] "GET /global-system-configs HTTP/1.1" 200 323 0.073549 10.0.0.249 - - [2025-09-01 02:07:05] "GET /obj-perms HTTP/1.1" 200 5075 0.088265 10.0.0.38 - - [2025-09-01 02:07:06] "GET /obj-perms HTTP/1.1" 200 5075 0.133722 10.0.0.249 - - [2025-09-01 02:07:06] "GET /global-system-configs HTTP/1.1" 200 323 0.026204 10.0.0.131 - - [2025-09-01 02:07:06] "GET /global-system-configs HTTP/1.1" 200 323 0.101888 10.0.0.131 - - [2025-09-01 02:07:06] "GET /obj-perms HTTP/1.1" 200 5075 0.224911 10.0.0.249 - - [2025-09-01 02:07:08] "GET /global-system-configs HTTP/1.1" 200 323 0.073927 10.0.0.38 - - [2025-09-01 02:07:08] "GET /obj-perms HTTP/1.1" 200 5075 0.133631 10.0.0.249 - - [2025-09-01 02:07:08] "GET /obj-perms HTTP/1.1" 200 5075 0.147292 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001325 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001500 10.0.0.38 - - [2025-09-01 02:07:16] "GET /virtual-router/5b686689-4b18-454c-a5df-3e8619ab5841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.026094 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000924 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000901 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000899 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000864 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001240 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:07:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001248 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000969 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000880 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000946 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000900 10.0.0.38 - - [2025-09-01 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.025588 10.0.0.38 - - [2025-09-01 02:08:17] "GET /virtual-router/e01403fe-a6bb-4bdc-937a-d11db7edb2a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004703 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000941 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000861 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000990 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000844 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000977 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:08:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001184 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001018 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000848 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000947 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000912 10.0.0.131 - - [2025-09-01 02:09:18] "GET /obj-perms HTTP/1.1" 200 5075 0.045244 10.0.0.38 - - [2025-09-01 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001092 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000955 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001178 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001170 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000901 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:09:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000893 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000992 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3475 0.000826 10.0.0.249 - - [2025-09-01 02:10:18] "GET /obj-perms HTTP/1.1" 200 5075 0.047740 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000830 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3475 0.000844 10.0.0.38 - - [2025-09-01 02:10:19] "GET /obj-perms HTTP/1.1" 200 5075 0.044770 10.0.0.38 - - [2025-09-01 02:10:19] "GET /virtual-router/5b686689-4b18-454c-a5df-3e8619ab5841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005061 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001206 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3475 0.000962 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001271 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3475 0.001050 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001182 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:10:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3475 0.001057 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001592 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001569 10.0.0.38 - - [2025-09-01 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.027697 10.0.0.38 - - [2025-09-01 02:11:20] "GET /virtual-router/e01403fe-a6bb-4bdc-937a-d11db7edb2a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005370 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001010 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000916 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000970 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000853 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000976 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000915 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001237 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:11:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000936 10.0.0.131 - - [2025-09-01 02:12:05] "GET /global-system-configs HTTP/1.1" 200 323 0.030416 10.0.0.38 - - [2025-09-01 02:12:05] "GET /global-system-configs HTTP/1.1" 200 323 0.078619 10.0.0.131 - - [2025-09-01 02:12:05] "GET /obj-perms HTTP/1.1" 200 5075 0.141524 10.0.0.249 - - [2025-09-01 02:12:05] "GET /obj-perms HTTP/1.1" 200 5075 0.153667 10.0.0.38 - - [2025-09-01 02:12:05] "GET /global-system-configs HTTP/1.1" 200 323 0.004732 10.0.0.38 - - [2025-09-01 02:12:05] "GET /obj-perms HTTP/1.1" 200 5075 0.004074 10.0.0.249 - - [2025-09-01 02:12:06] "GET /global-system-configs HTTP/1.1" 200 323 0.028113 10.0.0.131 - - [2025-09-01 02:12:06] "GET /global-system-configs HTTP/1.1" 200 323 0.143559 10.0.0.249 - - [2025-09-01 02:12:06] "GET /obj-perms HTTP/1.1" 200 5075 0.253384 10.0.0.131 - - [2025-09-01 02:12:06] "GET /obj-perms HTTP/1.1" 200 5075 0.268082 10.0.0.249 - - [2025-09-01 02:12:08] "GET /global-system-configs HTTP/1.1" 200 323 0.105357 10.0.0.38 - - [2025-09-01 02:12:08] "GET /obj-perms HTTP/1.1" 200 5075 0.176910 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000945 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000932 10.0.0.38 - - [2025-09-01 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.025435 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000946 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000910 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000952 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000961 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001379 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001222 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001602 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:12:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001345 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001286 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001024 10.0.0.38 - - [2025-09-01 02:13:21] "GET /virtual-router/5b686689-4b18-454c-a5df-3e8619ab5841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.028170 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000932 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000880 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001645 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001081 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001358 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000990 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000938 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:13:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000939 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000945 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000847 10.0.0.131 - - [2025-09-01 02:14:22] "GET /obj-perms HTTP/1.1" 200 5075 0.046270 10.0.0.249 - - [2025-09-01 02:14:22] "GET /obj-perms HTTP/1.1" 200 5075 0.046359 10.0.0.38 - - [2025-09-01 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.38 - - [2025-09-01 02:14:22] "GET /virtual-router/e01403fe-a6bb-4bdc-937a-d11db7edb2a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004897 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001071 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.000985 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001173 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001330 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000927 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.000840 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001279 [Introspect:8084]10.0.0.131 - - [2025-09-01 02:14:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3224 0.001153