++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/redis ++ CONTAINER_LOG_DIR=/var/log/contrail/redis ++ mkdir -p /var/log/contrail/redis ++ log_file=/var/log/contrail/redis/console.log ++ touch /var/log/contrail/redis/console.log ++ chmod 600 /var/log/contrail/redis/console.log ++ exec +++ tee -a /var/log/contrail/redis/console.log +++ date ++ echo 'INFO: =================== Mon Sep 29 01:45:07 AM UTC 2025 ===================' INFO: =================== Mon Sep 29 01:45: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.33 ++ 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.38,10.0.0.33,10.0.0.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.33,10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.33,10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.33,10.0.0.249 ++ 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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ 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 ' +++ '[' -n '10.0.0.38:8081 10.0.0.33:8081 10.0.0.249:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.33:8081 10.0.0.249:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.33:8081 10.0.0.249: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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ 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 ' +++ '[' -n '10.0.0.38:9042 10.0.0.33:9042 10.0.0.249:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.33:9042 10.0.0.249:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.33:9042 10.0.0.249:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.33,10.0.0.249 ++ 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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ 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 ' +++ '[' -n '10.0.0.38:8086 10.0.0.33:8086 10.0.0.249:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.33:8086 10.0.0.249:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.33:8086 10.0.0.249: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.38,10.0.0.33,10.0.0.249 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.33,10.0.0.249 ++ 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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ 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 ' +++ '[' -n '10.0.0.38:8082 10.0.0.33:8082 10.0.0.249:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.33:8082 10.0.0.249:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.33:8082 10.0.0.249: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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ 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 ' +++ '[' -n '10.0.0.38:9161 10.0.0.33:9161 10.0.0.249:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.33:9161 10.0.0.249:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.33:9161 10.0.0.249: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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ 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 ' +++ '[' -n '10.0.0.38:9041 10.0.0.33:9041 10.0.0.249:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.33:9041 10.0.0.249:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.33:9041 10.0.0.249: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.17,10.20.0.25,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.25,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.33,10.0.0.249 ++ 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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ 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, +++ '[' -n 10.0.0.38:2181,10.0.0.33:2181,10.0.0.249:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.33:2181,10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.33:2181,10.0.0.249: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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ 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 ' +++ '[' -n '10.0.0.38:2181 10.0.0.33:2181 10.0.0.249:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.33:2181 10.0.0.249:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.33:2181 10.0.0.249:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.33,10.0.0.249 ++ 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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ 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, +++ '[' -n 10.0.0.38:5673,10.0.0.33:5673,10.0.0.249:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.33:5673,10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.33:5673,10.0.0.249: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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ 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 ' +++ '[' -n '10.0.0.38:6379 10.0.0.33:6379 10.0.0.249:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.33:6379 10.0.0.249:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.33:6379 10.0.0.249: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.38,10.0.0.33,10.0.0.249 ++ 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.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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ 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 ' +++ '[' -n '10.0.0.38:9092 10.0.0.33:9092 10.0.0.249:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.33:9092 10.0.0.249:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.33:9092 10.0.0.249: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.38 ++ 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.38,10.0.0.33,10.0.0.249 ++ 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.38,10.0.0.33,10.0.0.249 ++ 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 + REDIS_NODES=10.0.0.38,10.0.0.33,10.0.0.249,10.0.0.38,10.0.0.33,10.0.0.249 + [[ -z '' ]] + [[ -n 10.0.0.38,10.0.0.33,10.0.0.249,10.0.0.38,10.0.0.33,10.0.0.249 ]] + for i in {1..10} ++ find_my_ip_and_order_for_node REDIS ++ local server_typ=REDIS_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.33,10.0.0.249,10.0.0.38,10.0.0.33,10.0.0.249 ++ local servers=10.0.0.38,10.0.0.33,10.0.0.249,10.0.0.38,10.0.0.33,10.0.0.249 ++ 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 +++ uniq +++ sort ++ local local_ips=,10.0.0.33,10.20.0.25,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.38'\''))' ++ local server_ip=10.0.0.38 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.38 ]] ++ [[ ,10.0.0.33,10.20.0.25,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.33'\''))' ++ local server_ip=10.0.0.33 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.33 ]] ++ [[ ,10.0.0.33,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] ++ echo 10.0.0.33 2 ++ return + my_ip_and_order='10.0.0.33 2' + '[' -n '10.0.0.33 2' ']' + break ++ echo 10.0.0.33 2 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.33 + '[' -n 10.0.0.33 ']' + REDIS_LISTEN_ADDRESS=10.0.0.33 + redis_opts='--lua-time-limit 15000' + redis_opts+=' --dbfilename '\'''\''' + redis_opts+=' --bind 127.0.0.1' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ 10.0.0.33 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.33 ']' + redis_opts+=' 10.0.0.33' + '[' -n 6379 ']' + redis_opts+=' --port 6379' + '[' -n '' ']' + '[' -n '' ']' + echo 'INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '\'''\'' --bind 127.0.0.1 10.0.0.33 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.33 --port 6379 ++ id -u redis + CONTRAIL_UID=998 ++ id -g redis + CONTRAIL_GID=996 + find . '!' -user redis -exec chown redis '{}' + + do_run_service redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.33 --port 6379 + [[ -n 998 ]] + [[ -n 996 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 998 + local user_name=redis + export HOME=/home/redis + HOME=/home/redis + mkdir -p /home/redis + chown -R 998:996 /home/redis + exec setpriv --reuid 998 --regid 996 --clear-groups --no-new-privs redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.33 --port 6379 1:C 29 Sep 2025 01:45:07.773 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 29 Sep 2025 01:45:07.774 # Redis version=6.0.19, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 29 Sep 2025 01:45:07.774 # Configuration loaded 1:M 29 Sep 2025 01:45:07.774 * Running mode=standalone, port=6379. 1:M 29 Sep 2025 01:45:07.774 # Server initialized 1:M 29 Sep 2025 01:45:07.774 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:M 29 Sep 2025 01:45:07.775 * Ready to accept connections 1:M 29 Sep 2025 01:49:45.981 * WARNING: Flushing Redis UVE DB 1:M 29 Sep 2025 01:49:45.981 * WARNING: Flushing Redis UVE DB done 1:M 29 Sep 2025 01:49:45.982 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 1:M 29 Sep 2025 01:49:45.982 * Add cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:45.982 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 done 1:M 29 Sep 2025 01:49:45.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:45.992 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 1:M 29 Sep 2025 01:49:45.992 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 to NGENERATORS 1:M 29 Sep 2025 01:49:45.992 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 done 1:M 29 Sep 2025 01:49:45.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:45.999 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 1:M 29 Sep 2025 01:49:45.999 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:45.999 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 done 1:M 29 Sep 2025 01:49:46.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.010 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 1:M 29 Sep 2025 01:49:46.010 * Add cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:46.010 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 done 1:M 29 Sep 2025 01:49:46.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.023 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 29 Sep 2025 01:49:46.023 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:46.023 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 29 Sep 2025 01:49:46.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.029 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 1:M 29 Sep 2025 01:49:46.029 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:46.029 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 29 Sep 2025 01:49:46.036 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 1:M 29 Sep 2025 01:49:46.036 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:1 to NGENERATORS 1:M 29 Sep 2025 01:49:46.036 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 done 1:M 29 Sep 2025 01:49:46.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:46.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:47.243 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 1:M 29 Sep 2025 01:49:47.243 * Add cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 29 Sep 2025 01:49:47.243 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 done 1:M 29 Sep 2025 01:49:47.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:47.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:47.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:47.333 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 1:M 29 Sep 2025 01:49:47.333 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 29 Sep 2025 01:49:47.333 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 done 1:M 29 Sep 2025 01:49:47.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:47.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:47.380 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:48.318 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 1:M 29 Sep 2025 01:49:48.318 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 29 Sep 2025 01:49:48.318 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 done 1:M 29 Sep 2025 01:49:48.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:48.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:48.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:49.556 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 29 Sep 2025 01:49:49.556 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:49.556 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 29 Sep 2025 01:49:49.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:49.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:49.569 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:50.235 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 1:M 29 Sep 2025 01:49:50.235 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 to NGENERATORS 1:M 29 Sep 2025 01:49:50.235 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 done 1:M 29 Sep 2025 01:49:50.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:50.240 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 1:M 29 Sep 2025 01:49:50.240 * Add cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 to NGENERATORS 1:M 29 Sep 2025 01:49:50.240 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 done 1:M 29 Sep 2025 01:49:50.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:50.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:50.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:50.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:50.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 1:M 29 Sep 2025 01:49:59.822 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:1 to NGENERATORS 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 done 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 1:M 29 Sep 2025 01:49:59.822 * Add cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 done 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 1:M 29 Sep 2025 01:49:59.822 * Add cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 done 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 1:M 29 Sep 2025 01:49:59.822 * Add cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 done 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 1:M 29 Sep 2025 01:49:59.822 * Add cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 done 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 1:M 29 Sep 2025 01:49:59.822 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 done 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 1:M 29 Sep 2025 01:49:59.823 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 done 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 1:M 29 Sep 2025 01:49:59.823 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 done 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 29 Sep 2025 01:49:59.823 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 29 Sep 2025 01:49:59.823 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 1:M 29 Sep 2025 01:49:59.823 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.823 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 29 Sep 2025 01:49:59.824 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 1:M 29 Sep 2025 01:49:59.824 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.824 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 done 1:M 29 Sep 2025 01:49:59.824 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 1:M 29 Sep 2025 01:49:59.824 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 to NGENERATORS 1:M 29 Sep 2025 01:49:59.824 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 done 1:M 29 Sep 2025 01:49:59.832 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.832 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:49:59.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:02.923 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 29 Sep 2025 01:50:02.923 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:50:02.923 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 29 Sep 2025 01:50:02.924 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:02.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:02.929 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:08.546 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 29 Sep 2025 01:50:08.546 * Add cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 29 Sep 2025 01:50:08.546 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 29 Sep 2025 01:50:08.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:08.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:08.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:09.540 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 29 Sep 2025 01:50:09.540 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 29 Sep 2025 01:50:09.540 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 29 Sep 2025 01:50:09.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:09.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:09.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:15.968 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:16.610 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 01:50:17.547 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 29 Sep 2025 01:50:17.547 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:50:17.547 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 29 Sep 2025 01:50:17.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:17.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:17.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:19.590 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 01:50:19.616 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 01:50:19.655 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 01:50:24.683 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 29 Sep 2025 01:50:24.683 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 29 Sep 2025 01:50:24.683 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 29 Sep 2025 01:50:24.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:24.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:24.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:50:27.582 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 01:50:36.584 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 01:50:37.584 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 01:50:45.968 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:51:15.968 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:51:45.969 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:51:46.641 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 01:51:58.609 * GetSeq for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 1:M 29 Sep 2025 01:51:58.609 * Add an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 29 Sep 2025 01:51:58.609 * GetSeq for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 done 1:M 29 Sep 2025 01:51:58.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:51:58.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:51:58.763 * GetSeq for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 1:M 29 Sep 2025 01:51:58.763 * Add an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 29 Sep 2025 01:51:58.763 * GetSeq for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 done 1:M 29 Sep 2025 01:51:58.767 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:51:58.768 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:04.259 * GetSeq for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 1:M 29 Sep 2025 01:52:04.259 * Add an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 29 Sep 2025 01:52:04.259 * GetSeq for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 29 Sep 2025 01:52:04.261 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:04.266 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:04.266 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:05.695 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4203-1 1:M 29 Sep 2025 01:52:15.969 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:28.595 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:28.754 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:45.971 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:58.596 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:52:58.755 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:53:15.972 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:53:28.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:53:28.755 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:53:45.971 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:53:58.596 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:53:58.755 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:54:15.971 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:54:28.600 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:54:28.756 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:54:41.066 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-73149549:ctest-vn22-34431009 part 26 1:M 29 Sep 2025 01:54:45.971 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:54:58.281 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-73149549:ctest-vn22-34431009 part 26 1:M 29 Sep 2025 01:54:58.282 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:46cb6f9a-149b-472f-80a9-5699527fd6f8 part 4 1:M 29 Sep 2025 01:54:58.283 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-73149549:467a7bc7-64cd-422a-b7f5-da9d6f3f2f3c part 17 1:M 29 Sep 2025 01:54:58.283 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-73149549:467a7bc7-64cd-422a-b7f5-da9d6f3f2f3c part 17 1:M 29 Sep 2025 01:54:58.283 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-73149549:467a7bc7-64cd-422a-b7f5-da9d6f3f2f3c part 17 1:M 29 Sep 2025 01:54:58.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:54:58.754 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:55:04.097 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-06620297:ctest-left_ctest-TestECMPConfigHashFeature-06620297-86840001 part 20 1:M 29 Sep 2025 01:55:06.403 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-06620297:ctest-right_ctest-TestECMPConfigHashFeature-06620297-16557131 part 21 1:M 29 Sep 2025 01:55:06.633 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-06620297:ctest-mgmt_ctest-TestECMPConfigHashFeature-06620297-56067068 part 27 1:M 29 Sep 2025 01:55:15.971 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:55:19.213 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-94914904:ctest-left_ctest-TestECMPFeature-94914904-66116742 part 24 1:M 29 Sep 2025 01:55:19.489 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-94914904:ctest-right_ctest-TestECMPFeature-94914904-67293327 part 23 1:M 29 Sep 2025 01:55:19.680 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-94914904:ctest-mgmt_ctest-TestECMPFeature-94914904-66913491 part 24 1:M 29 Sep 2025 01:55:22.802 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 01:55:25.791 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 01:55:28.598 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:55:28.755 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:55:45.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:55:58.598 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:55:58.755 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:56:02.907 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 01:56:15.972 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:56:28.601 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:56:28.758 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:56:45.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:56:58.598 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:56:58.756 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:57:11.300 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-72359485:ctest-right_ctest-TestECMPIPv6Fragments-72359485-06772788 part 29 1:M 29 Sep 2025 01:57:11.541 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-72359485:ctest-mgmt_ctest-TestECMPIPv6Fragments-72359485-42683602 part 22 1:M 29 Sep 2025 01:57:15.972 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:57:28.600 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:57:28.758 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:57:45.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:57:58.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:57:58.759 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:58:15.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:58:28.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:58:28.759 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:58:31.062 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-23313929:ctest-left_ctest-TestECMPSanity-23313929-20308014 part 27 1:M 29 Sep 2025 01:58:31.281 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-23313929:ctest-right_ctest-TestECMPSanity-23313929-67542320 part 29 1:M 29 Sep 2025 01:58:31.465 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-23313929:ctest-mgmt_ctest-TestECMPSanity-23313929-72226454 part 29 1:M 29 Sep 2025 01:58:33.911 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 01:58:40.909 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 01:58:44.450 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-27718897:ctest-left_ctest-TestECMPSanityIPv6-27718897-51958818 part 24 1:M 29 Sep 2025 01:58:44.647 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-27718897:ctest-right_ctest-TestECMPSanityIPv6-27718897-20858037 part 25 1:M 29 Sep 2025 01:58:44.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-27718897:ctest-mgmt_ctest-TestECMPSanityIPv6-27718897-94515646 part 29 1:M 29 Sep 2025 01:58:45.915 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 01:58:45.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:58:48.911 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 01:58:57.195 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-85370672:ctest-left_ctest-TestECMPwithSVMChange-85370672-97844735 part 24 1:M 29 Sep 2025 01:58:57.391 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-85370672:ctest-right_ctest-TestECMPwithSVMChange-85370672-51453361 part 22 1:M 29 Sep 2025 01:58:57.623 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-85370672:ctest-mgmt_ctest-TestECMPwithSVMChange-85370672-41800311 part 21 1:M 29 Sep 2025 01:58:58.281 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-23313929:ctest-left_ctest-TestECMPSanity-23313929-20308014 part 27 1:M 29 Sep 2025 01:58:58.282 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b4986c67-1e2c-41ab-b6b5-6491e17418b0 part 8 1:M 29 Sep 2025 01:58:58.282 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-23313929:2738df6c-aef3-4487-8fa6-caf1c3f73ffc part 12 1:M 29 Sep 2025 01:58:58.282 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-23313929:2738df6c-aef3-4487-8fa6-caf1c3f73ffc part 12 1:M 29 Sep 2025 01:58:58.282 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-23313929:2738df6c-aef3-4487-8fa6-caf1c3f73ffc part 12 1:M 29 Sep 2025 01:58:58.434 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-23313929:ctest-right_ctest-TestECMPSanity-23313929-67542320 part 29 1:M 29 Sep 2025 01:58:58.436 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8e04523a-acf3-4646-9710-7647427d1eb5 part 5 1:M 29 Sep 2025 01:58:58.436 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-23313929:7dd1cd82-b1b2-4e98-bcd3-c583844ca0fa part 14 1:M 29 Sep 2025 01:58:58.437 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-23313929:7dd1cd82-b1b2-4e98-bcd3-c583844ca0fa part 14 1:M 29 Sep 2025 01:58:58.437 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-23313929:7dd1cd82-b1b2-4e98-bcd3-c583844ca0fa part 14 1:M 29 Sep 2025 01:58:58.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:58:58.757 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:58:58.935 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 01:59:11.878 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-09592721:ctest-left_ctest-TestMultiInlineSVC-09592721-35425374 part 22 1:M 29 Sep 2025 01:59:12.101 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-09592721:ctest-right_ctest-TestMultiInlineSVC-09592721-94974901 part 25 1:M 29 Sep 2025 01:59:12.279 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-09592721:ctest-mgmt_ctest-TestMultiInlineSVC-09592721-99875233 part 23 1:M 29 Sep 2025 01:59:15.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:59:27.563 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-10262673:ctest-left_ctest-TestMultiInlineSVCIPv6-10262673-94098202 part 25 1:M 29 Sep 2025 01:59:27.768 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-10262673:ctest-right_ctest-TestMultiInlineSVCIPv6-10262673-78182822 part 20 1:M 29 Sep 2025 01:59:28.017 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-10262673:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-10262673-87309390 part 26 1:M 29 Sep 2025 01:59:28.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:59:28.761 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:59:45.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:59:49.968 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 01:59:58.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 01:59:58.759 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:00:15.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:00:28.602 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:00:28.759 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:00:45.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:00:58.602 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:00:58.759 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:01:15.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:01:28.602 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:01:28.758 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:01:45.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:01:58.603 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:01:58.759 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:02:15.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:02:28.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:02:28.761 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:02:41.426 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-56929787:ctest-vn1-04493663 part 28 1:M 29 Sep 2025 02:02:41.797 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-56929787:ctest-fvn-32632131 part 21 1:M 29 Sep 2025 02:02:45.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:02:58.282 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-56929787:ctest-fvn-32632131 part 21 1:M 29 Sep 2025 02:02:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-56929787:ctest-vn1-04493663 part 28 1:M 29 Sep 2025 02:02:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ab57bbf4-521a-445d-a1fc-6ef913b55b8f part 5 1:M 29 Sep 2025 02:02:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ab57bbf4-521a-445d-a1fc-6ef913b55b8f part 5 1:M 29 Sep 2025 02:02:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-56929787:8b2db213-965f-4f50-a9f3-2e3c24f14cfe part 17 1:M 29 Sep 2025 02:02:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-56929787:8b2db213-965f-4f50-a9f3-2e3c24f14cfe part 17 1:M 29 Sep 2025 02:02:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-56929787:8b2db213-965f-4f50-a9f3-2e3c24f14cfe part 17 1:M 29 Sep 2025 02:02:58.435 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-56929787:ctest-fvn-32632131 part 21 1:M 29 Sep 2025 02:02:58.436 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:89971f7e-5cf0-4d2e-ba9e-42b884666697 part 7 1:M 29 Sep 2025 02:02:58.436 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:89971f7e-5cf0-4d2e-ba9e-42b884666697 part 7 1:M 29 Sep 2025 02:02:58.436 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-56929787:f5291924-41ce-430b-a844-8db1bb75e729 part 12 1:M 29 Sep 2025 02:02:58.436 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-56929787:f5291924-41ce-430b-a844-8db1bb75e729 part 12 1:M 29 Sep 2025 02:02:58.436 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-56929787:f5291924-41ce-430b-a844-8db1bb75e729 part 12 1:M 29 Sep 2025 02:02:58.605 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:02:58.760 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:03:15.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:03:24.079 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:03:28.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:03:28.761 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:03:30.102 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:03:37.462 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPorts-94002250:ctest-vn-47070772 part 20 1:M 29 Sep 2025 02:03:45.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:03:48.112 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:03:51.110 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:03:58.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:03:58.760 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:03:59.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPorts-94002250:ctest-vn1-60197644 part 20 1:M 29 Sep 2025 02:04:12.128 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:04:15.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:04:28.283 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPorts-94002250:ctest-vn1-60197644 part 20 1:M 29 Sep 2025 02:04:28.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3851bb9a-ce8c-4806-bb20-c21540f3dc3b part 7 1:M 29 Sep 2025 02:04:28.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-94002250:c67a8d1d-f71b-4f12-98f9-b9e41663d701 part 18 1:M 29 Sep 2025 02:04:28.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-94002250:c67a8d1d-f71b-4f12-98f9-b9e41663d701 part 18 1:M 29 Sep 2025 02:04:28.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-94002250:c67a8d1d-f71b-4f12-98f9-b9e41663d701 part 18 1:M 29 Sep 2025 02:04:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPorts-94002250:ctest-vn1-60197644 part 20 1:M 29 Sep 2025 02:04:28.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:13638bd4-c9f3-4125-949c-2a85595cc037 part 5 1:M 29 Sep 2025 02:04:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-94002250:0a2d6bf6-92c3-4734-b0ff-3597d9374b98 part 13 1:M 29 Sep 2025 02:04:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-94002250:0a2d6bf6-92c3-4734-b0ff-3597d9374b98 part 13 1:M 29 Sep 2025 02:04:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-94002250:0a2d6bf6-92c3-4734-b0ff-3597d9374b98 part 13 1:M 29 Sep 2025 02:04:28.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:04:28.760 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:04:45.978 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:04:49.714 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRouters-65535514:ctest-vn2-56891602 part 21 1:M 29 Sep 2025 02:04:49.926 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRouters-65535514:ctest-vn1-97605857 part 22 1:M 29 Sep 2025 02:04:58.282 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-65535514:ctest-vn1-97605857 part 22 1:M 29 Sep 2025 02:04:58.284 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:01618d20-5a2d-4a69-85ac-5e6dc4f34332 part 8 1:M 29 Sep 2025 02:04:58.284 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:01618d20-5a2d-4a69-85ac-5e6dc4f34332 part 8 1:M 29 Sep 2025 02:04:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-65535514:fe57d3e6-6b70-41ec-9321-c17cc87aead2 part 12 1:M 29 Sep 2025 02:04:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-65535514:fe57d3e6-6b70-41ec-9321-c17cc87aead2 part 12 1:M 29 Sep 2025 02:04:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-65535514:fe57d3e6-6b70-41ec-9321-c17cc87aead2 part 12 1:M 29 Sep 2025 02:04:58.437 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-65535514:ctest-vn1-97605857 part 22 1:M 29 Sep 2025 02:04:58.437 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-65535514:ctest-vn2-56891602 part 21 1:M 29 Sep 2025 02:04:58.439 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fc6d586e-8dee-41ce-afdd-7024eae6e11a part 4 1:M 29 Sep 2025 02:04:58.439 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fc6d586e-8dee-41ce-afdd-7024eae6e11a part 4 1:M 29 Sep 2025 02:04:58.439 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-65535514:fe147aff-b1c2-478e-88fa-481699dd393e part 15 1:M 29 Sep 2025 02:04:58.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-65535514:fe147aff-b1c2-478e-88fa-481699dd393e part 15 1:M 29 Sep 2025 02:04:58.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-65535514:fe147aff-b1c2-478e-88fa-481699dd393e part 15 1:M 29 Sep 2025 02:04:58.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:04:58.764 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:05:03.200 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:05:04.244 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:05:05.176 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:05:05.198 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:05:15.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:05:24.956 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-90960259:snat-si-left_snat_6b2db5a9-9844-44bf-9065-949a05349ed9_8d64876a-f4d6-4ed5-be9d-8d3f057a54a8 part 21 1:M 29 Sep 2025 02:05:26.977 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-90960259:ctest-ext_vn-24381647 part 29 1:M 29 Sep 2025 02:05:27.161 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-90960259:ctest-vn-51298040 part 27 1:M 29 Sep 2025 02:05:28.210 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:05:28.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:05:28.762 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:05:32.215 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:05:37.198 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:05:45.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:05:58.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:05:58.761 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:06:15.978 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:06:28.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:06:28.767 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:06:45.978 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:06:58.608 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:06:58.763 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:07:13.663 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vn-25908079 part 20 1:M 29 Sep 2025 02:07:14.111 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vn-82959070 part 20 1:M 29 Sep 2025 02:07:15.978 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:07:23.285 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:07:24.273 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:07:28.283 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vn-82959070 part 20 1:M 29 Sep 2025 02:07:28.284 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:06bf3ec6-7b3e-4bba-8c17-e0610f04893c part 10 1:M 29 Sep 2025 02:07:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:06bf3ec6-7b3e-4bba-8c17-e0610f04893c part 10 1:M 29 Sep 2025 02:07:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:a7f24bc5-b35e-403a-8e31-85bea7793391 part 15 1:M 29 Sep 2025 02:07:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:a7f24bc5-b35e-403a-8e31-85bea7793391 part 15 1:M 29 Sep 2025 02:07:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:a7f24bc5-b35e-403a-8e31-85bea7793391 part 15 1:M 29 Sep 2025 02:07:28.437 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vn-25908079 part 20 1:M 29 Sep 2025 02:07:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f813df43-88ae-4c57-bb6c-a4dd45a67fc6 part 5 1:M 29 Sep 2025 02:07:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f813df43-88ae-4c57-bb6c-a4dd45a67fc6 part 5 1:M 29 Sep 2025 02:07:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:8fe04c04-ce96-4c34-a174-94a9cfa10c1d part 15 1:M 29 Sep 2025 02:07:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:8fe04c04-ce96-4c34-a174-94a9cfa10c1d part 15 1:M 29 Sep 2025 02:07:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:8fe04c04-ce96-4c34-a174-94a9cfa10c1d part 15 1:M 29 Sep 2025 02:07:28.605 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:07:28.765 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:07:32.295 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:07:45.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:07:49.280 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:07:58.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:07:58.764 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:08:15.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:08:28.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:08:28.764 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:08:45.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:08:58.607 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:08:58.764 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:09:15.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:09:28.608 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:09:28.767 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:09:45.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:09:58.608 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:09:58.766 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:10:15.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:10:28.608 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:10:28.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:10:45.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:10:58.439 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vnet1-96273847 part 26 1:M 29 Sep 2025 02:10:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:38d7d693-e27f-4e44-aea3-c9827d5281db part 11 1:M 29 Sep 2025 02:10:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:38d7d693-e27f-4e44-aea3-c9827d5281db part 11 1:M 29 Sep 2025 02:10:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:99deb6fe-c12b-490b-8e63-dca468ed1144 part 13 1:M 29 Sep 2025 02:10:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:99deb6fe-c12b-490b-8e63-dca468ed1144 part 13 1:M 29 Sep 2025 02:10:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:99deb6fe-c12b-490b-8e63-dca468ed1144 part 13 1:M 29 Sep 2025 02:10:58.609 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:10:58.767 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:11:15.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:11:28.283 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vnet0-53272132 part 22 1:M 29 Sep 2025 02:11:28.284 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5c256fd2-1cf3-4bf8-a3fc-33cd870f1d58 part 4 1:M 29 Sep 2025 02:11:28.284 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5c256fd2-1cf3-4bf8-a3fc-33cd870f1d58 part 4 1:M 29 Sep 2025 02:11:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:a1b33455-229f-4ba7-b3ae-116c0c8eb057 part 18 1:M 29 Sep 2025 02:11:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:a1b33455-229f-4ba7-b3ae-116c0c8eb057 part 18 1:M 29 Sep 2025 02:11:28.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:a1b33455-229f-4ba7-b3ae-116c0c8eb057 part 18 1:M 29 Sep 2025 02:11:28.609 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:11:28.766 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:11:32.431 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:11:33.624 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vnet3-97982571 part 20 1:M 29 Sep 2025 02:11:33.999 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vnet2-70637186 part 21 1:M 29 Sep 2025 02:11:34.422 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:11:34.499 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vnet1-96273847 part 26 1:M 29 Sep 2025 02:11:34.991 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vnet0-53272132 part 22 1:M 29 Sep 2025 02:11:44.427 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:11:45.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:11:48.435 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:11:58.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:11:58.766 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:12:15.981 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:12:28.609 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:12:28.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:12:45.981 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:12:58.609 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:12:58.767 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:13:15.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:13:17.939 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vn1-80694815 part 20 1:M 29 Sep 2025 02:13:28.284 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vn1-80694815 part 20 1:M 29 Sep 2025 02:13:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d9d7ba7e-d540-4fc9-9cae-3f833ddb191a part 10 1:M 29 Sep 2025 02:13:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d9d7ba7e-d540-4fc9-9cae-3f833ddb191a part 10 1:M 29 Sep 2025 02:13:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:8e9d3281-27c3-4346-bb69-a04210c2c7b4 part 13 1:M 29 Sep 2025 02:13:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:8e9d3281-27c3-4346-bb69-a04210c2c7b4 part 13 1:M 29 Sep 2025 02:13:28.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:8e9d3281-27c3-4346-bb69-a04210c2c7b4 part 13 1:M 29 Sep 2025 02:13:28.439 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:ctest-vn1-80694815 part 20 1:M 29 Sep 2025 02:13:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:304efb0a-4f92-4d93-8f58-dcff8f099ae0 part 11 1:M 29 Sep 2025 02:13:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:304efb0a-4f92-4d93-8f58-dcff8f099ae0 part 11 1:M 29 Sep 2025 02:13:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:98ea66ce-3338-41ac-aceb-19cfbd8724ce part 19 1:M 29 Sep 2025 02:13:28.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:98ea66ce-3338-41ac-aceb-19cfbd8724ce part 19 1:M 29 Sep 2025 02:13:28.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-21616304:98ea66ce-3338-41ac-aceb-19cfbd8724ce part 19 1:M 29 Sep 2025 02:13:28.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:13:28.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:13:38.490 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:13:45.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:13:58.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:13:58.770 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:14:15.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:14:28.611 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:14:28.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:14:45.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:14:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-93803276:ctest-vnet0-23176837 part 21 1:M 29 Sep 2025 02:14:58.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8aacc79b-67d1-4cba-b8a0-d6f8b4e9220b part 4 1:M 29 Sep 2025 02:14:58.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8aacc79b-67d1-4cba-b8a0-d6f8b4e9220b part 4 1:M 29 Sep 2025 02:14:58.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-93803276:8ac0de8d-43e0-4597-a6ca-96d887ceed2c part 13 1:M 29 Sep 2025 02:14:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-93803276:8ac0de8d-43e0-4597-a6ca-96d887ceed2c part 13 1:M 29 Sep 2025 02:14:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-93803276:8ac0de8d-43e0-4597-a6ca-96d887ceed2c part 13 1:M 29 Sep 2025 02:14:58.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:14:58.772 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:15:01.251 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-93803276:ctest-vnet0-23176837 part 21 1:M 29 Sep 2025 02:15:02.547 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:15:14.563 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:15:15.752 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyNegativeIpv4v6-65709749:ctest-vn4-62359992 part 26 1:M 29 Sep 2025 02:15:15.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:15:28.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:15:28.768 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:15:37.589 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:15:45.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:15:58.611 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:15:58.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:16:15.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:16:28.612 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:16:28.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:16:45.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:16:58.611 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:16:58.770 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:17:15.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:17:28.614 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:17:28.768 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:17:45.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:17:49.644 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:17:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-21254812:ctest-VN3-21027548 part 21 1:M 29 Sep 2025 02:17:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:10849ed8-254f-44b5-9a50-b65aaffedb2a part 8 1:M 29 Sep 2025 02:17:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:10849ed8-254f-44b5-9a50-b65aaffedb2a part 8 1:M 29 Sep 2025 02:17:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:b3b14f95-a4e9-4a4d-be09-3ce2db42bffd part 17 1:M 29 Sep 2025 02:17:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:b3b14f95-a4e9-4a4d-be09-3ce2db42bffd part 17 1:M 29 Sep 2025 02:17:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:b3b14f95-a4e9-4a4d-be09-3ce2db42bffd part 17 1:M 29 Sep 2025 02:17:58.611 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:17:58.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:18:15.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:18:28.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-21254812:ctest-VN2-86156864 part 23 1:M 29 Sep 2025 02:18:28.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:42eb1451-1bf7-4490-b45a-0c076d2beab8 part 6 1:M 29 Sep 2025 02:18:28.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:42eb1451-1bf7-4490-b45a-0c076d2beab8 part 6 1:M 29 Sep 2025 02:18:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:1c7bb1b6-a20d-45c1-9459-b81b25ad15ec part 12 1:M 29 Sep 2025 02:18:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:1c7bb1b6-a20d-45c1-9459-b81b25ad15ec part 12 1:M 29 Sep 2025 02:18:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:1c7bb1b6-a20d-45c1-9459-b81b25ad15ec part 12 1:M 29 Sep 2025 02:18:28.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:18:28.771 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:18:45.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:18:58.285 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-21254812:ctest-VN1-75404740 part 21 1:M 29 Sep 2025 02:18:58.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0f01839e-83c4-44df-802f-1f4fd66ba6ae part 5 1:M 29 Sep 2025 02:18:58.286 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0f01839e-83c4-44df-802f-1f4fd66ba6ae part 5 1:M 29 Sep 2025 02:18:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:8629bf92-24a0-4f81-a193-f3d61848b379 part 15 1:M 29 Sep 2025 02:18:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:8629bf92-24a0-4f81-a193-f3d61848b379 part 15 1:M 29 Sep 2025 02:18:58.287 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-21254812:8629bf92-24a0-4f81-a193-f3d61848b379 part 15 1:M 29 Sep 2025 02:18:58.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:18:58.770 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:19:02.031 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-21254812:ctest-VN3-21027548 part 21 1:M 29 Sep 2025 02:19:02.370 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-21254812:ctest-VN2-86156864 part 23 1:M 29 Sep 2025 02:19:02.701 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:19:02.810 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-21254812:ctest-VN1-75404740 part 21 1:M 29 Sep 2025 02:19:15.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:19:16.716 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:19:22.756 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:19:28.612 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:19:28.707 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:19:28.771 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:19:45.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:19:58.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:19:58.772 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:20:15.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:20:28.613 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:20:28.774 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:20:45.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:20:58.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:20:58.772 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:21:15.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:21:28.292 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:ctest-VN3-84982001 part 20 1:M 29 Sep 2025 02:21:28.292 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:df9bad31-d4cc-41c7-8eff-21e25ace89ab part 9 1:M 29 Sep 2025 02:21:28.292 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:df9bad31-d4cc-41c7-8eff-21e25ace89ab part 9 1:M 29 Sep 2025 02:21:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:a3e3ed88-293f-41c6-beb6-537184b5ed62 part 16 1:M 29 Sep 2025 02:21:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:a3e3ed88-293f-41c6-beb6-537184b5ed62 part 16 1:M 29 Sep 2025 02:21:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:a3e3ed88-293f-41c6-beb6-537184b5ed62 part 16 1:M 29 Sep 2025 02:21:28.613 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:21:28.773 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:21:45.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:21:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:ctest-VN2-08400014 part 20 1:M 29 Sep 2025 02:21:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:48b2e93f-7882-4115-a8bf-1451d253cc69 part 11 1:M 29 Sep 2025 02:21:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:48b2e93f-7882-4115-a8bf-1451d253cc69 part 11 1:M 29 Sep 2025 02:21:58.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:89313e71-9f46-49db-919b-688771f6583f part 19 1:M 29 Sep 2025 02:21:58.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:89313e71-9f46-49db-919b-688771f6583f part 19 1:M 29 Sep 2025 02:21:58.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:89313e71-9f46-49db-919b-688771f6583f part 19 1:M 29 Sep 2025 02:21:58.614 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:21:58.773 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:22:15.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:22:28.291 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:ctest-VN1-50556936 part 23 1:M 29 Sep 2025 02:22:28.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:53a7c45b-ae37-4e76-9418-4f09e73f4729 part 9 1:M 29 Sep 2025 02:22:28.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:53a7c45b-ae37-4e76-9418-4f09e73f4729 part 9 1:M 29 Sep 2025 02:22:28.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:a45526ce-b041-4bae-895d-a19546168998 part 13 1:M 29 Sep 2025 02:22:28.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:a45526ce-b041-4bae-895d-a19546168998 part 13 1:M 29 Sep 2025 02:22:28.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:a45526ce-b041-4bae-895d-a19546168998 part 13 1:M 29 Sep 2025 02:22:28.614 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:22:28.773 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:22:31.647 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:ctest-VN3-84982001 part 20 1:M 29 Sep 2025 02:22:32.055 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:ctest-VN2-08400014 part 20 1:M 29 Sep 2025 02:22:32.428 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-87194867:ctest-VN1-50556936 part 23 1:M 29 Sep 2025 02:22:38.847 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:22:45.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:22:49.860 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:22:49.869 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:22:58.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:22:58.775 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:23:15.988 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:23:28.617 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:23:28.776 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:23:45.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:23:58.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:23:58.775 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:24:15.988 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:24:28.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:24:28.773 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:24:45.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:24:53.607 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-45323159:ctest-vn-26806370 part 28 1:M 29 Sep 2025 02:24:53.977 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-45323159:ctest-vn-72499054 part 28 1:M 29 Sep 2025 02:24:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-45323159:ctest-vn-72499054 part 28 1:M 29 Sep 2025 02:24:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:717e43fa-31e3-4a7a-8ac0-1546c145dc2a part 7 1:M 29 Sep 2025 02:24:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:717e43fa-31e3-4a7a-8ac0-1546c145dc2a part 7 1:M 29 Sep 2025 02:24:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-45323159:ee3ba7ef-d6be-478c-85c1-a4275f9aa569 part 17 1:M 29 Sep 2025 02:24:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-45323159:ee3ba7ef-d6be-478c-85c1-a4275f9aa569 part 17 1:M 29 Sep 2025 02:24:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-45323159:ee3ba7ef-d6be-478c-85c1-a4275f9aa569 part 17 1:M 29 Sep 2025 02:24:58.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-45323159:ctest-vn-26806370 part 28 1:M 29 Sep 2025 02:24:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d48bd69c-d442-419e-bce8-5930700b7b05 part 4 1:M 29 Sep 2025 02:24:58.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d48bd69c-d442-419e-bce8-5930700b7b05 part 4 1:M 29 Sep 2025 02:24:58.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-45323159:a49a51db-c893-487f-ab92-f13dcdc7dd5a part 13 1:M 29 Sep 2025 02:24:58.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-45323159:a49a51db-c893-487f-ab92-f13dcdc7dd5a part 13 1:M 29 Sep 2025 02:24:58.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-45323159:a49a51db-c893-487f-ab92-f13dcdc7dd5a part 13 1:M 29 Sep 2025 02:24:58.616 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:24:58.775 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:25:12.961 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:25:15.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:25:28.616 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:25:28.774 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:25:45.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:25:58.619 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:25:58.774 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:26:15.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:26:28.618 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:26:28.777 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:26:45.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:26:58.617 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:26:58.775 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:27:15.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:27:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-57029031:ctest-vnet0-14752251 part 28 1:M 29 Sep 2025 02:27:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:49ca4aaa-537f-4982-8338-252c5ffa42f9 part 6 1:M 29 Sep 2025 02:27:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:49ca4aaa-537f-4982-8338-252c5ffa42f9 part 6 1:M 29 Sep 2025 02:27:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-57029031:b0c0c50d-c6c8-4205-8f4c-707c527ea216 part 14 1:M 29 Sep 2025 02:27:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-57029031:b0c0c50d-c6c8-4205-8f4c-707c527ea216 part 14 1:M 29 Sep 2025 02:27:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-57029031:b0c0c50d-c6c8-4205-8f4c-707c527ea216 part 14 1:M 29 Sep 2025 02:27:28.620 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:27:28.775 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:27:33.035 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-57029031:ctest-vnet0-14752251 part 28 1:M 29 Sep 2025 02:27:33.046 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:27:40.034 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:27:45.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:27:58.619 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:27:58.776 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:27:59.076 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:28:15.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:28:28.624 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:28:28.776 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:28:45.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:28:58.620 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:28:58.779 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:29:15.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:29:28.618 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:29:28.775 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:29:45.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:29:58.619 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:29:58.776 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:30:15.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:30:28.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-71104429:ctest-vnet1-88793979 part 21 1:M 29 Sep 2025 02:30:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d6df39b1-f243-4bf4-a2dd-991e97be5c41 part 10 1:M 29 Sep 2025 02:30:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d6df39b1-f243-4bf4-a2dd-991e97be5c41 part 10 1:M 29 Sep 2025 02:30:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-71104429:7d2777c6-35f1-4c52-b647-9dd3f5cf23e4 part 15 1:M 29 Sep 2025 02:30:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-71104429:7d2777c6-35f1-4c52-b647-9dd3f5cf23e4 part 15 1:M 29 Sep 2025 02:30:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-71104429:7d2777c6-35f1-4c52-b647-9dd3f5cf23e4 part 15 1:M 29 Sep 2025 02:30:28.619 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:30:28.779 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:30:45.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:30:58.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-71104429:ctest-vnet0-93570338 part 22 1:M 29 Sep 2025 02:30:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:de40364b-7c21-4c3a-8853-11652159813f part 5 1:M 29 Sep 2025 02:30:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:de40364b-7c21-4c3a-8853-11652159813f part 5 1:M 29 Sep 2025 02:30:58.295 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-71104429:257dfcb1-26aa-46ab-972e-7e1dda1c23f3 part 18 1:M 29 Sep 2025 02:30:58.295 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-71104429:257dfcb1-26aa-46ab-972e-7e1dda1c23f3 part 18 1:M 29 Sep 2025 02:30:58.295 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-71104429:257dfcb1-26aa-46ab-972e-7e1dda1c23f3 part 18 1:M 29 Sep 2025 02:30:58.622 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:30:58.777 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:31:02.179 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:31:03.658 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-71104429:ctest-vnet1-88793979 part 21 1:M 29 Sep 2025 02:31:04.023 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-71104429:ctest-vnet0-93570338 part 22 1:M 29 Sep 2025 02:31:15.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:31:24.181 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:31:28.620 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:31:28.779 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:31:45.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:31:58.622 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:31:58.781 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:32:15.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:32:28.622 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:32:28.778 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:32:45.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:32:58.622 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:32:58.779 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:33:15.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:33:28.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:33:28.779 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:33:45.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:33:58.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:33:58.780 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:34:15.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:34:28.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:ctest-vnet1-29992324 part 25 1:M 29 Sep 2025 02:34:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7524f2e0-771a-4b13-ab54-f8b64468bb25 part 5 1:M 29 Sep 2025 02:34:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7524f2e0-771a-4b13-ab54-f8b64468bb25 part 5 1:M 29 Sep 2025 02:34:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:accfbea1-1030-4973-9877-0beec91e56f4 part 13 1:M 29 Sep 2025 02:34:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:accfbea1-1030-4973-9877-0beec91e56f4 part 13 1:M 29 Sep 2025 02:34:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:accfbea1-1030-4973-9877-0beec91e56f4 part 13 1:M 29 Sep 2025 02:34:28.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:34:28.777 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:34:32.275 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:34:45.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:34:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:ctest-vnet0-19647438 part 28 1:M 29 Sep 2025 02:34:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:07e2fd93-cdb9-45b9-91fb-7a9f3b5d6b2a part 5 1:M 29 Sep 2025 02:34:58.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:07e2fd93-cdb9-45b9-91fb-7a9f3b5d6b2a part 5 1:M 29 Sep 2025 02:34:58.295 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:cef2c0d4-8652-4b40-8f30-b99dc691a179 part 18 1:M 29 Sep 2025 02:34:58.295 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:cef2c0d4-8652-4b40-8f30-b99dc691a179 part 18 1:M 29 Sep 2025 02:34:58.295 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:cef2c0d4-8652-4b40-8f30-b99dc691a179 part 18 1:M 29 Sep 2025 02:34:58.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:34:58.779 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:35:03.641 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:ctest-vnet1-29992324 part 25 1:M 29 Sep 2025 02:35:04.044 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-58943372:ctest-vnet0-19647438 part 28 1:M 29 Sep 2025 02:35:15.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:35:18.313 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:35:18.325 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:35:28.623 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:35:28.780 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:35:45.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:35:58.623 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:35:58.782 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:36:15.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:36:28.623 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:36:28.782 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:36:45.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:36:58.626 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:36:58.780 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:37:01.834 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestQos-74703954:ctest-vn-98374147 part 27 1:M 29 Sep 2025 02:37:02.047 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestQos-74703954:ctest-vn-40967275 part 26 1:M 29 Sep 2025 02:37:15.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:37:28.293 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-74703954:ctest-vn-40967275 part 26 1:M 29 Sep 2025 02:37:28.294 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-74703954:ctest-vn-98374147 part 27 1:M 29 Sep 2025 02:37:28.295 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3df75003-691c-448b-8d54-1836923278ca part 4 1:M 29 Sep 2025 02:37:28.295 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3df75003-691c-448b-8d54-1836923278ca part 4 1:M 29 Sep 2025 02:37:28.296 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f839e9d1-449f-4f63-82eb-db3329db1d31 part 7 1:M 29 Sep 2025 02:37:28.296 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f839e9d1-449f-4f63-82eb-db3329db1d31 part 7 1:M 29 Sep 2025 02:37:28.296 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:8a577753-6253-4123-8068-adc36a6b172b part 16 1:M 29 Sep 2025 02:37:28.297 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:8a577753-6253-4123-8068-adc36a6b172b part 16 1:M 29 Sep 2025 02:37:28.297 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:8a577753-6253-4123-8068-adc36a6b172b part 16 1:M 29 Sep 2025 02:37:28.297 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:e3979bcd-29fb-4bc3-a714-a75fe960b2c0 part 19 1:M 29 Sep 2025 02:37:28.297 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:e3979bcd-29fb-4bc3-a714-a75fe960b2c0 part 19 1:M 29 Sep 2025 02:37:28.297 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:e3979bcd-29fb-4bc3-a714-a75fe960b2c0 part 19 1:M 29 Sep 2025 02:37:28.441 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-74703954:ctest-vn-40967275 part 26 1:M 29 Sep 2025 02:37:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9f435ead-320b-46ee-9b98-6934c44c71c1 part 5 1:M 29 Sep 2025 02:37:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9f435ead-320b-46ee-9b98-6934c44c71c1 part 5 1:M 29 Sep 2025 02:37:28.444 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:1e89af3a-3d82-4abe-b31d-bde0e1033600 part 13 1:M 29 Sep 2025 02:37:28.444 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:1e89af3a-3d82-4abe-b31d-bde0e1033600 part 13 1:M 29 Sep 2025 02:37:28.444 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-74703954:1e89af3a-3d82-4abe-b31d-bde0e1033600 part 13 1:M 29 Sep 2025 02:37:28.624 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:37:28.782 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:37:30.381 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:37:30.930 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-22239118:ctest-bgpaas_vn-89482071 part 24 1:M 29 Sep 2025 02:37:31.110 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-22239118:ctest-bgpaas_vn-75518310 part 23 1:M 29 Sep 2025 02:37:40.389 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:37:45.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:37:57.364 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-22239118:ctest-bgpaas_vn-01886768 part 25 1:M 29 Sep 2025 02:37:57.566 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-22239118:ctest-bgpaas_vn-49537010 part 20 1:M 29 Sep 2025 02:37:58.296 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-22239118:ctest-bgpaas_vn-75518310 part 23 1:M 29 Sep 2025 02:37:58.296 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5dc09a0b-f2a6-4e44-847c-345e4bff7123 part 7 1:M 29 Sep 2025 02:37:58.299 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-22239118:6883a31a-1261-4e61-9749-928eb354df45 part 18 1:M 29 Sep 2025 02:37:58.299 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-22239118:6883a31a-1261-4e61-9749-928eb354df45 part 18 1:M 29 Sep 2025 02:37:58.300 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-22239118:6883a31a-1261-4e61-9749-928eb354df45 part 18 1:M 29 Sep 2025 02:37:58.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-22239118:ctest-bgpaas_vn-89482071 part 24 1:M 29 Sep 2025 02:37:58.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:33e20d59-3f2f-4c61-9fdb-33547220b3bd part 9 1:M 29 Sep 2025 02:37:58.444 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-22239118:b3293709-74fd-4a90-af22-a0e08732f63f part 19 1:M 29 Sep 2025 02:37:58.444 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-22239118:b3293709-74fd-4a90-af22-a0e08732f63f part 19 1:M 29 Sep 2025 02:37:58.444 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-22239118:b3293709-74fd-4a90-af22-a0e08732f63f part 19 1:M 29 Sep 2025 02:37:58.623 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:37:58.780 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:38:02.406 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:38:06.433 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:38:15.999 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:38:24.174 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-22239118:ctest-bgpaas_vn-57401671 part 20 1:M 29 Sep 2025 02:38:24.368 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-22239118:ctest-bgpaas_vn-31424071 part 27 1:M 29 Sep 2025 02:38:28.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:38:28.782 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:38:29.431 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:38:46.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:38:58.627 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:38:58.781 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:39:16.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:39:28.625 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:39:28.784 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:39:45.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:39:49.532 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-82979194:service-vn-78708954 part 21 1:M 29 Sep 2025 02:39:54.468 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:39:58.314 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-82979194:service-vn-78708954 part 21 1:M 29 Sep 2025 02:39:58.315 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:abde0683-ba1a-46eb-9902-e2f3c12cbbb9 part 8 1:M 29 Sep 2025 02:39:58.316 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:abde0683-ba1a-46eb-9902-e2f3c12cbbb9 part 8 1:M 29 Sep 2025 02:39:58.316 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-82979194:000e372f-b7d8-40a7-b72b-d5674b8494cc part 12 1:M 29 Sep 2025 02:39:58.316 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-82979194:000e372f-b7d8-40a7-b72b-d5674b8494cc part 12 1:M 29 Sep 2025 02:39:58.316 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-82979194:000e372f-b7d8-40a7-b72b-d5674b8494cc part 12 1:M 29 Sep 2025 02:39:58.625 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:39:58.786 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:40:15.999 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:40:28.624 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:40:28.785 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:40:46.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:40:58.627 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:40:58.785 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:41:07.934 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-82979194:ctest-vn30-63493333 part 26 1:M 29 Sep 2025 02:41:16.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:41:17.507 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:41:17.523 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:41:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-82979194:ctest-vn30-63493333 part 26 1:M 29 Sep 2025 02:41:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:743d09ef-17be-4009-98fa-60d8828eb473 part 4 1:M 29 Sep 2025 02:41:28.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:743d09ef-17be-4009-98fa-60d8828eb473 part 4 1:M 29 Sep 2025 02:41:28.445 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-82979194:9a1bf29a-1b25-49a7-9509-b91f03ad07fc part 19 1:M 29 Sep 2025 02:41:28.445 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-82979194:9a1bf29a-1b25-49a7-9509-b91f03ad07fc part 19 1:M 29 Sep 2025 02:41:28.446 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-82979194:9a1bf29a-1b25-49a7-9509-b91f03ad07fc part 19 1:M 29 Sep 2025 02:41:28.627 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:41:28.788 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:41:45.999 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:41:58.625 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:41:58.787 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:42:16.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:42:28.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:42:28.792 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:42:46.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:42:58.625 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:42:58.787 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:43:16.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:43:28.626 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:43:28.789 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:43:46.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:43:58.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:43:58.791 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:44:16.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:44:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593-40328120 part 27 1:M 29 Sep 2025 02:44:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:dd497781-909b-413f-a4ba-eb3c26c29d1f part 5 1:M 29 Sep 2025 02:44:28.443 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:dd497781-909b-413f-a4ba-eb3c26c29d1f part 5 1:M 29 Sep 2025 02:44:28.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:aa583ece-7ea9-48df-b9fa-76b769f12039 part 15 1:M 29 Sep 2025 02:44:28.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:aa583ece-7ea9-48df-b9fa-76b769f12039 part 15 1:M 29 Sep 2025 02:44:28.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:aa583ece-7ea9-48df-b9fa-76b769f12039 part 15 1:M 29 Sep 2025 02:44:28.627 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:44:28.794 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:44:46.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:44:58.315 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593-40328120 part 27 1:M 29 Sep 2025 02:44:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5c9b9e40-b531-4810-9dda-78b39b2991c8 part 7 1:M 29 Sep 2025 02:44:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5c9b9e40-b531-4810-9dda-78b39b2991c8 part 7 1:M 29 Sep 2025 02:44:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:c0a17630-ae90-476b-9c8b-0ef9e62cb236 part 14 1:M 29 Sep 2025 02:44:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:c0a17630-ae90-476b-9c8b-0ef9e62cb236 part 14 1:M 29 Sep 2025 02:44:58.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:c0a17630-ae90-476b-9c8b-0ef9e62cb236 part 14 1:M 29 Sep 2025 02:44:58.627 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:44:58.791 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:45:00.418 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593:ctest-SecurityGroupBasicRegressionTests1Ipv6-90358593-40328120 part 27 1:M 29 Sep 2025 02:45:16.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:45:28.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:45:28.793 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:45:46.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:45:58.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:45:58.791 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:46:16.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:46:28.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:46:28.791 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:46:46.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:46:58.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:46:58.793 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:47:16.016 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:47:28.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:47:28.792 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:47:46.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:47:58.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:47:58.791 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:48:16.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:48:28.446 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015-06699645 part 26 1:M 29 Sep 2025 02:48:28.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f3765e6a-1952-4166-b3fd-73dcd475dd6f part 10 1:M 29 Sep 2025 02:48:28.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f3765e6a-1952-4166-b3fd-73dcd475dd6f part 10 1:M 29 Sep 2025 02:48:28.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:ce3920f2-78db-4021-ab94-c143aecfb2f9 part 18 1:M 29 Sep 2025 02:48:28.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:ce3920f2-78db-4021-ab94-c143aecfb2f9 part 18 1:M 29 Sep 2025 02:48:28.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:ce3920f2-78db-4021-ab94-c143aecfb2f9 part 18 1:M 29 Sep 2025 02:48:28.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:48:28.792 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:48:46.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:48:56.798 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:48:58.315 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015-06699645 part 26 1:M 29 Sep 2025 02:48:58.317 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e118ed98-09c9-4ca5-beba-2aa735fc1678 part 8 1:M 29 Sep 2025 02:48:58.317 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e118ed98-09c9-4ca5-beba-2aa735fc1678 part 8 1:M 29 Sep 2025 02:48:58.317 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:94944a12-c9bf-4d77-a588-4cd5a676ded1 part 15 1:M 29 Sep 2025 02:48:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:94944a12-c9bf-4d77-a588-4cd5a676ded1 part 15 1:M 29 Sep 2025 02:48:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:94944a12-c9bf-4d77-a588-4cd5a676ded1 part 15 1:M 29 Sep 2025 02:48:58.629 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:48:58.792 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:48:59.022 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015:ctest-SecurityGroupBasicRegressionTests1_contrail-78064015-06699645 part 26 1:M 29 Sep 2025 02:49:03.817 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:49:16.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:49:28.632 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:49:28.794 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:49:46.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:49:58.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:49:58.793 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:50:16.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:50:28.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:50:28.794 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:50:46.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:50:58.631 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:50:58.794 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:51:16.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:51:28.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:51:28.794 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:51:46.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:51:58.632 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:51:58.794 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:52:16.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:52:28.631 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:52:28.793 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:52:46.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:52:58.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:ctest-SecurityGroupBasicRegressionTests1-70281860-75694434 part 27 1:M 29 Sep 2025 02:52:58.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:716a8446-91e3-421e-a260-8b6338feb456 part 7 1:M 29 Sep 2025 02:52:58.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:716a8446-91e3-421e-a260-8b6338feb456 part 7 1:M 29 Sep 2025 02:52:58.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:13d5dbfd-312a-46fb-be7b-a8e75e5e9144 part 18 1:M 29 Sep 2025 02:52:58.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:13d5dbfd-312a-46fb-be7b-a8e75e5e9144 part 18 1:M 29 Sep 2025 02:52:58.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:13d5dbfd-312a-46fb-be7b-a8e75e5e9144 part 18 1:M 29 Sep 2025 02:52:58.631 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:52:58.794 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:53:16.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:53:28.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:ctest-SecurityGroupBasicRegressionTests1-70281860-75694434 part 27 1:M 29 Sep 2025 02:53:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b49bd69f-799b-4c8c-8d3d-ae8a0c3400ac part 8 1:M 29 Sep 2025 02:53:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b49bd69f-799b-4c8c-8d3d-ae8a0c3400ac part 8 1:M 29 Sep 2025 02:53:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:4ac16d6f-e9b2-43ea-8d85-c04c66287589 part 13 1:M 29 Sep 2025 02:53:28.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:4ac16d6f-e9b2-43ea-8d85-c04c66287589 part 13 1:M 29 Sep 2025 02:53:28.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:4ac16d6f-e9b2-43ea-8d85-c04c66287589 part 13 1:M 29 Sep 2025 02:53:28.631 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:53:28.795 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:53:30.416 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-70281860:ctest-SecurityGroupBasicRegressionTests1-70281860-75694434 part 27 1:M 29 Sep 2025 02:53:31.936 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:53:33.944 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:53:40.956 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:53:46.013 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:53:52.957 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:53:55.998 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-right_vn-79266177 part 27 1:M 29 Sep 2025 02:53:56.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-left_vn-41093347 part 22 1:M 29 Sep 2025 02:53:56.799 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-mgmt_vn-56919076 part 28 1:M 29 Sep 2025 02:53:58.316 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:26f9331b-915e-42f7-aee8-68a1c34f244b part 7 1:M 29 Sep 2025 02:53:58.316 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:26f9331b-915e-42f7-aee8-68a1c34f244b part 7 1:M 29 Sep 2025 02:53:58.631 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:53:58.795 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:53:59.325 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-third-vn-64176448 part 21 1:M 29 Sep 2025 02:54:07.949 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:54:11.047 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:54:11.632 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-trans_right_vn-18506647 part 26 1:M 29 Sep 2025 02:54:12.113 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-trans_left_vn-23223248 part 20 1:M 29 Sep 2025 02:54:12.972 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:54:14.605 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-right_vn-64000811 part 26 1:M 29 Sep 2025 02:54:14.999 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-left_vn-53475426 part 23 1:M 29 Sep 2025 02:54:15.452 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-82216488:ctest-mgmt_vn-47399403 part 22 1:M 29 Sep 2025 02:54:16.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:54:25.966 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:54:28.633 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:54:28.796 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:54:33.174 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-98454389:service-right-vn-85986134 part 21 1:M 29 Sep 2025 02:54:33.586 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-98454389:service-left-vn-25403303 part 22 1:M 29 Sep 2025 02:54:33.912 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-98454389:ctest-mgmt_vn-62447160 part 20 1:M 29 Sep 2025 02:54:38.986 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:54:40.977 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:54:44.984 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:54:46.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:54:46.082 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-98454389:ctest-right_vn-18531599 part 24 1:M 29 Sep 2025 02:54:46.426 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-98454389:ctest-left_vn-10389136 part 21 1:M 29 Sep 2025 02:54:46.778 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-98454389:ctest-mgmt_vn-62349519 part 21 1:M 29 Sep 2025 02:54:47.982 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:54:50.997 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:54:51.006 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:54:58.631 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:54:58.798 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:55:02.039 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:55:04.006 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:55:04.014 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:55:04.812 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-84201910:ctest-right_vn-22604400 part 25 1:M 29 Sep 2025 02:55:05.146 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-84201910:ctest-left_vn-86025577 part 28 1:M 29 Sep 2025 02:55:05.515 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-84201910:ctest-mgmt_vn-02697380 part 27 1:M 29 Sep 2025 02:55:05.998 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:55:06.015 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:55:13.044 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:55:14.004 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:55:16.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:55:17.953 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-84201910:ctest-trans_right_vn-89975738 part 22 1:M 29 Sep 2025 02:55:18.334 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-84201910:ctest-trans_left_vn-91960265 part 23 1:M 29 Sep 2025 02:55:19.010 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:55:20.747 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-84201910:ctest-right_vn-27639614 part 21 1:M 29 Sep 2025 02:55:21.185 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-84201910:ctest-left_vn-52985187 part 27 1:M 29 Sep 2025 02:55:21.548 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-84201910:ctest-mgmt_vn-08000462 part 28 1:M 29 Sep 2025 02:55:28.634 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:55:28.797 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:55:35.047 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:55:46.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:55:58.633 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:55:58.797 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:56:16.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:56:28.633 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:56:28.800 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:56:46.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:56:58.635 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:56:58.797 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:57:16.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:57:28.634 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:57:28.798 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:57:46.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:57:58.633 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:57:58.798 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:58:15.782 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-99387583:ctest-trans_right_vn-82189743 part 25 1:M 29 Sep 2025 02:58:16.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:58:18.195 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-99387583:ctest-trans_left_vn-62783170 part 26 1:M 29 Sep 2025 02:58:18.584 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-99387583:ctest-mgmt_vn-15434313 part 21 1:M 29 Sep 2025 02:58:18.937 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-99387583:ctest-right-12246365 part 22 1:M 29 Sep 2025 02:58:19.253 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-99387583:ctest-left-48320689 part 28 1:M 29 Sep 2025 02:58:28.317 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-99387583:ctest-left-48320689 part 28 1:M 29 Sep 2025 02:58:28.317 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-99387583:ctest-trans_left_vn-62783170 part 26 1:M 29 Sep 2025 02:58:28.317 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1c4d8f04-83d0-40b6-8ac6-b339b8280429 part 8 1:M 29 Sep 2025 02:58:28.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1c4d8f04-83d0-40b6-8ac6-b339b8280429 part 8 1:M 29 Sep 2025 02:58:28.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6bffd118-576a-4c3e-8699-ae2f28094c99 part 7 1:M 29 Sep 2025 02:58:28.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6bffd118-576a-4c3e-8699-ae2f28094c99 part 7 1:M 29 Sep 2025 02:58:28.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:047ea2dd-f286-4342-b2d7-2bd5dafaebc6 part 14 1:M 29 Sep 2025 02:58:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:047ea2dd-f286-4342-b2d7-2bd5dafaebc6 part 14 1:M 29 Sep 2025 02:58:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:047ea2dd-f286-4342-b2d7-2bd5dafaebc6 part 14 1:M 29 Sep 2025 02:58:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:57ce002d-aa24-49c2-b723-55cd6b7fa039 part 13 1:M 29 Sep 2025 02:58:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:57ce002d-aa24-49c2-b723-55cd6b7fa039 part 13 1:M 29 Sep 2025 02:58:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:57ce002d-aa24-49c2-b723-55cd6b7fa039 part 13 1:M 29 Sep 2025 02:58:28.450 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-99387583:ctest-right-12246365 part 22 1:M 29 Sep 2025 02:58:28.450 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:db212584-ef01-43c6-9e87-4c8a519c2837 part 4 1:M 29 Sep 2025 02:58:28.450 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:db212584-ef01-43c6-9e87-4c8a519c2837 part 4 1:M 29 Sep 2025 02:58:28.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:abf451db-5f82-4144-b796-cac00fcef358 part 14 1:M 29 Sep 2025 02:58:28.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:abf451db-5f82-4144-b796-cac00fcef358 part 14 1:M 29 Sep 2025 02:58:28.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-99387583:abf451db-5f82-4144-b796-cac00fcef358 part 14 1:M 29 Sep 2025 02:58:28.634 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:58:28.798 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:58:45.124 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 02:58:45.135 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 02:58:45.143 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 02:58:46.012 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:58:58.636 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:58:58.799 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:59:16.012 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:59:28.638 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:59:28.799 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:59:46.012 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:59:58.637 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 02:59:58.799 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:00:16.013 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:00:28.637 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:00:28.801 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:00:46.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:00:58.635 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:00:58.803 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:01:16.012 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:01:28.637 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:01:28.801 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:01:36.238 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-35760439:ctest-vn1-vdns-38730102 part 25 1:M 29 Sep 2025 03:01:38.248 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:01:40.246 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:01:46.012 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:01:58.317 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-35760439:ctest-vn1-vdns-38730102 part 25 1:M 29 Sep 2025 03:01:58.317 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ca447e5a-8445-4b13-80c6-133da869cbd3 part 6 1:M 29 Sep 2025 03:01:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ca447e5a-8445-4b13-80c6-133da869cbd3 part 6 1:M 29 Sep 2025 03:01:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-35760439:3916e8d9-bd41-474c-9b82-db8f192915b3 part 18 1:M 29 Sep 2025 03:01:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-35760439:3916e8d9-bd41-474c-9b82-db8f192915b3 part 18 1:M 29 Sep 2025 03:01:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-35760439:3916e8d9-bd41-474c-9b82-db8f192915b3 part 18 1:M 29 Sep 2025 03:01:58.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-35760439:ctest-vn1-vdns-38730102 part 25 1:M 29 Sep 2025 03:01:58.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:15653280-587c-4567-b806-d3b9078e4eec part 11 1:M 29 Sep 2025 03:01:58.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:15653280-587c-4567-b806-d3b9078e4eec part 11 1:M 29 Sep 2025 03:01:58.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-35760439:3e025ee4-4920-4149-96fd-0264b508449f part 16 1:M 29 Sep 2025 03:01:58.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-35760439:3e025ee4-4920-4149-96fd-0264b508449f part 16 1:M 29 Sep 2025 03:01:58.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-35760439:3e025ee4-4920-4149-96fd-0264b508449f part 16 1:M 29 Sep 2025 03:01:58.636 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:01:58.800 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:02:06.412 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:02:16.013 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:02:28.636 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:02:28.800 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:02:46.015 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:02:58.637 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:02:58.802 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:03:16.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:03:28.639 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:03:28.801 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:03:46.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:03:54.338 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:03:58.638 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:03:58.804 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:04:16.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:04:28.638 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:04:28.803 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:04:46.015 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:04:46.364 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:04:58.639 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:04:58.802 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:05:05.727 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-31675071:ctest-vn1-42456076 part 28 1:M 29 Sep 2025 03:05:06.086 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-31675071:ctest-fvn-47957511 part 22 1:M 29 Sep 2025 03:05:10.394 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:05:16.015 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:05:28.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-31675071:ctest-fvn-47957511 part 22 1:M 29 Sep 2025 03:05:28.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-31675071:ctest-vn1-42456076 part 28 1:M 29 Sep 2025 03:05:28.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9d214e1b-20d1-4533-aa43-f10d6dfaf432 part 7 1:M 29 Sep 2025 03:05:28.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9d214e1b-20d1-4533-aa43-f10d6dfaf432 part 7 1:M 29 Sep 2025 03:05:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-31675071:fe55da49-2672-41e2-bcaa-03501bc9e18e part 17 1:M 29 Sep 2025 03:05:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-31675071:fe55da49-2672-41e2-bcaa-03501bc9e18e part 17 1:M 29 Sep 2025 03:05:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-31675071:fe55da49-2672-41e2-bcaa-03501bc9e18e part 17 1:M 29 Sep 2025 03:05:28.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-31675071:ctest-fvn-47957511 part 22 1:M 29 Sep 2025 03:05:28.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:55906936-2751-4728-8227-5eaaf4512c92 part 7 1:M 29 Sep 2025 03:05:28.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:55906936-2751-4728-8227-5eaaf4512c92 part 7 1:M 29 Sep 2025 03:05:28.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-31675071:de235eb5-1b18-418c-b6f1-0d42c29f1323 part 13 1:M 29 Sep 2025 03:05:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-31675071:de235eb5-1b18-418c-b6f1-0d42c29f1323 part 13 1:M 29 Sep 2025 03:05:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-31675071:de235eb5-1b18-418c-b6f1-0d42c29f1323 part 13 1:M 29 Sep 2025 03:05:28.640 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:05:28.809 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:05:30.330 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-62180150:ctest-vn2_metadata-47735777 part 23 1:M 29 Sep 2025 03:05:32.389 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:05:46.015 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:05:55.014 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-62180150:ctest-vn-22855653 part 24 1:M 29 Sep 2025 03:05:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-62180150:ctest-vn2_metadata-47735777 part 23 1:M 29 Sep 2025 03:05:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fb0e03c0-13a1-4ac7-a4dd-bf119223c1bb part 8 1:M 29 Sep 2025 03:05:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:96e5d3b7-d52d-4b5e-bc80-54ceb6e44bfb part 18 1:M 29 Sep 2025 03:05:58.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:96e5d3b7-d52d-4b5e-bc80-54ceb6e44bfb part 18 1:M 29 Sep 2025 03:05:58.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:96e5d3b7-d52d-4b5e-bc80-54ceb6e44bfb part 18 1:M 29 Sep 2025 03:05:58.640 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:05:58.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:06:00.441 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:06:02.423 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:06:16.016 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:06:28.638 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:06:28.802 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:06:34.341 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-62180150:ctest-vn-74535666 part 22 1:M 29 Sep 2025 03:06:37.443 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:06:46.015 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:06:47.465 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:06:47.474 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:06:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-62180150:ctest-vn-74535666 part 22 1:M 29 Sep 2025 03:06:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:08bad7d8-cbf6-48f4-bca4-c9e2eaa88f8f part 10 1:M 29 Sep 2025 03:06:58.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:08bad7d8-cbf6-48f4-bca4-c9e2eaa88f8f part 10 1:M 29 Sep 2025 03:06:58.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:62f78064-af13-494a-b769-980a43da39ae part 5 1:M 29 Sep 2025 03:06:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:7dc840e1-df7e-4308-a71a-f31b41672af8 part 19 1:M 29 Sep 2025 03:06:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:7dc840e1-df7e-4308-a71a-f31b41672af8 part 19 1:M 29 Sep 2025 03:06:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:7dc840e1-df7e-4308-a71a-f31b41672af8 part 19 1:M 29 Sep 2025 03:06:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:d249d057-f382-4a69-857f-66522e1677e0 part 13 1:M 29 Sep 2025 03:06:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:d249d057-f382-4a69-857f-66522e1677e0 part 13 1:M 29 Sep 2025 03:06:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:d249d057-f382-4a69-857f-66522e1677e0 part 13 1:M 29 Sep 2025 03:06:58.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-62180150:ctest-vn-74535666 part 22 1:M 29 Sep 2025 03:06:58.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ee5a79e6-7eaf-4061-b4b2-2bd7ce429550 part 4 1:M 29 Sep 2025 03:06:58.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ee5a79e6-7eaf-4061-b4b2-2bd7ce429550 part 4 1:M 29 Sep 2025 03:06:58.466 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:7a5bf383-496d-4f7c-997d-d207da69ad36 part 15 1:M 29 Sep 2025 03:06:58.467 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:7a5bf383-496d-4f7c-997d-d207da69ad36 part 15 1:M 29 Sep 2025 03:06:58.467 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-62180150:7a5bf383-496d-4f7c-997d-d207da69ad36 part 15 1:M 29 Sep 2025 03:06:58.638 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:06:58.806 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:07:16.016 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:07:28.639 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:07:28.806 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:07:46.016 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:07:58.647 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:07:58.804 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:08:16.016 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:08:28.641 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:08:28.805 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:08:46.018 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:08:58.641 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:08:58.805 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:09:16.017 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:09:28.639 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:09:28.804 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:09:46.018 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:09:58.640 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:09:58.804 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:10:16.017 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:10:21.643 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:ctest-vn-56059453 part 21 1:M 29 Sep 2025 03:10:28.318 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:ctest-vn-56059453 part 21 1:M 29 Sep 2025 03:10:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:311b0762-6327-47e7-885b-3ef725c455fe part 7 1:M 29 Sep 2025 03:10:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:311b0762-6327-47e7-885b-3ef725c455fe part 7 1:M 29 Sep 2025 03:10:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e54f6d1d-3743-469c-bd22-9d334746be42 part 10 1:M 29 Sep 2025 03:10:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e54f6d1d-3743-469c-bd22-9d334746be42 part 10 1:M 29 Sep 2025 03:10:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:277e4324-1368-4f2f-87ce-2bd764ac2514 part 13 1:M 29 Sep 2025 03:10:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:277e4324-1368-4f2f-87ce-2bd764ac2514 part 13 1:M 29 Sep 2025 03:10:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:277e4324-1368-4f2f-87ce-2bd764ac2514 part 13 1:M 29 Sep 2025 03:10:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:d87f49e6-7929-476a-a1fd-6e108b503c10 part 19 1:M 29 Sep 2025 03:10:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:d87f49e6-7929-476a-a1fd-6e108b503c10 part 19 1:M 29 Sep 2025 03:10:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:d87f49e6-7929-476a-a1fd-6e108b503c10 part 19 1:M 29 Sep 2025 03:10:28.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:ctest-vn-56059453 part 21 1:M 29 Sep 2025 03:10:28.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:827af14d-a81d-4e8d-88b5-7c8ec88e1c47 part 10 1:M 29 Sep 2025 03:10:28.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:827af14d-a81d-4e8d-88b5-7c8ec88e1c47 part 10 1:M 29 Sep 2025 03:10:28.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8d986410-034d-4ae7-bbd5-5d0d08e5df29 part 6 1:M 29 Sep 2025 03:10:28.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8d986410-034d-4ae7-bbd5-5d0d08e5df29 part 6 1:M 29 Sep 2025 03:10:28.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:18f375a1-08e3-481d-82aa-6b74d7cbd125 part 19 1:M 29 Sep 2025 03:10:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:18f375a1-08e3-481d-82aa-6b74d7cbd125 part 19 1:M 29 Sep 2025 03:10:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:18f375a1-08e3-481d-82aa-6b74d7cbd125 part 19 1:M 29 Sep 2025 03:10:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:be15bb15-e2bd-4225-9fa1-4a25d7f50b20 part 15 1:M 29 Sep 2025 03:10:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:be15bb15-e2bd-4225-9fa1-4a25d7f50b20 part 15 1:M 29 Sep 2025 03:10:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-16280362:be15bb15-e2bd-4225-9fa1-4a25d7f50b20 part 15 1:M 29 Sep 2025 03:10:28.640 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:10:28.805 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:10:45.591 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:10:46.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:10:57.625 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:10:58.640 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:10:58.805 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:10:59.589 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:10:59.596 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:10:59.604 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:11:16.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:11:28.641 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:11:28.805 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:11:46.021 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:11:58.641 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:11:58.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:12:16.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:12:28.642 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:12:28.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:12:46.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:12:58.644 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:12:58.807 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:13:16.022 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:13:28.650 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:13:28.807 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:13:46.020 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:13:58.642 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:13:58.807 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:14:16.020 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:14:28.649 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:14:28.810 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:14:46.021 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:14:58.647 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:14:58.807 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:15:16.021 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:15:28.644 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:15:28.807 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:15:46.024 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:15:51.788 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:15:51.797 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:15:51.805 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:15:52.626 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-88611849:ctest-vn-63347816 part 29 1:M 29 Sep 2025 03:15:58.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-88611849:ctest-vn-63347816 part 29 1:M 29 Sep 2025 03:15:58.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3ef8498a-89a4-4e08-9456-dce8ac421bf0 part 11 1:M 29 Sep 2025 03:15:58.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3ef8498a-89a4-4e08-9456-dce8ac421bf0 part 11 1:M 29 Sep 2025 03:15:58.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c64ac871-2c93-405f-8af2-eb10a3bb1fa8 part 11 1:M 29 Sep 2025 03:15:58.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c64ac871-2c93-405f-8af2-eb10a3bb1fa8 part 11 1:M 29 Sep 2025 03:15:58.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:3b23f782-368f-41dc-81dc-6f4bf4230e0f part 14 1:M 29 Sep 2025 03:15:58.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:3b23f782-368f-41dc-81dc-6f4bf4230e0f part 14 1:M 29 Sep 2025 03:15:58.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:3b23f782-368f-41dc-81dc-6f4bf4230e0f part 14 1:M 29 Sep 2025 03:15:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:ctest-vmi-33792797 part 18 1:M 29 Sep 2025 03:15:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:ctest-vmi-33792797 part 18 1:M 29 Sep 2025 03:15:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:ctest-vmi-33792797 part 18 1:M 29 Sep 2025 03:15:58.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-88611849:ctest-vn-63347816 part 29 1:M 29 Sep 2025 03:15:58.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0a9f81b7-eb07-48be-b29a-b54898db578c part 11 1:M 29 Sep 2025 03:15:58.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0a9f81b7-eb07-48be-b29a-b54898db578c part 11 1:M 29 Sep 2025 03:15:58.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:91f9c7d1-acf2-43f2-ba7e-59c556e2b257 part 16 1:M 29 Sep 2025 03:15:58.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:91f9c7d1-acf2-43f2-ba7e-59c556e2b257 part 16 1:M 29 Sep 2025 03:15:58.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-88611849:91f9c7d1-acf2-43f2-ba7e-59c556e2b257 part 16 1:M 29 Sep 2025 03:15:58.646 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:15:58.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:16:16.021 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:16:28.643 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:16:28.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:16:46.022 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:16:58.319 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutes-84282432:ctest-random-98711420 part 24 1:M 29 Sep 2025 03:16:58.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ea3f36c3-8ea4-4132-b5d5-7fe6c2835f7a part 6 1:M 29 Sep 2025 03:16:58.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ea3f36c3-8ea4-4132-b5d5-7fe6c2835f7a part 6 1:M 29 Sep 2025 03:16:58.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-84282432:5d017e51-a2c6-4924-96b6-a1f89e621f8f part 13 1:M 29 Sep 2025 03:16:58.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-84282432:5d017e51-a2c6-4924-96b6-a1f89e621f8f part 13 1:M 29 Sep 2025 03:16:58.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-84282432:5d017e51-a2c6-4924-96b6-a1f89e621f8f part 13 1:M 29 Sep 2025 03:16:58.646 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:16:58.809 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:17:02.051 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutes-84282432:ctest-random-98711420 part 24 1:M 29 Sep 2025 03:17:11.826 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:17:11.835 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:17:11.846 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:17:16.022 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:17:18.849 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:17:28.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutes-84282432:ctest-random-98711420 part 24 1:M 29 Sep 2025 03:17:28.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c446991d-5546-43d4-ab9d-3bd9a20e4c71 part 5 1:M 29 Sep 2025 03:17:28.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c446991d-5546-43d4-ab9d-3bd9a20e4c71 part 5 1:M 29 Sep 2025 03:17:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-84282432:ctest-vmi-29386189 part 19 1:M 29 Sep 2025 03:17:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-84282432:ctest-vmi-29386189 part 19 1:M 29 Sep 2025 03:17:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-84282432:ctest-vmi-29386189 part 19 1:M 29 Sep 2025 03:17:28.646 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:17:28.810 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:17:46.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:17:58.645 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:17:58.809 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:18:16.022 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:18:28.644 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:18:28.809 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:18:46.025 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:18:58.645 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:18:58.809 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:19:16.024 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:19:28.645 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:19:28.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:19:46.023 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:19:58.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vn-45539603 part 25 1:M 29 Sep 2025 03:19:58.458 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vn-69386955 part 21 1:M 29 Sep 2025 03:19:58.458 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ee38d241-1c50-45a1-b2fd-35a32216d1eb part 6 1:M 29 Sep 2025 03:19:58.459 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ee38d241-1c50-45a1-b2fd-35a32216d1eb part 6 1:M 29 Sep 2025 03:19:58.459 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:c0d06cb8-bc8c-40b4-8f5b-b073036b9882 part 12 1:M 29 Sep 2025 03:19:58.459 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:c0d06cb8-bc8c-40b4-8f5b-b073036b9882 part 12 1:M 29 Sep 2025 03:19:58.459 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:c0d06cb8-bc8c-40b4-8f5b-b073036b9882 part 12 1:M 29 Sep 2025 03:19:58.650 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:19:58.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:19:58.999 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:19:59.748 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vn-69386955 part 21 1:M 29 Sep 2025 03:19:59.928 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:19:59.939 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vn-92329972 part 25 1:M 29 Sep 2025 03:20:00.107 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vn-45539603 part 25 1:M 29 Sep 2025 03:20:03.978 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:20:16.025 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:20:28.323 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vn-45539603 part 25 1:M 29 Sep 2025 03:20:28.323 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vn-69386955 part 21 1:M 29 Sep 2025 03:20:28.323 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vn-92329972 part 25 1:M 29 Sep 2025 03:20:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3b42d6ed-194a-4f5a-9f09-65a70796560b part 4 1:M 29 Sep 2025 03:20:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3b42d6ed-194a-4f5a-9f09-65a70796560b part 4 1:M 29 Sep 2025 03:20:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e33fdcc7-975c-49f1-b49f-633911aacee4 part 6 1:M 29 Sep 2025 03:20:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e33fdcc7-975c-49f1-b49f-633911aacee4 part 6 1:M 29 Sep 2025 03:20:28.327 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-08190790 part 16 1:M 29 Sep 2025 03:20:28.327 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-08190790 part 16 1:M 29 Sep 2025 03:20:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-08190790 part 16 1:M 29 Sep 2025 03:20:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-39002434 part 15 1:M 29 Sep 2025 03:20:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-39002434 part 15 1:M 29 Sep 2025 03:20:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-39002434 part 15 1:M 29 Sep 2025 03:20:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-53066284 part 16 1:M 29 Sep 2025 03:20:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-53066284 part 16 1:M 29 Sep 2025 03:20:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-53066284 part 16 1:M 29 Sep 2025 03:20:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-83504641 part 13 1:M 29 Sep 2025 03:20:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-83504641 part 13 1:M 29 Sep 2025 03:20:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-94345148:ctest-vmi-83504641 part 13 1:M 29 Sep 2025 03:20:28.652 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:20:28.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:20:46.024 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:20:58.647 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:20:58.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:21:16.024 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:21:28.649 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:21:28.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:21:46.025 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:21:58.645 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:21:58.810 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:22:16.025 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:22:28.649 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:22:28.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:22:46.025 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:22:58.647 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:22:58.813 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:23:08.337 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-11757044:ctest-vn-89913808 part 27 1:M 29 Sep 2025 03:23:16.026 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:23:28.320 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-11757044:ctest-vn-89913808 part 27 1:M 29 Sep 2025 03:23:28.321 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8c22dc3f-d8ef-4549-a624-caac08a0d584 part 8 1:M 29 Sep 2025 03:23:28.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8c22dc3f-d8ef-4549-a624-caac08a0d584 part 8 1:M 29 Sep 2025 03:23:28.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e0a5b771-edcf-4e1a-9713-1322c8d24e21 part 11 1:M 29 Sep 2025 03:23:28.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e0a5b771-edcf-4e1a-9713-1322c8d24e21 part 11 1:M 29 Sep 2025 03:23:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-11757044:d6f90f66-70c0-4068-81e1-471ccd6c0d1d part 14 1:M 29 Sep 2025 03:23:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-11757044:d6f90f66-70c0-4068-81e1-471ccd6c0d1d part 14 1:M 29 Sep 2025 03:23:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-11757044:d6f90f66-70c0-4068-81e1-471ccd6c0d1d part 14 1:M 29 Sep 2025 03:23:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-11757044:daea21d8-1b1b-49a3-adbf-9966f8a94f09 part 15 1:M 29 Sep 2025 03:23:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-11757044:daea21d8-1b1b-49a3-adbf-9966f8a94f09 part 15 1:M 29 Sep 2025 03:23:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-11757044:daea21d8-1b1b-49a3-adbf-9966f8a94f09 part 15 1:M 29 Sep 2025 03:23:28.647 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:23:28.810 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:23:46.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:23:50.077 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:23:58.648 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:23:58.810 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:24:16.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:24:28.647 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:24:28.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:24:46.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:24:55.099 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:24:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvifStats-72717202:ctest-vn-04716949 part 22 1:M 29 Sep 2025 03:24:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:094adaa4-b4f7-4786-a929-2d1095e5ee32 part 8 1:M 29 Sep 2025 03:24:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:094adaa4-b4f7-4786-a929-2d1095e5ee32 part 8 1:M 29 Sep 2025 03:24:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:daacc84a-f856-4010-991b-da682d5e0397 part 11 1:M 29 Sep 2025 03:24:58.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:daacc84a-f856-4010-991b-da682d5e0397 part 11 1:M 29 Sep 2025 03:24:58.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-72717202:1c5e37e9-238c-4c47-af76-1bfdcf894067 part 17 1:M 29 Sep 2025 03:24:58.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-72717202:1c5e37e9-238c-4c47-af76-1bfdcf894067 part 17 1:M 29 Sep 2025 03:24:58.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-72717202:1c5e37e9-238c-4c47-af76-1bfdcf894067 part 17 1:M 29 Sep 2025 03:24:58.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-72717202:2e6d14e9-b22e-4a56-a990-7a1351d23531 part 19 1:M 29 Sep 2025 03:24:58.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-72717202:2e6d14e9-b22e-4a56-a990-7a1351d23531 part 19 1:M 29 Sep 2025 03:24:58.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-72717202:2e6d14e9-b22e-4a56-a990-7a1351d23531 part 19 1:M 29 Sep 2025 03:24:58.648 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:24:58.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:24:59.596 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestvifStats-72717202:ctest-vn-04716949 part 22 1:M 29 Sep 2025 03:25:16.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:25:24.120 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:25:28.651 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:25:28.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:25:46.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:25:58.650 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:25:58.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:26:16.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:26:28.648 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:26:28.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:26:46.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:26:58.648 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:26:58.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:27:02.341 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-72959965:ctest-vn1-73657938 part 21 1:M 29 Sep 2025 03:27:16.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:27:28.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-72959965:ctest-vn1-73657938 part 21 1:M 29 Sep 2025 03:27:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:77d0dffb-f015-4dca-bfbe-166b1b70ffca part 5 1:M 29 Sep 2025 03:27:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:77d0dffb-f015-4dca-bfbe-166b1b70ffca part 5 1:M 29 Sep 2025 03:27:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f125879b-57e2-429f-a8b9-3c7003e49a37 part 10 1:M 29 Sep 2025 03:27:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f125879b-57e2-429f-a8b9-3c7003e49a37 part 10 1:M 29 Sep 2025 03:27:28.327 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72959965:5d521e16-39cf-45f4-8b5a-6da847985686 part 14 1:M 29 Sep 2025 03:27:28.327 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72959965:5d521e16-39cf-45f4-8b5a-6da847985686 part 14 1:M 29 Sep 2025 03:27:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72959965:5d521e16-39cf-45f4-8b5a-6da847985686 part 14 1:M 29 Sep 2025 03:27:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72959965:904d2242-48d1-4b68-8477-0af064a8fe80 part 16 1:M 29 Sep 2025 03:27:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72959965:904d2242-48d1-4b68-8477-0af064a8fe80 part 16 1:M 29 Sep 2025 03:27:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72959965:904d2242-48d1-4b68-8477-0af064a8fe80 part 16 1:M 29 Sep 2025 03:27:28.653 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:27:28.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:27:46.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:27:48.214 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:27:51.212 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:27:58.649 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:27:58.813 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:28:16.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:28:28.651 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:28:28.815 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:28:46.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:28:58.651 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:28:58.813 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:29:16.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:29:28.651 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:29:28.813 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:29:46.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:29:58.650 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:29:58.814 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:30:16.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:30:28.650 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:30:28.813 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:30:46.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:30:58.650 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:30:58.814 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:31:16.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:31:28.653 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:31:28.815 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:31:46.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:31:58.651 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:31:58.814 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:32:15.734 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ctest-fip_vn-94181313 part 28 1:M 29 Sep 2025 03:32:16.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:32:16.153 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ctest-vn2-99961388 part 25 1:M 29 Sep 2025 03:32:16.388 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:32:16.405 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:32:18.368 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:32:18.788 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ctest-vn1-93630212 part 21 1:M 29 Sep 2025 03:32:24.366 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:32:28.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ctest-vn1-93630212 part 21 1:M 29 Sep 2025 03:32:28.322 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ctest-vn2-99961388 part 25 1:M 29 Sep 2025 03:32:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0ca72537-427e-4472-85cb-ee9500ae1cd9 part 9 1:M 29 Sep 2025 03:32:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0ca72537-427e-4472-85cb-ee9500ae1cd9 part 9 1:M 29 Sep 2025 03:32:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4fd0cd51-554c-4f46-a798-eb7baebfedc5 part 9 1:M 29 Sep 2025 03:32:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4fd0cd51-554c-4f46-a798-eb7baebfedc5 part 9 1:M 29 Sep 2025 03:32:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e3e5beac-497b-4d46-a8eb-f089eda6eb3e part 4 1:M 29 Sep 2025 03:32:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e3e5beac-497b-4d46-a8eb-f089eda6eb3e part 4 1:M 29 Sep 2025 03:32:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:a1d53fbd-b6c5-40ea-9245-06d5c46d0c46 part 16 1:M 29 Sep 2025 03:32:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:a1d53fbd-b6c5-40ea-9245-06d5c46d0c46 part 16 1:M 29 Sep 2025 03:32:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:a1d53fbd-b6c5-40ea-9245-06d5c46d0c46 part 16 1:M 29 Sep 2025 03:32:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:c531b3a7-4100-40cd-8dcf-c507b1db9d66 part 18 1:M 29 Sep 2025 03:32:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:c531b3a7-4100-40cd-8dcf-c507b1db9d66 part 18 1:M 29 Sep 2025 03:32:28.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:c531b3a7-4100-40cd-8dcf-c507b1db9d66 part 18 1:M 29 Sep 2025 03:32:28.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:c95382f5-73b2-4ff1-a715-8741999323f7 part 13 1:M 29 Sep 2025 03:32:28.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:c95382f5-73b2-4ff1-a715-8741999323f7 part 13 1:M 29 Sep 2025 03:32:28.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:c95382f5-73b2-4ff1-a715-8741999323f7 part 13 1:M 29 Sep 2025 03:32:28.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:e9b93b95-bb4d-45c3-8ee4-8bab2720103f part 18 1:M 29 Sep 2025 03:32:28.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:e9b93b95-bb4d-45c3-8ee4-8bab2720103f part 18 1:M 29 Sep 2025 03:32:28.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:e9b93b95-bb4d-45c3-8ee4-8bab2720103f part 18 1:M 29 Sep 2025 03:32:28.408 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:32:28.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ctest-fip_vn-94181313 part 28 1:M 29 Sep 2025 03:32:28.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ctest-vn2-99961388 part 25 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:605f1f7a-9ab1-41b7-b34e-814e420154d0 part 8 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:605f1f7a-9ab1-41b7-b34e-814e420154d0 part 8 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c14f5776-1666-4d19-a72f-3c70d86cc34d part 5 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c14f5776-1666-4d19-a72f-3c70d86cc34d part 5 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:a8c11d81-23ea-49e3-81ef-d5e7325acd54 part 18 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:a8c11d81-23ea-49e3-81ef-d5e7325acd54 part 18 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:a8c11d81-23ea-49e3-81ef-d5e7325acd54 part 18 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ffe8b475-8989-4ffb-a962-8f6e0ac97f29 part 18 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ffe8b475-8989-4ffb-a962-8f6e0ac97f29 part 18 1:M 29 Sep 2025 03:32:28.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-18546666:ffe8b475-8989-4ffb-a962-8f6e0ac97f29 part 18 1:M 29 Sep 2025 03:32:28.652 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:32:28.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:32:46.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:32:58.654 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:32:58.814 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:33:16.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:33:28.651 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:33:28.816 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:33:46.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:33:58.654 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:33:58.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:34:16.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:34:28.653 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:34:28.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:34:46.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:34:58.655 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:34:58.817 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:35:16.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:35:28.655 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:35:28.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:35:46.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:35:47.781 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-52662983:ctest-bgpaas_vn-43442152 part 26 1:M 29 Sep 2025 03:35:58.323 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-52662983:ctest-bgpaas_vn-43442152 part 26 1:M 29 Sep 2025 03:35:58.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d7d03a31-f0f3-48d7-bf71-996daacdf2fa part 10 1:M 29 Sep 2025 03:35:58.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d7d03a31-f0f3-48d7-bf71-996daacdf2fa part 10 1:M 29 Sep 2025 03:35:58.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-52662983:76c95aa6-e339-494e-b820-e1bcc4d9c18d part 14 1:M 29 Sep 2025 03:35:58.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-52662983:76c95aa6-e339-494e-b820-e1bcc4d9c18d part 14 1:M 29 Sep 2025 03:35:58.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-52662983:76c95aa6-e339-494e-b820-e1bcc4d9c18d part 14 1:M 29 Sep 2025 03:35:58.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-52662983:ctest-bgpaas_vn-43442152 part 26 1:M 29 Sep 2025 03:35:58.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:022ebba1-a695-4dae-8568-e031041ccd3a part 10 1:M 29 Sep 2025 03:35:58.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:022ebba1-a695-4dae-8568-e031041ccd3a part 10 1:M 29 Sep 2025 03:35:58.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-52662983:b8a7a6f9-0457-40bc-914a-68dce0411f22 part 13 1:M 29 Sep 2025 03:35:58.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-52662983:b8a7a6f9-0457-40bc-914a-68dce0411f22 part 13 1:M 29 Sep 2025 03:35:58.458 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-52662983:b8a7a6f9-0457-40bc-914a-68dce0411f22 part 13 1:M 29 Sep 2025 03:35:58.654 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:35:58.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:36:02.612 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:36:16.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:36:28.654 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:36:28.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:36:46.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:36:58.654 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:36:58.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:37:16.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:37:28.654 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:37:28.819 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:37:46.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:37:58.654 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:37:58.820 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:38:16.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:38:28.655 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:38:28.819 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:38:46.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:38:58.657 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:38:58.820 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:39:16.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:39:28.655 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:39:28.819 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:39:46.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:39:58.656 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:39:58.820 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:40:12.739 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:40:13.246 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-79939880:ctest-cnz_vn-31999574 part 20 1:M 29 Sep 2025 03:40:16.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:40:20.720 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:40:28.324 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-79939880:ctest-cnz_vn-31999574 part 20 1:M 29 Sep 2025 03:40:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b96b7110-ad84-44c1-b849-6609322e88df part 4 1:M 29 Sep 2025 03:40:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b96b7110-ad84-44c1-b849-6609322e88df part 4 1:M 29 Sep 2025 03:40:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cfbf7dd5-8c38-4816-857c-3d997ee8383e part 11 1:M 29 Sep 2025 03:40:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cfbf7dd5-8c38-4816-857c-3d997ee8383e part 11 1:M 29 Sep 2025 03:40:28.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:2b88273e-66ae-4f44-8855-02c3f8289b44 part 18 1:M 29 Sep 2025 03:40:28.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:2b88273e-66ae-4f44-8855-02c3f8289b44 part 18 1:M 29 Sep 2025 03:40:28.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:2b88273e-66ae-4f44-8855-02c3f8289b44 part 18 1:M 29 Sep 2025 03:40:28.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:a8d7d5ad-f470-46be-8c2f-425ed5079689 part 19 1:M 29 Sep 2025 03:40:28.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:a8d7d5ad-f470-46be-8c2f-425ed5079689 part 19 1:M 29 Sep 2025 03:40:28.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:a8d7d5ad-f470-46be-8c2f-425ed5079689 part 19 1:M 29 Sep 2025 03:40:28.458 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-79939880:ctest-cnz_vn-31999574 part 20 1:M 29 Sep 2025 03:40:28.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c546f0af-4465-4cd5-ab1c-96801a023480 part 4 1:M 29 Sep 2025 03:40:28.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c546f0af-4465-4cd5-ab1c-96801a023480 part 4 1:M 29 Sep 2025 03:40:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:9cebe9a3-5450-4b32-9388-24cd202b96a5 part 14 1:M 29 Sep 2025 03:40:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:9cebe9a3-5450-4b32-9388-24cd202b96a5 part 14 1:M 29 Sep 2025 03:40:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:9cebe9a3-5450-4b32-9388-24cd202b96a5 part 14 1:M 29 Sep 2025 03:40:28.658 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:40:28.821 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:40:46.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:40:58.662 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:40:58.821 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:41:16.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:41:28.667 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:41:28.825 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:41:46.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:41:58.659 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:41:58.821 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:42:16.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:42:28.657 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:42:28.822 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:42:46.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:42:57.794 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:42:58.658 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:42:58.821 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:43:10.811 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:43:11.425 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-79939880:ctest-cnz_vn-80328492 part 29 1:M 29 Sep 2025 03:43:16.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:43:28.325 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-79939880:ctest-cnz_vn-80328492 part 29 1:M 29 Sep 2025 03:43:28.327 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:20c40a52-d26c-4e9e-b43b-3be506871e12 part 8 1:M 29 Sep 2025 03:43:28.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:20c40a52-d26c-4e9e-b43b-3be506871e12 part 8 1:M 29 Sep 2025 03:43:28.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:cd0b1508-a448-4c44-b83b-93d657e29546 part 19 1:M 29 Sep 2025 03:43:28.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:cd0b1508-a448-4c44-b83b-93d657e29546 part 19 1:M 29 Sep 2025 03:43:28.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:cd0b1508-a448-4c44-b83b-93d657e29546 part 19 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-79939880:ctest-cnz_vn-80328492 part 29 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:026fdc7f-2eb5-47ba-960b-27c2c6090458 part 9 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:026fdc7f-2eb5-47ba-960b-27c2c6090458 part 9 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ab0a48f5-06b8-44fd-8344-ece410eb01b8 part 5 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ab0a48f5-06b8-44fd-8344-ece410eb01b8 part 5 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:6cd9f5eb-76eb-44ff-9d91-4c0132bb0805 part 17 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:6cd9f5eb-76eb-44ff-9d91-4c0132bb0805 part 17 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:6cd9f5eb-76eb-44ff-9d91-4c0132bb0805 part 17 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:c424d931-9e25-4886-82bf-835806dc2770 part 16 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:c424d931-9e25-4886-82bf-835806dc2770 part 16 1:M 29 Sep 2025 03:43:28.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-79939880:c424d931-9e25-4886-82bf-835806dc2770 part 16 1:M 29 Sep 2025 03:43:28.659 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:43:28.824 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:43:46.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:43:58.660 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:43:58.826 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:44:16.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:44:28.657 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:44:28.823 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:44:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:44:58.660 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:44:58.827 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:45:16.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:45:28.659 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:45:28.823 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:45:46.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:45:55.069 * DelRequest for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 1:M 29 Sep 2025 03:45:55.069 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 29 Sep 2025 03:45:55.069 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 29 Sep 2025 03:45:55.069 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 29 Sep 2025 03:45:55.069 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 29 Sep 2025 03:45:55.069 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 29 Sep 2025 03:45:55.069 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 29 Sep 2025 03:45:55.069 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 29 Sep 2025 03:45:55.069 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 29 Sep 2025 03:45:55.070 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 29 Sep 2025 03:45:55.070 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 29 Sep 2025 03:45:55.070 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 29 Sep 2025 03:45:55.070 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 29 Sep 2025 03:45:55.070 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VMIStats 1:M 29 Sep 2025 03:45:55.070 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 29 Sep 2025 03:45:55.070 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 29 Sep 2025 03:45:55.070 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 29 Sep 2025 03:45:55.070 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 29 Sep 2025 03:45:55.070 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 29 Sep 2025 03:45:55.070 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 29 Sep 2025 03:45:55.070 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 29 Sep 2025 03:45:55.070 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 29 Sep 2025 03:45:55.070 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 29 Sep 2025 03:45:55.070 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VMITags 1:M 29 Sep 2025 03:45:55.070 * Delete an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 29 Sep 2025 03:45:55.070 * Remove an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 29 Sep 2025 03:45:55.070 * Delete Request for an-jenkins-deploy-platform-ansible-os-4203-1:Compute:contrail-vrouter-agent:0 successful 1:M 29 Sep 2025 03:45:58.662 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:46:03.560 * DelRequest for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VMIStats 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 29 Sep 2025 03:46:03.560 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VMITags 1:M 29 Sep 2025 03:46:03.560 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 29 Sep 2025 03:46:03.560 * Remove an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 29 Sep 2025 03:46:03.560 * Delete Request for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 successful 1:M 29 Sep 2025 03:46:07.852 * GetSeq for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 1:M 29 Sep 2025 03:46:07.852 * Add an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 29 Sep 2025 03:46:07.852 * GetSeq for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 done 1:M 29 Sep 2025 03:46:07.856 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:46:07.858 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:46:16.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:46:37.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:46:46.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:47:07.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:47:16.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:47:37.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:47:46.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:48:07.618 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-09892405:EVPN-VN1 part 24 1:M 29 Sep 2025 03:48:07.618 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1c696678-1834-46f9-b476-c489b76f042a part 7 1:M 29 Sep 2025 03:48:07.621 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1c696678-1834-46f9-b476-c489b76f042a part 7 1:M 29 Sep 2025 03:48:07.621 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-09892405:1ae33ca3-f7c2-48a5-a2de-a9d2aa29d050 part 17 1:M 29 Sep 2025 03:48:07.621 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-09892405:1ae33ca3-f7c2-48a5-a2de-a9d2aa29d050 part 17 1:M 29 Sep 2025 03:48:07.621 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-09892405:1ae33ca3-f7c2-48a5-a2de-a9d2aa29d050 part 17 1:M 29 Sep 2025 03:48:07.843 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:48:08.616 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-09892405:EVPN-VN1 part 24 1:M 29 Sep 2025 03:48:16.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:48:33.000 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:48:37.844 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:48:46.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:48:54.019 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:48:59.011 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:48:59.034 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:48:59.059 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:49:00.019 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-4203-3 1:M 29 Sep 2025 03:49:07.846 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:49:14.875 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:vn2 part 25 1:M 29 Sep 2025 03:49:15.065 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:vn1 part 24 1:M 29 Sep 2025 03:49:16.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:49:17.986 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:test_vnv6dn part 24 1:M 29 Sep 2025 03:49:18.205 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:test_vnv6sr part 23 1:M 29 Sep 2025 03:49:19.028 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:49:21.036 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:49:21.048 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:49:21.073 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:49:24.049 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:49:37.622 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:test_vnv6sr part 23 1:M 29 Sep 2025 03:49:37.622 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:vn1 part 24 1:M 29 Sep 2025 03:49:37.622 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cee17f14-498c-4db7-b8da-d98e7c208bc0 part 4 1:M 29 Sep 2025 03:49:37.622 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cee17f14-498c-4db7-b8da-d98e7c208bc0 part 4 1:M 29 Sep 2025 03:49:37.622 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d9db18f8-df7b-42ff-900c-ba5e40b5cd20 part 5 1:M 29 Sep 2025 03:49:37.624 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:e4b85c00-3f89-43ca-ba6d-fa104705e582 part 18 1:M 29 Sep 2025 03:49:37.624 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:e4b85c00-3f89-43ca-ba6d-fa104705e582 part 18 1:M 29 Sep 2025 03:49:37.624 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:e4b85c00-3f89-43ca-ba6d-fa104705e582 part 18 1:M 29 Sep 2025 03:49:37.624 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:f977c6db-68b5-4ed9-bf1c-ed143d652178 part 14 1:M 29 Sep 2025 03:49:37.624 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:f977c6db-68b5-4ed9-bf1c-ed143d652178 part 14 1:M 29 Sep 2025 03:49:37.624 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:f977c6db-68b5-4ed9-bf1c-ed143d652178 part 14 1:M 29 Sep 2025 03:49:37.843 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:49:46.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:49:47.078 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-4203-2 1:M 29 Sep 2025 03:50:00.072 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:50:01.349 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:vn2 part 25 1:M 29 Sep 2025 03:50:01.527 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:vn1 part 24 1:M 29 Sep 2025 03:50:04.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:test_vnv6dn part 24 1:M 29 Sep 2025 03:50:04.539 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:test_vnv6sr part 23 1:M 29 Sep 2025 03:50:07.626 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-85762179:test_vnv6sr part 23 1:M 29 Sep 2025 03:50:07.629 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8df99b0d-0149-4915-a998-be5dba84f9d7 part 8 1:M 29 Sep 2025 03:50:07.629 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8df99b0d-0149-4915-a998-be5dba84f9d7 part 8 1:M 29 Sep 2025 03:50:07.629 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:ce7676bd-303b-4044-9d84-73f834b78b7f part 13 1:M 29 Sep 2025 03:50:07.629 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:ce7676bd-303b-4044-9d84-73f834b78b7f part 13 1:M 29 Sep 2025 03:50:07.629 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-85762179:ce7676bd-303b-4044-9d84-73f834b78b7f part 13 1:M 29 Sep 2025 03:50:07.844 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:50:16.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:50:16.081 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:50:30.464 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4203-1 1:M 29 Sep 2025 03:50:37.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:50:46.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:51:02.559 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbac-28008782:ctest-TestRbac-28008782-57034659 part 28 1:M 29 Sep 2025 03:51:07.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:51:16.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:51:21.676 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-35535191:ctest-TestRbacBasic-35535191-82218035 part 24 1:M 29 Sep 2025 03:51:21.813 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-30027412:ctest-TestRbacBasic-30027412-50464161 part 20 1:M 29 Sep 2025 03:51:36.964 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-94984417:ctest-TestRbacBasic-94984417-06051214 part 28 1:M 29 Sep 2025 03:51:37.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:51:44.176 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:51:45.141 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:51:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:52:06.141 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:52:06.150 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:52:07.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:52:16.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:52:32.418 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-94984417:ctest-TestRbacBasic-94984417-00739188 part 21 1:M 29 Sep 2025 03:52:32.750 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-94984417:ctest-TestRbacBasic-94984417-17208655 part 27 1:M 29 Sep 2025 03:52:37.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:52:46.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:52:46.181 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:52:50.184 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:53:07.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:53:16.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:53:37.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:53:46.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:54:07.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:54:16.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:54:37.851 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:54:46.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:55:07.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:55:16.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:55:37.620 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn1-59193674 part 22 1:M 29 Sep 2025 03:55:37.620 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c63c34d5-1f9e-458c-bf7c-6daf52eaf872 part 8 1:M 29 Sep 2025 03:55:37.620 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c63c34d5-1f9e-458c-bf7c-6daf52eaf872 part 8 1:M 29 Sep 2025 03:55:37.621 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-09419713:6eaea5be-66d1-452a-a013-5ed37e38de06 part 15 1:M 29 Sep 2025 03:55:37.621 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-09419713:6eaea5be-66d1-452a-a013-5ed37e38de06 part 15 1:M 29 Sep 2025 03:55:37.621 * DelUVE on an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-09419713:6eaea5be-66d1-452a-a013-5ed37e38de06 part 15 1:M 29 Sep 2025 03:55:37.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:55:39.649 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn1-59193674 part 22 1:M 29 Sep 2025 03:55:45.301 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:55:46.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:55:47.267 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-2. 1:M 29 Sep 2025 03:55:47.277 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:55:47.287 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-3. 1:M 29 Sep 2025 03:55:50.269 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4203-1. 1:M 29 Sep 2025 03:56:07.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:56:16.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:56:37.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:56:46.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:57:07.852 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:57:16.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:57:24.079 * DelRequest for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 1:M 29 Sep 2025 03:57:24.079 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 29 Sep 2025 03:57:24.079 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 29 Sep 2025 03:57:24.079 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VMIStats 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 29 Sep 2025 03:57:24.080 * Read UVES:an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VMITags 1:M 29 Sep 2025 03:57:24.080 * Delete an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 29 Sep 2025 03:57:24.080 * Remove an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 29 Sep 2025 03:57:24.080 * Delete Request for an-jenkins-deploy-platform-ansible-os-4203-2:Compute:contrail-vrouter-agent:0 successful 1:M 29 Sep 2025 03:57:34.337 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-4203-1 1:M 29 Sep 2025 03:57:46.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:58:16.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:58:18.473 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 1:M 29 Sep 2025 03:58:18.473 * Add cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 to NGENERATORS 1:M 29 Sep 2025 03:58:18.474 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 done 1:M 29 Sep 2025 03:58:18.474 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:58:18.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:58:18.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:58:34.834 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 1:M 29 Sep 2025 03:58:34.834 * Add cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 to NGENERATORS 1:M 29 Sep 2025 03:58:34.834 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 done 1:M 29 Sep 2025 03:58:34.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:58:34.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:58:34.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:58:46.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:59:16.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 03:59:46.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:00:16.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:00:46.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:01:12.202 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-09419713:c84d2ccb-e6ae-4399-9773-397c4112d097 part 19 1:M 29 Sep 2025 04:01:12.221 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-09419713:c84d2ccb-e6ae-4399-9773-397c4112d097 part 19 1:M 29 Sep 2025 04:01:12.251 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:87f379d6-8dd1-4dc0-99b2-df4cf34196a3 part 7 1:M 29 Sep 2025 04:01:12.255 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:87f379d6-8dd1-4dc0-99b2-df4cf34196a3 part 7 1:M 29 Sep 2025 04:01:12.936 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4203-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4203-1 1:M 29 Sep 2025 04:01:16.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:01:21.205 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-09419713:9acce72d-4a97-4b5e-9436-2f6f5ef2b41e part 15 1:M 29 Sep 2025 04:01:21.214 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-09419713:9acce72d-4a97-4b5e-9436-2f6f5ef2b41e part 15 1:M 29 Sep 2025 04:01:21.240 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:0166fe04-d4da-4211-b1ca-ebed26f045e8 part 5 1:M 29 Sep 2025 04:01:21.244 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:0166fe04-d4da-4211-b1ca-ebed26f045e8 part 5 1:M 29 Sep 2025 04:01:29.576 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn3-45945054 part 22 1:M 29 Sep 2025 04:01:29.576 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn3-45945054 part 22 1:M 29 Sep 2025 04:01:29.577 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn3-45945054 part 22 1:M 29 Sep 2025 04:01:32.167 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn2-40234408 part 28 1:M 29 Sep 2025 04:01:32.173 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn2-40234408 part 28 1:M 29 Sep 2025 04:01:32.173 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn2-40234408 part 28 1:M 29 Sep 2025 04:01:32.653 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn1-04925993 part 21 1:M 29 Sep 2025 04:01:32.653 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn1-04925993 part 21 1:M 29 Sep 2025 04:01:32.661 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-09419713:ctest-vn1-04925993 part 21 1:M 29 Sep 2025 04:01:46.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:02:16.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:02:18.659 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVN0-09419713 part 29 1:M 29 Sep 2025 04:02:18.662 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVN0-09419713 part 29 1:M 29 Sep 2025 04:02:46.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:03:16.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:03:20.691 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-86202035:bb8c44a8-fe02-4672-85f0-73812ac12483 part 17 1:M 29 Sep 2025 04:03:20.694 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-86202035:bb8c44a8-fe02-4672-85f0-73812ac12483 part 17 1:M 29 Sep 2025 04:03:20.726 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:744ecd10-3619-4ec3-a18e-e642b6376614 part 10 1:M 29 Sep 2025 04:03:20.726 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:744ecd10-3619-4ec3-a18e-e642b6376614 part 10 1:M 29 Sep 2025 04:03:29.777 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-86202035:eb6a3448-9ad5-4762-b9af-857e09c36bb3 part 17 1:M 29 Sep 2025 04:03:29.779 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-86202035:eb6a3448-9ad5-4762-b9af-857e09c36bb3 part 17 1:M 29 Sep 2025 04:03:29.815 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:aabc4925-9c72-4dd0-a218-4ef398277ccd part 6 1:M 29 Sep 2025 04:03:29.815 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:aabc4925-9c72-4dd0-a218-4ef398277ccd part 6 1:M 29 Sep 2025 04:03:46.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:03:50.352 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDropStats-86202035:ctest-vn-96442271 part 25 1:M 29 Sep 2025 04:03:50.354 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-86202035:ctest-vn-96442271 part 25 1:M 29 Sep 2025 04:03:50.356 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-86202035:ctest-vn-96442271 part 25 1:M 29 Sep 2025 04:03:50.539 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-86202035:ctest-vn-12006733 part 26 1:M 29 Sep 2025 04:03:50.540 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-86202035:ctest-vn-12006733 part 26 1:M 29 Sep 2025 04:03:50.541 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDropStats-86202035:ctest-vn-12006733 part 26 1:M 29 Sep 2025 04:04:01.990 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDropStats-86202035:default-application-policy-set part 29 1:M 29 Sep 2025 04:04:01.992 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDropStats-86202035:default-application-policy-set part 29 1:M 29 Sep 2025 04:04:02.022 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDropStats-86202035 part 28 1:M 29 Sep 2025 04:04:02.026 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDropStats-86202035 part 28 1:M 29 Sep 2025 04:04:16.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:04:46.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:05:16.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:05:46.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:06:16.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:06:46.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:07:16.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:07:46.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:08:16.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:08:46.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:09:16.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:09:28.912 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:ctest-vmi-69878721 part 18 1:M 29 Sep 2025 04:09:28.913 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:ctest-vmi-69878721 part 18 1:M 29 Sep 2025 04:09:29.323 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:7a53865a-f000-480d-9e6c-658d16fd67f5 part 14 1:M 29 Sep 2025 04:09:29.324 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:7a53865a-f000-480d-9e6c-658d16fd67f5 part 14 1:M 29 Sep 2025 04:09:29.355 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:8ed23b49-8438-48a7-b2cf-cd168d9c4540 part 9 1:M 29 Sep 2025 04:09:29.355 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:8ed23b49-8438-48a7-b2cf-cd168d9c4540 part 9 1:M 29 Sep 2025 04:09:29.879 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:09718fec-0043-4207-9ec9-62c6f0c1fcdf part 16 1:M 29 Sep 2025 04:09:29.883 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:09718fec-0043-4207-9ec9-62c6f0c1fcdf part 16 1:M 29 Sep 2025 04:09:29.913 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:17566536-8953-42c6-be1d-d318a6cf72f3 part 6 1:M 29 Sep 2025 04:09:29.914 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:17566536-8953-42c6-be1d-d318a6cf72f3 part 6 1:M 29 Sep 2025 04:09:31.161 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:ctest-vn-98936488 part 29 1:M 29 Sep 2025 04:09:31.165 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:ctest-vn-98936488 part 29 1:M 29 Sep 2025 04:09:31.178 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:ctest-vn-98936488 part 29 1:M 29 Sep 2025 04:09:31.669 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:ctest-vn-45400104 part 22 1:M 29 Sep 2025 04:09:31.672 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:ctest-vn-45400104 part 22 1:M 29 Sep 2025 04:09:31.673 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:ctest-vn-45400104 part 22 1:M 29 Sep 2025 04:09:46.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:10:02.784 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:default-application-policy-set part 27 1:M 29 Sep 2025 04:10:02.789 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039:default-application-policy-set part 27 1:M 29 Sep 2025 04:10:02.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039 part 20 1:M 29 Sep 2025 04:10:02.820 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowAggrIpv6Serial-10109039 part 20 1:M 29 Sep 2025 04:10:16.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:10:46.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:11:16.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:11:46.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:12:16.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:12:46.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:13:16.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:13:37.246 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-42533987:950fdeda-efde-4458-ae42-7145c89e3c89 part 14 1:M 29 Sep 2025 04:13:37.260 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-42533987:950fdeda-efde-4458-ae42-7145c89e3c89 part 14 1:M 29 Sep 2025 04:13:37.306 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:f57834c3-7d5a-4444-ba67-030fd611a433 part 9 1:M 29 Sep 2025 04:13:37.306 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:f57834c3-7d5a-4444-ba67-030fd611a433 part 9 1:M 29 Sep 2025 04:13:37.409 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-42533987:398f4d82-9a5f-47e0-8b7c-5768994eb1f9 part 18 1:M 29 Sep 2025 04:13:37.411 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-42533987:398f4d82-9a5f-47e0-8b7c-5768994eb1f9 part 18 1:M 29 Sep 2025 04:13:37.442 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:b42219ff-6c79-4b19-a7f9-47f765c59730 part 7 1:M 29 Sep 2025 04:13:37.449 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:b42219ff-6c79-4b19-a7f9-47f765c59730 part 7 1:M 29 Sep 2025 04:13:37.478 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-42533987:53a79362-76e8-4cc1-b33e-d4fbeff79e8b part 12 1:M 29 Sep 2025 04:13:37.481 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-42533987:53a79362-76e8-4cc1-b33e-d4fbeff79e8b part 12 1:M 29 Sep 2025 04:13:37.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVMTable:a0f4124c-386c-41d3-b539-04a6bd1e076f part 11 1:M 29 Sep 2025 04:13:37.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVMTable:a0f4124c-386c-41d3-b539-04a6bd1e076f part 11 1:M 29 Sep 2025 04:13:38.756 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-42533987:ctest-vn-62608434 part 20 1:M 29 Sep 2025 04:13:38.756 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-42533987:ctest-vn-62608434 part 20 1:M 29 Sep 2025 04:13:38.768 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-42533987:ctest-vn-62608434 part 20 1:M 29 Sep 2025 04:13:46.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:14:03.670 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowSerialIpv6-42533987:default-application-policy-set part 28 1:M 29 Sep 2025 04:14:03.672 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowSerialIpv6-42533987:default-application-policy-set part 28 1:M 29 Sep 2025 04:14:03.700 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowSerialIpv6-42533987 part 27 1:M 29 Sep 2025 04:14:03.703 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowSerialIpv6-42533987 part 27 1:M 29 Sep 2025 04:14:16.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:14:36.355 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestXmpptests-54155032:default-application-policy-set part 22 1:M 29 Sep 2025 04:14:36.356 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestXmpptests-54155032:default-application-policy-set part 22 1:M 29 Sep 2025 04:14:36.402 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-2.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestXmpptests-54155032 part 25 1:M 29 Sep 2025 04:14:36.404 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4203-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestXmpptests-54155032 part 25 1:M 29 Sep 2025 04:14:46.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:15:16.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 29 Sep 2025 04:15:46.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4203-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info