++ 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: =================== Thu Sep 11 01:53:52 AM UTC 2025 ===================' INFO: =================== Thu Sep 11 01:53:52 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 +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.49 ++ 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.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.249 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.249,10.0.0.22,10.0.0.49,10.0.0.249,10.0.0.22,10.0.0.49 + [[ -z '' ]] + [[ -n 10.0.0.249,10.0.0.22,10.0.0.49,10.0.0.249,10.0.0.22,10.0.0.49 ]] + 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.249,10.0.0.22,10.0.0.49,10.0.0.249,10.0.0.22,10.0.0.49 ++ local servers=10.0.0.249,10.0.0.22,10.0.0.49,10.0.0.249,10.0.0.22,10.0.0.49 ++ 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}' +++ sort +++ grep -vi host +++ uniq ++ local local_ips=,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, ++ local ord=1 ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' ++ local server_ip=10.0.0.249 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.249 ]] ++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' ++ local server_ip=10.0.0.22 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.22 ]] ++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.49'\''))' ++ local server_ip=10.0.0.49 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.49 ]] ++ [[ ,10.0.0.49,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.49, ]] ++ echo 10.0.0.49 3 ++ return + my_ip_and_order='10.0.0.49 3' + '[' -n '10.0.0.49 3' ']' + break ++ echo 10.0.0.49 3 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.49 + '[' -n 10.0.0.49 ']' + REDIS_LISTEN_ADDRESS=10.0.0.49 + 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.49 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.49 ']' + redis_opts+=' 10.0.0.49' + '[' -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.49 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.49 --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.49 --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.49 --port 6379 1:C 11 Sep 2025 01:53:52.982 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 11 Sep 2025 01:53:52.982 # Redis version=6.0.19, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 11 Sep 2025 01:53:52.982 # Configuration loaded 1:M 11 Sep 2025 01:53:52.983 * Running mode=standalone, port=6379. 1:M 11 Sep 2025 01:53:52.983 # Server initialized 1:M 11 Sep 2025 01:53:52.983 # 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 11 Sep 2025 01:53:52.984 * Ready to accept connections 1:M 11 Sep 2025 01:58:07.858 * WARNING: Flushing Redis UVE DB 1:M 11 Sep 2025 01:58:07.858 * WARNING: Flushing Redis UVE DB done 1:M 11 Sep 2025 01:58:07.861 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 1:M 11 Sep 2025 01:58:07.861 * Add cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:07.861 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 done 1:M 11 Sep 2025 01:58:07.862 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 1:M 11 Sep 2025 01:58:07.862 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:07.862 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 done 1:M 11 Sep 2025 01:58:07.866 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 1:M 11 Sep 2025 01:58:07.867 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:07.867 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 done 1:M 11 Sep 2025 01:58:07.869 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 1:M 11 Sep 2025 01:58:07.869 * Add cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:07.869 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 done 1:M 11 Sep 2025 01:58:07.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.871 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 1:M 11 Sep 2025 01:58:07.871 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 to NGENERATORS 1:M 11 Sep 2025 01:58:07.871 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 done 1:M 11 Sep 2025 01:58:07.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.873 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 1:M 11 Sep 2025 01:58:07.873 * Add cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:07.873 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 done 1:M 11 Sep 2025 01:58:07.875 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Sep 2025 01:58:07.875 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:07.875 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Sep 2025 01:58:07.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.885 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Sep 2025 01:58:07.885 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:07.885 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Sep 2025 01:58:07.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.892 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 1:M 11 Sep 2025 01:58:07.892 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 11 Sep 2025 01:58:07.892 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 done 1:M 11 Sep 2025 01:58:07.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.895 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.896 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.896 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.897 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.897 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:07.899 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:08.263 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 1:M 11 Sep 2025 01:58:08.263 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 11 Sep 2025 01:58:08.263 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 done 1:M 11 Sep 2025 01:58:08.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:08.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:08.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:12.976 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 1:M 11 Sep 2025 01:58:12.976 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 to NGENERATORS 1:M 11 Sep 2025 01:58:12.976 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 done 1:M 11 Sep 2025 01:58:12.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:12.981 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:13.023 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 1:M 11 Sep 2025 01:58:19.625 * Add cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 done 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 1:M 11 Sep 2025 01:58:19.625 * Add cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 done 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 1:M 11 Sep 2025 01:58:19.625 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 done 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Sep 2025 01:58:19.625 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 1:M 11 Sep 2025 01:58:19.625 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 done 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 1:M 11 Sep 2025 01:58:19.625 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.625 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 11 Sep 2025 01:58:19.626 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 1:M 11 Sep 2025 01:58:19.626 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.626 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 done 1:M 11 Sep 2025 01:58:19.626 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 1:M 11 Sep 2025 01:58:19.626 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.626 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 done 1:M 11 Sep 2025 01:58:19.626 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 1:M 11 Sep 2025 01:58:19.626 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.626 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 done 1:M 11 Sep 2025 01:58:19.626 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 1:M 11 Sep 2025 01:58:19.626 * Add cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.626 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 done 1:M 11 Sep 2025 01:58:19.631 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 1:M 11 Sep 2025 01:58:19.631 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 to NGENERATORS 1:M 11 Sep 2025 01:58:19.631 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 done 1:M 11 Sep 2025 01:58:19.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:19.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:21.804 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 1:M 11 Sep 2025 01:58:21.804 * Add cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 to NGENERATORS 1:M 11 Sep 2025 01:58:21.804 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 done 1:M 11 Sep 2025 01:58:21.817 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:21.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:22.124 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 1:M 11 Sep 2025 01:58:22.124 * Add cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 to NGENERATORS 1:M 11 Sep 2025 01:58:22.124 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 done 1:M 11 Sep 2025 01:58:22.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:22.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:22.317 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 1:M 11 Sep 2025 01:58:22.317 * Add cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 to NGENERATORS 1:M 11 Sep 2025 01:58:22.317 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 done 1:M 11 Sep 2025 01:58:22.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:22.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:22.436 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 1:M 11 Sep 2025 01:58:22.436 * Add cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 to NGENERATORS 1:M 11 Sep 2025 01:58:22.436 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 done 1:M 11 Sep 2025 01:58:22.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:22.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:22.464 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 1:M 11 Sep 2025 01:58:22.464 * Add cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 to NGENERATORS 1:M 11 Sep 2025 01:58:22.464 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 done 1:M 11 Sep 2025 01:58:22.475 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:22.482 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:23.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 1:M 11 Sep 2025 01:58:23.040 * Add cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 to NGENERATORS 1:M 11 Sep 2025 01:58:23.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 done 1:M 11 Sep 2025 01:58:23.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:23.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:26.912 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 11 Sep 2025 01:58:26.912 * Add cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 11 Sep 2025 01:58:26.912 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 11 Sep 2025 01:58:26.913 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:26.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:26.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:27.946 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 11 Sep 2025 01:58:27.946 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 11 Sep 2025 01:58:27.946 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 11 Sep 2025 01:58:27.947 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:27.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:27.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:36.078 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 11 Sep 2025 01:58:36.078 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:36.078 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 11 Sep 2025 01:58:36.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:36.095 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 11 Sep 2025 01:58:36.095 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 01:58:36.095 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 11 Sep 2025 01:58:36.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:36.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:36.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:36.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:36.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:37.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:37.977 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 01:58:37.985 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 01:58:37.997 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 01:58:42.246 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 11 Sep 2025 01:58:42.246 * Add cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 11 Sep 2025 01:58:42.246 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 11 Sep 2025 01:58:42.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:42.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:42.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:42.442 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 11 Sep 2025 01:58:42.442 * Add cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 11 Sep 2025 01:58:42.442 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 11 Sep 2025 01:58:42.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:42.446 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:42.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:49.002 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 01:58:49.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:49.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:49.984 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 01:58:50.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:50.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:51.012 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 01:58:51.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:58:51.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:07.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:19.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:19.715 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:20.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:20.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:21.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:21.427 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:37.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:49.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:49.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:50.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:50.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:51.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 01:59:51.431 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:07.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:19.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:19.715 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:20.281 * GetSeq for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 1:M 11 Sep 2025 02:00:20.281 * Add an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 11 Sep 2025 02:00:20.281 * GetSeq for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 done 1:M 11 Sep 2025 02:00:20.285 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:20.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:20.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:20.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:21.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:21.427 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:26.332 * GetSeq for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 1:M 11 Sep 2025 02:00:26.332 * Add an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 11 Sep 2025 02:00:26.332 * GetSeq for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 11 Sep 2025 02:00:26.333 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:26.336 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:26.336 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:28.052 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4079-1 1:M 11 Sep 2025 02:00:37.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:49.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:49.716 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:50.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:50.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:50.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:51.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:00:51.428 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:07.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:14.970 * GetSeq for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 1:M 11 Sep 2025 02:01:14.970 * Add an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 11 Sep 2025 02:01:14.970 * GetSeq for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 done 1:M 11 Sep 2025 02:01:14.981 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:14.983 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:19.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:19.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:20.276 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:20.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:20.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:21.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:21.428 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:24.044 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4079-2 1:M 11 Sep 2025 02:01:37.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:44.945 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:49.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:49.719 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:50.276 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:50.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:50.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:51.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:01:51.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:07.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:14.946 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:19.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:19.719 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:20.280 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:20.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:20.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:21.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:21.429 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:37.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:44.946 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:49.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:49.720 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:50.275 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:50.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:50.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:51.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:02:51.431 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:07.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:14.946 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:19.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:19.720 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:20.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:20.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:20.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:21.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:21.430 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:37.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:44.946 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:49.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:49.724 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:50.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:50.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:50.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:51.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:51.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:03:52.980 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-03826223:ctest-vn22-26432032 part 26 1:M 11 Sep 2025 02:03:53.048 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-03826223:ctest-vn22-26432032 part 26 1:M 11 Sep 2025 02:03:53.048 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-03826223:ctest-vn22-26432032 part 26 1:M 11 Sep 2025 02:03:53.048 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-03826223:ctest-vn22-26432032 part 26 1:M 11 Sep 2025 02:03:55.268 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:04:07.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:14.950 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:15.337 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-58928478:ctest-left_ctest-TestECMPConfigHashFeature-58928478-22044635 part 29 1:M 11 Sep 2025 02:04:19.621 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-58928478:ctest-right_ctest-TestECMPConfigHashFeature-58928478-10396746 part 26 1:M 11 Sep 2025 02:04:19.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:19.720 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:19.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-58928478:ctest-mgmt_ctest-TestECMPConfigHashFeature-58928478-04491874 part 28 1:M 11 Sep 2025 02:04:20.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-03826223:ctest-vn22-26432032 part 26 1:M 11 Sep 2025 02:04:20.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:15946f0f-23fa-4451-abb5-7246e6c049c6 part 9 1:M 11 Sep 2025 02:04:20.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-03826223:2f6d5885-7bbf-411f-99ba-2812902f78fc part 13 1:M 11 Sep 2025 02:04:20.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-03826223:2f6d5885-7bbf-411f-99ba-2812902f78fc part 13 1:M 11 Sep 2025 02:04:20.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-03826223:2f6d5885-7bbf-411f-99ba-2812902f78fc part 13 1:M 11 Sep 2025 02:04:20.276 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:20.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:20.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:21.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:21.433 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:30.298 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:04:32.392 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-04119814:ctest-left_ctest-TestECMPFeature-04119814-22897889 part 22 1:M 11 Sep 2025 02:04:32.583 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-04119814:ctest-right_ctest-TestECMPFeature-04119814-83495879 part 29 1:M 11 Sep 2025 02:04:32.750 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-04119814:ctest-mgmt_ctest-TestECMPFeature-04119814-18917902 part 20 1:M 11 Sep 2025 02:04:37.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:44.950 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:49.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:49.722 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:50.287 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:50.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:50.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:51.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:04:51.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:07.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:14.948 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:19.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:19.721 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:20.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:20.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:20.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:21.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:21.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:37.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:44.951 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:49.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:49.722 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:50.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:50.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:50.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:51.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:05:51.433 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:04.928 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-left_ctest-TestECMPIPv6Fragments-93285021-92703045 part 25 1:M 11 Sep 2025 02:06:04.998 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-left_ctest-TestECMPIPv6Fragments-93285021-92703045 part 25 1:M 11 Sep 2025 02:06:04.998 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-left_ctest-TestECMPIPv6Fragments-93285021-92703045 part 25 1:M 11 Sep 2025 02:06:05.013 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-left_ctest-TestECMPIPv6Fragments-93285021-92703045 part 25 1:M 11 Sep 2025 02:06:07.198 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-right_ctest-TestECMPIPv6Fragments-93285021-91800324 part 21 1:M 11 Sep 2025 02:06:07.258 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-right_ctest-TestECMPIPv6Fragments-93285021-91800324 part 21 1:M 11 Sep 2025 02:06:07.262 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-right_ctest-TestECMPIPv6Fragments-93285021-91800324 part 21 1:M 11 Sep 2025 02:06:07.264 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-right_ctest-TestECMPIPv6Fragments-93285021-91800324 part 21 1:M 11 Sep 2025 02:06:07.406 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-mgmt_ctest-TestECMPIPv6Fragments-93285021-11757277 part 28 1:M 11 Sep 2025 02:06:07.460 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-mgmt_ctest-TestECMPIPv6Fragments-93285021-11757277 part 28 1:M 11 Sep 2025 02:06:07.460 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-mgmt_ctest-TestECMPIPv6Fragments-93285021-11757277 part 28 1:M 11 Sep 2025 02:06:07.474 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-93285021:ctest-mgmt_ctest-TestECMPIPv6Fragments-93285021-11757277 part 28 1:M 11 Sep 2025 02:06:07.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:09.371 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:06:09.381 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:06:14.948 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:18.387 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:06:19.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:19.721 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:20.280 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:20.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:20.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:21.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:21.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:22.583 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-41086924:ctest-left_ctest-TestECMPSanity-41086924-08632090 part 23 1:M 11 Sep 2025 02:06:22.769 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-41086924:ctest-right_ctest-TestECMPSanity-41086924-90099006 part 25 1:M 11 Sep 2025 02:06:22.942 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-41086924:ctest-mgmt_ctest-TestECMPSanity-41086924-23558942 part 23 1:M 11 Sep 2025 02:06:26.365 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:06:31.382 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:06:35.720 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-99183330:ctest-left_ctest-TestECMPSanityIPv6-99183330-73715106 part 29 1:M 11 Sep 2025 02:06:35.916 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-99183330:ctest-right_ctest-TestECMPSanityIPv6-99183330-02581238 part 27 1:M 11 Sep 2025 02:06:36.096 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-99183330:ctest-mgmt_ctest-TestECMPSanityIPv6-99183330-04913968 part 21 1:M 11 Sep 2025 02:06:37.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:44.949 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:47.929 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-57734276:ctest-left_ctest-TestECMPwithSVMChange-57734276-10730453 part 20 1:M 11 Sep 2025 02:06:48.094 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-57734276:ctest-right_ctest-TestECMPwithSVMChange-57734276-72777042 part 28 1:M 11 Sep 2025 02:06:48.256 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-57734276:ctest-mgmt_ctest-TestECMPwithSVMChange-57734276-04423559 part 21 1:M 11 Sep 2025 02:06:49.377 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:06:49.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:49.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:50.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-41086924:ctest-left_ctest-TestECMPSanity-41086924-08632090 part 23 1:M 11 Sep 2025 02:06:50.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d7a25461-9f59-4bb8-8ea3-f001cc764690 part 10 1:M 11 Sep 2025 02:06:50.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-41086924:1e985ecc-047c-41a0-81a1-7a266ae2f25f part 19 1:M 11 Sep 2025 02:06:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-41086924:1e985ecc-047c-41a0-81a1-7a266ae2f25f part 19 1:M 11 Sep 2025 02:06:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-41086924:1e985ecc-047c-41a0-81a1-7a266ae2f25f part 19 1:M 11 Sep 2025 02:06:50.283 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:50.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:50.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:51.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:06:51.446 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:02.471 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-87641357:ctest-left_ctest-TestMultiInlineSVC-87641357-83368360 part 28 1:M 11 Sep 2025 02:07:02.674 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-87641357:ctest-right_ctest-TestMultiInlineSVC-87641357-22800398 part 28 1:M 11 Sep 2025 02:07:02.836 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-87641357:ctest-mgmt_ctest-TestMultiInlineSVC-87641357-72075134 part 24 1:M 11 Sep 2025 02:07:07.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:14.950 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:17.242 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-17123023:ctest-left_ctest-TestMultiInlineSVCIPv6-17123023-03158362 part 23 1:M 11 Sep 2025 02:07:17.440 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-17123023:ctest-right_ctest-TestMultiInlineSVCIPv6-17123023-39148136 part 27 1:M 11 Sep 2025 02:07:17.630 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-17123023:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-17123023-25360237 part 29 1:M 11 Sep 2025 02:07:19.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:19.724 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:20.283 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:20.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:20.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:21.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:21.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:24.414 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:07:24.424 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:07:37.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:44.578 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-17123023:ctest-right_ctest-TestMultiInlineSVCIPv6-17123023-39148136 part 27 1:M 11 Sep 2025 02:07:44.579 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:36a1caed-5fa4-487f-9922-abfc20e3fc99 part 9 1:M 11 Sep 2025 02:07:44.579 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVCIPv6-17123023:b0f90e54-0a1b-42d8-ad24-11d8b3704404 part 17 1:M 11 Sep 2025 02:07:44.580 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVCIPv6-17123023:b0f90e54-0a1b-42d8-ad24-11d8b3704404 part 17 1:M 11 Sep 2025 02:07:44.580 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVCIPv6-17123023:b0f90e54-0a1b-42d8-ad24-11d8b3704404 part 17 1:M 11 Sep 2025 02:07:44.951 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:49.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:49.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:50.282 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:50.300 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:50.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:51.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:07:51.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:07.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:14.950 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:19.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:19.724 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:20.281 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:20.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:20.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:21.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:21.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:37.855 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:44.967 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:49.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:49.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:50.285 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:50.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:50.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:51.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:08:51.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:07.853 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:14.956 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:19.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:19.724 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:20.283 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:20.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:20.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:21.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:21.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:37.852 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:44.955 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:49.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:49.724 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:50.283 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:50.296 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:50.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:51.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:09:51.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:07.853 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:12.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-vn1-89859866 part 25 1:M 11 Sep 2025 02:10:12.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-vn1-89859866 part 25 1:M 11 Sep 2025 02:10:12.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-vn1-89859866 part 25 1:M 11 Sep 2025 02:10:12.834 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-vn1-89859866 part 25 1:M 11 Sep 2025 02:10:13.180 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-fvn-66767627 part 22 1:M 11 Sep 2025 02:10:13.223 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-fvn-66767627 part 22 1:M 11 Sep 2025 02:10:13.226 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-fvn-66767627 part 22 1:M 11 Sep 2025 02:10:13.226 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-fvn-66767627 part 22 1:M 11 Sep 2025 02:10:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-fvn-66767627 part 22 1:M 11 Sep 2025 02:10:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ce7e5931-d957-4e47-9a46-59e0b1bbdb76 part 5 1:M 11 Sep 2025 02:10:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ce7e5931-d957-4e47-9a46-59e0b1bbdb76 part 5 1:M 11 Sep 2025 02:10:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ecece969-62d2-49af-b5f5-ca5cf1ce4911 part 13 1:M 11 Sep 2025 02:10:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ecece969-62d2-49af-b5f5-ca5cf1ce4911 part 13 1:M 11 Sep 2025 02:10:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ecece969-62d2-49af-b5f5-ca5cf1ce4911 part 13 1:M 11 Sep 2025 02:10:14.960 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:19.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:19.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-fvn-66767627 part 22 1:M 11 Sep 2025 02:10:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-93766348:ctest-vn1-89859866 part 25 1:M 11 Sep 2025 02:10:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:34fa9d6f-15f5-4ffd-acad-2257395319b8 part 6 1:M 11 Sep 2025 02:10:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:34fa9d6f-15f5-4ffd-acad-2257395319b8 part 6 1:M 11 Sep 2025 02:10:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-93766348:c1498859-9162-4a61-858f-ed74eaaab34c part 18 1:M 11 Sep 2025 02:10:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-93766348:c1498859-9162-4a61-858f-ed74eaaab34c part 18 1:M 11 Sep 2025 02:10:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-93766348:c1498859-9162-4a61-858f-ed74eaaab34c part 18 1:M 11 Sep 2025 02:10:20.282 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:20.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:20.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:21.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:21.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:37.853 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:44.957 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:49.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:49.728 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:50.282 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:50.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:50.544 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:10:50.860 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:51.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:51.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:10:53.541 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:10:53.567 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:10:53.605 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:10:58.543 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:11:06.193 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPorts-76369207:ctest-vn-24038793 part 20 1:M 11 Sep 2025 02:11:07.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:14.959 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:19.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:19.728 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:20.284 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:20.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:20.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:21.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:21.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:33.423 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPorts-76369207:ctest-vn1-39748160 part 29 1:M 11 Sep 2025 02:11:37.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:44.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPorts-76369207:ctest-vn1-39748160 part 29 1:M 11 Sep 2025 02:11:44.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5b54db2c-5475-4464-9a58-97b91f9d2de1 part 5 1:M 11 Sep 2025 02:11:44.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-76369207:efc5a46d-0aee-401e-9968-78466f52dae2 part 12 1:M 11 Sep 2025 02:11:44.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-76369207:efc5a46d-0aee-401e-9968-78466f52dae2 part 12 1:M 11 Sep 2025 02:11:44.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-76369207:efc5a46d-0aee-401e-9968-78466f52dae2 part 12 1:M 11 Sep 2025 02:11:44.607 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:11:44.958 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:49.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:49.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:50.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPorts-76369207:ctest-vn1-39748160 part 29 1:M 11 Sep 2025 02:11:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1df47215-c40a-44c7-9770-82f36ebb618e part 6 1:M 11 Sep 2025 02:11:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-76369207:3788e284-ea75-40bb-a3ed-f094977e4e65 part 12 1:M 11 Sep 2025 02:11:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-76369207:3788e284-ea75-40bb-a3ed-f094977e4e65 part 12 1:M 11 Sep 2025 02:11:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPorts-76369207:3788e284-ea75-40bb-a3ed-f094977e4e65 part 12 1:M 11 Sep 2025 02:11:50.284 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:50.303 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:50.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:51.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:11:51.458 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:07.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:14.580 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn1-07009025 part 20 1:M 11 Sep 2025 02:12:14.958 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:19.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:19.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn1-07009025 part 20 1:M 11 Sep 2025 02:12:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:01cbdb06-e311-4044-b6f4-1067332bb497 part 9 1:M 11 Sep 2025 02:12:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:01cbdb06-e311-4044-b6f4-1067332bb497 part 9 1:M 11 Sep 2025 02:12:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-29609677:8dd617ad-19b2-4979-a282-5ce112863efa part 16 1:M 11 Sep 2025 02:12:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-29609677:8dd617ad-19b2-4979-a282-5ce112863efa part 16 1:M 11 Sep 2025 02:12:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-29609677:8dd617ad-19b2-4979-a282-5ce112863efa part 16 1:M 11 Sep 2025 02:12:20.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:20.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:20.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:21.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:21.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:21.670 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn2-77635250 part 21 1:M 11 Sep 2025 02:12:21.722 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn2-77635250 part 21 1:M 11 Sep 2025 02:12:21.722 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn2-77635250 part 21 1:M 11 Sep 2025 02:12:21.723 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn2-77635250 part 21 1:M 11 Sep 2025 02:12:21.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn1-07009025 part 20 1:M 11 Sep 2025 02:12:21.883 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn1-07009025 part 20 1:M 11 Sep 2025 02:12:21.883 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn1-07009025 part 20 1:M 11 Sep 2025 02:12:21.890 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn1-07009025 part 20 1:M 11 Sep 2025 02:12:25.609 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:12:35.607 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:12:37.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:44.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-29609677:ctest-vn2-77635250 part 21 1:M 11 Sep 2025 02:12:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:755d5e66-d421-4e13-ad85-1ea867c85f44 part 8 1:M 11 Sep 2025 02:12:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:755d5e66-d421-4e13-ad85-1ea867c85f44 part 8 1:M 11 Sep 2025 02:12:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-29609677:aa733b80-766f-43a8-9bf5-e3192fcc66f0 part 17 1:M 11 Sep 2025 02:12:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-29609677:aa733b80-766f-43a8-9bf5-e3192fcc66f0 part 17 1:M 11 Sep 2025 02:12:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-29609677:aa733b80-766f-43a8-9bf5-e3192fcc66f0 part 17 1:M 11 Sep 2025 02:12:44.958 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:49.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:49.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:50.285 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:50.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:50.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:51.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:51.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:12:52.660 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:snat-si-left_snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd part 23 1:M 11 Sep 2025 02:12:52.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:snat-si-left_snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd part 23 1:M 11 Sep 2025 02:12:52.789 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:snat-si-left_snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd part 23 1:M 11 Sep 2025 02:12:52.796 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:snat-si-left_snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd part 23 1:M 11 Sep 2025 02:12:54.609 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:12:54.743 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-ext_vn-94784372 part 25 1:M 11 Sep 2025 02:12:54.791 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-ext_vn-94784372 part 25 1:M 11 Sep 2025 02:12:54.791 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-ext_vn-94784372 part 25 1:M 11 Sep 2025 02:12:54.796 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-ext_vn-94784372 part 25 1:M 11 Sep 2025 02:12:54.897 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-vn-57188712 part 24 1:M 11 Sep 2025 02:12:54.940 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-vn-57188712 part 24 1:M 11 Sep 2025 02:12:54.940 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-vn-57188712 part 24 1:M 11 Sep 2025 02:12:54.941 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-vn-57188712 part 24 1:M 11 Sep 2025 02:13:04.627 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:13:07.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:14.581 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-ext_vn-94784372 part 25 1:M 11 Sep 2025 02:13:14.581 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-vn-57188712 part 24 1:M 11 Sep 2025 02:13:14.581 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:snat-si-left_snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd part 23 1:M 11 Sep 2025 02:13:14.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8b9f88ca-6ec7-4361-99e3-a51583e29f2f part 8 1:M 11 Sep 2025 02:13:14.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__1 part 5 1:M 11 Sep 2025 02:13:14.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:2d6ac1cc-6776-4d9a-9d1a-97d42326c1af part 18 1:M 11 Sep 2025 02:13:14.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:2d6ac1cc-6776-4d9a-9d1a-97d42326c1af part 18 1:M 11 Sep 2025 02:13:14.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:2d6ac1cc-6776-4d9a-9d1a-97d42326c1af part 18 1:M 11 Sep 2025 02:13:14.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__1__left__2 part 13 1:M 11 Sep 2025 02:13:14.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__1__left__2 part 13 1:M 11 Sep 2025 02:13:14.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__1__left__2 part 13 1:M 11 Sep 2025 02:13:14.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__1__right__1 part 15 1:M 11 Sep 2025 02:13:14.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__1__right__1 part 15 1:M 11 Sep 2025 02:13:14.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__1__right__1 part 15 1:M 11 Sep 2025 02:13:14.959 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:19.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:19.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-ext_vn-94784372 part 25 1:M 11 Sep 2025 02:13:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:ctest-vn-57188712 part 24 1:M 11 Sep 2025 02:13:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-80426683:snat-si-left_snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd part 23 1:M 11 Sep 2025 02:13:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__2 part 6 1:M 11 Sep 2025 02:13:20.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cc3e35cf-b4c5-46a7-a4aa-9bee539fc15f part 10 1:M 11 Sep 2025 02:13:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:3ac91a77-b265-4267-a0c5-e4aa48a0ada0 part 17 1:M 11 Sep 2025 02:13:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:3ac91a77-b265-4267-a0c5-e4aa48a0ada0 part 17 1:M 11 Sep 2025 02:13:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:3ac91a77-b265-4267-a0c5-e4aa48a0ada0 part 17 1:M 11 Sep 2025 02:13:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__2__left__2 part 14 1:M 11 Sep 2025 02:13:20.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__2__left__2 part 14 1:M 11 Sep 2025 02:13:20.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__2__left__2 part 14 1:M 11 Sep 2025 02:13:20.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__2__right__1 part 16 1:M 11 Sep 2025 02:13:20.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__2__right__1 part 16 1:M 11 Sep 2025 02:13:20.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-80426683:default-domain__ctest-TestRoutersBasic-80426683__snat_d68d8acd-5474-4429-9c84-f9c8aa26c536_2f6eb718-17b1-4986-95b3-45b0bd0ca4bd__2__right__1 part 16 1:M 11 Sep 2025 02:13:20.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:20.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:20.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:21.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:21.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:37.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:44.959 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:49.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:49.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:50.287 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:50.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:50.824 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:51.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:13:51.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:07.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:14.960 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:19.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:19.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:20.285 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:20.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:20.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:21.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:21.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:37.859 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:42.277 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-65843169 part 27 1:M 11 Sep 2025 02:14:42.324 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-65843169 part 27 1:M 11 Sep 2025 02:14:42.328 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-65843169 part 27 1:M 11 Sep 2025 02:14:42.331 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-65843169 part 27 1:M 11 Sep 2025 02:14:42.655 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-66897441 part 26 1:M 11 Sep 2025 02:14:42.693 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-66897441 part 26 1:M 11 Sep 2025 02:14:42.698 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-66897441 part 26 1:M 11 Sep 2025 02:14:42.704 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-66897441 part 26 1:M 11 Sep 2025 02:14:44.581 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-65843169 part 27 1:M 11 Sep 2025 02:14:44.581 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:65e42849-dbad-420e-8759-e612706bc08c part 10 1:M 11 Sep 2025 02:14:44.581 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:65e42849-dbad-420e-8759-e612706bc08c part 10 1:M 11 Sep 2025 02:14:44.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:77ddc106-8949-408f-b08d-cbdbcf2f1a5c part 14 1:M 11 Sep 2025 02:14:44.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:77ddc106-8949-408f-b08d-cbdbcf2f1a5c part 14 1:M 11 Sep 2025 02:14:44.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:77ddc106-8949-408f-b08d-cbdbcf2f1a5c part 14 1:M 11 Sep 2025 02:14:44.959 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:49.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:49.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:50.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn-66897441 part 26 1:M 11 Sep 2025 02:14:50.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7831b36d-7eea-469e-a83c-569ee59555f3 part 8 1:M 11 Sep 2025 02:14:50.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7831b36d-7eea-469e-a83c-569ee59555f3 part 8 1:M 11 Sep 2025 02:14:50.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:0bb32c0e-6905-4ee0-b6bc-912af0e3cc0a part 12 1:M 11 Sep 2025 02:14:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:0bb32c0e-6905-4ee0-b6bc-912af0e3cc0a part 12 1:M 11 Sep 2025 02:14:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:0bb32c0e-6905-4ee0-b6bc-912af0e3cc0a part 12 1:M 11 Sep 2025 02:14:50.284 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:50.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:50.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:51.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:51.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:14:51.697 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:15:07.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:14.960 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:19.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:19.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:20.290 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:20.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:20.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:21.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:21.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:37.855 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:44.961 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:49.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:49.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:50.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:50.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:50.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:51.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:15:51.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:07.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:14.960 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:19.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:19.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:20.285 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:20.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:20.817 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:21.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:21.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:37.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:44.960 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:49.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:49.732 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:50.290 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:50.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:50.830 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:51.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:16:51.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:07.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:14.961 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:19.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:19.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:20.289 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:20.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:20.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:21.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:21.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:37.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:44.961 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:49.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:49.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:50.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:50.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:50.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:51.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:17:51.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:07.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:11.809 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:18:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet1-46684661 part 22 1:M 11 Sep 2025 02:18:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6f355621-cbf5-499b-bf56-cb969fd8f9b1 part 7 1:M 11 Sep 2025 02:18:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6f355621-cbf5-499b-bf56-cb969fd8f9b1 part 7 1:M 11 Sep 2025 02:18:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:5b14b3b7-5aed-4b2a-bc3e-b04d20701def part 12 1:M 11 Sep 2025 02:18:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:5b14b3b7-5aed-4b2a-bc3e-b04d20701def part 12 1:M 11 Sep 2025 02:18:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:5b14b3b7-5aed-4b2a-bc3e-b04d20701def part 12 1:M 11 Sep 2025 02:18:14.964 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:19.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:19.732 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:20.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet0-54762444 part 26 1:M 11 Sep 2025 02:18:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:148158ee-ba18-4c65-ab48-dc7dc13d4402 part 10 1:M 11 Sep 2025 02:18:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:148158ee-ba18-4c65-ab48-dc7dc13d4402 part 10 1:M 11 Sep 2025 02:18:20.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:f2883c4a-c010-4679-93b2-b07c50cadffb part 18 1:M 11 Sep 2025 02:18:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:f2883c4a-c010-4679-93b2-b07c50cadffb part 18 1:M 11 Sep 2025 02:18:20.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:f2883c4a-c010-4679-93b2-b07c50cadffb part 18 1:M 11 Sep 2025 02:18:20.287 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:20.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:20.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:21.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:21.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:26.153 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet3-71799619 part 26 1:M 11 Sep 2025 02:18:26.194 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet3-71799619 part 26 1:M 11 Sep 2025 02:18:26.195 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet3-71799619 part 26 1:M 11 Sep 2025 02:18:26.195 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet3-71799619 part 26 1:M 11 Sep 2025 02:18:26.543 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet2-24435460 part 20 1:M 11 Sep 2025 02:18:26.591 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet2-24435460 part 20 1:M 11 Sep 2025 02:18:26.592 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet2-24435460 part 20 1:M 11 Sep 2025 02:18:26.594 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet2-24435460 part 20 1:M 11 Sep 2025 02:18:26.896 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet1-46684661 part 22 1:M 11 Sep 2025 02:18:26.935 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet1-46684661 part 22 1:M 11 Sep 2025 02:18:26.937 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet1-46684661 part 22 1:M 11 Sep 2025 02:18:26.939 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet1-46684661 part 22 1:M 11 Sep 2025 02:18:27.246 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet0-54762444 part 26 1:M 11 Sep 2025 02:18:27.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet0-54762444 part 26 1:M 11 Sep 2025 02:18:27.287 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet0-54762444 part 26 1:M 11 Sep 2025 02:18:27.287 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet0-54762444 part 26 1:M 11 Sep 2025 02:18:37.860 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:40.855 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:18:44.963 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:49.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:49.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:50.289 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:50.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:50.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:51.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:18:51.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:07.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:14.963 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:19.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:19.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:20.291 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:20.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:20.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:21.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:21.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:37.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:44.969 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:49.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:49.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:50.291 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:50.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:50.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:51.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:19:51.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:07.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:14.963 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:19.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:19.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:20.289 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:20.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:20.820 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:21.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:21.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:37.860 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:44.963 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:49.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:49.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn1-17568198 part 25 1:M 11 Sep 2025 02:20:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8fd58972-f280-49bc-852a-514166ba3517 part 6 1:M 11 Sep 2025 02:20:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8fd58972-f280-49bc-852a-514166ba3517 part 6 1:M 11 Sep 2025 02:20:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:48e0be78-0b7e-4be1-8cd8-4232b78c8b61 part 18 1:M 11 Sep 2025 02:20:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:48e0be78-0b7e-4be1-8cd8-4232b78c8b61 part 18 1:M 11 Sep 2025 02:20:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:48e0be78-0b7e-4be1-8cd8-4232b78c8b61 part 18 1:M 11 Sep 2025 02:20:50.196 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn1-17568198 part 25 1:M 11 Sep 2025 02:20:50.245 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn1-17568198 part 25 1:M 11 Sep 2025 02:20:50.245 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn1-17568198 part 25 1:M 11 Sep 2025 02:20:50.245 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn1-17568198 part 25 1:M 11 Sep 2025 02:20:50.288 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:50.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:50.820 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:51.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:51.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:20:55.909 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:20:55.919 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:21:07.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:09.912 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:21:14.582 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vn1-17568198 part 25 1:M 11 Sep 2025 02:21:14.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e9bcd5b9-e89d-4521-8038-b7a95666f862 part 9 1:M 11 Sep 2025 02:21:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e9bcd5b9-e89d-4521-8038-b7a95666f862 part 9 1:M 11 Sep 2025 02:21:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:a5b964d3-1658-46b5-beb8-30fca95828c1 part 19 1:M 11 Sep 2025 02:21:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:a5b964d3-1658-46b5-beb8-30fca95828c1 part 19 1:M 11 Sep 2025 02:21:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54756315:a5b964d3-1658-46b5-beb8-30fca95828c1 part 19 1:M 11 Sep 2025 02:21:14.963 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:19.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:19.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:20.291 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:20.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:20.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:21.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:21.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:37.859 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:44.965 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:49.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:49.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:50.290 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:50.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:50.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:51.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:21:51.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:07.861 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:14.964 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:19.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:19.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:20.293 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:20.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:20.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:21.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:21.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:37.860 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:44.968 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:49.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:49.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:ctest-vnet0-50801837 part 27 1:M 11 Sep 2025 02:22:50.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:288dc5ba-ac8e-4596-920d-a14534cfd2a7 part 11 1:M 11 Sep 2025 02:22:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:288dc5ba-ac8e-4596-920d-a14534cfd2a7 part 11 1:M 11 Sep 2025 02:22:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:1de3fbeb-c296-4092-9f13-e2b26aefa58f part 12 1:M 11 Sep 2025 02:22:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:1de3fbeb-c296-4092-9f13-e2b26aefa58f part 12 1:M 11 Sep 2025 02:22:50.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:1de3fbeb-c296-4092-9f13-e2b26aefa58f part 12 1:M 11 Sep 2025 02:22:50.293 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:50.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:50.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:50.975 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4079-1 1:M 11 Sep 2025 02:22:51.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:51.151 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:ctest-vnet0-50801837 part 27 1:M 11 Sep 2025 02:22:51.189 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:ctest-vnet0-50801837 part 27 1:M 11 Sep 2025 02:22:51.189 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:ctest-vnet0-50801837 part 27 1:M 11 Sep 2025 02:22:51.189 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:ctest-vnet0-50801837 part 27 1:M 11 Sep 2025 02:22:51.452 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:22:53.008 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:23:04.597 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyNegativeIpv4v6-93593301:ctest-vn4-98377922 part 22 1:M 11 Sep 2025 02:23:07.866 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:14.967 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:19.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:19.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:20.293 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:20.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:20.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:21.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:21.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:37.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:44.967 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:49.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:49.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:50.292 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:50.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:50.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:51.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:23:51.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:07.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:14.966 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:19.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:19.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:20.294 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:20.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:20.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:21.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:21.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:37.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:44.967 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:49.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:49.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:50.294 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:50.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:50.828 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:51.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:24:51.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:07.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:14.967 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:19.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:19.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:20.293 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:20.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:20.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:21.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:21.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:37.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:44.967 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:49.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:49.737 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:50.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN3-18402484 part 26 1:M 11 Sep 2025 02:25:50.035 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 part 5 1:M 11 Sep 2025 02:25:50.035 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2a7a69e5-4b43-45d9-97ce-8ad4b69b2be0 part 5 1:M 11 Sep 2025 02:25:50.035 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:039fe433-50cd-4b04-aad6-d42bd483d203 part 12 1:M 11 Sep 2025 02:25:50.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:039fe433-50cd-4b04-aad6-d42bd483d203 part 12 1:M 11 Sep 2025 02:25:50.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:039fe433-50cd-4b04-aad6-d42bd483d203 part 12 1:M 11 Sep 2025 02:25:50.292 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:50.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:50.830 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:51.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:25:51.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:07.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:14.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN2-09281928 part 27 1:M 11 Sep 2025 02:26:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 part 8 1:M 11 Sep 2025 02:26:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2a232dd4-1c82-40d8-8fc4-53c49e7dcaa1 part 8 1:M 11 Sep 2025 02:26:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e part 17 1:M 11 Sep 2025 02:26:14.584 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e part 17 1:M 11 Sep 2025 02:26:14.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e part 17 1:M 11 Sep 2025 02:26:14.967 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:19.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:19.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:20.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN1-39121718 part 21 1:M 11 Sep 2025 02:26:20.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7151b07f-228d-4abe-93a1-889b86269358 part 10 1:M 11 Sep 2025 02:26:20.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7151b07f-228d-4abe-93a1-889b86269358 part 10 1:M 11 Sep 2025 02:26:20.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:c12d01f7-0222-4e6c-9014-b9816862d2cb part 12 1:M 11 Sep 2025 02:26:20.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:c12d01f7-0222-4e6c-9014-b9816862d2cb part 12 1:M 11 Sep 2025 02:26:20.035 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-79333722:c12d01f7-0222-4e6c-9014-b9816862d2cb part 12 1:M 11 Sep 2025 02:26:20.292 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:20.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:20.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:21.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:21.319 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN3-18402484 part 26 1:M 11 Sep 2025 02:26:21.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN3-18402484 part 26 1:M 11 Sep 2025 02:26:21.363 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN3-18402484 part 26 1:M 11 Sep 2025 02:26:21.364 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN3-18402484 part 26 1:M 11 Sep 2025 02:26:21.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:21.722 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN2-09281928 part 27 1:M 11 Sep 2025 02:26:21.782 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN2-09281928 part 27 1:M 11 Sep 2025 02:26:21.782 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN2-09281928 part 27 1:M 11 Sep 2025 02:26:21.782 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN2-09281928 part 27 1:M 11 Sep 2025 02:26:22.173 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN1-39121718 part 21 1:M 11 Sep 2025 02:26:22.221 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN1-39121718 part 21 1:M 11 Sep 2025 02:26:22.224 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN1-39121718 part 21 1:M 11 Sep 2025 02:26:22.226 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-79333722:ctest-VN1-39121718 part 21 1:M 11 Sep 2025 02:26:34.118 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:26:36.144 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:26:37.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:42.136 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:26:44.968 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:45.128 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:26:49.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:49.737 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:50.293 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:50.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:50.828 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:51.106 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:26:51.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:07.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:14.972 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:19.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:19.737 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:20.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:20.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:20.828 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:21.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:21.452 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:37.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:44.969 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:49.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:49.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:50.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:50.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:50.830 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:51.106 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:27:51.454 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:07.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:14.968 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:19.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:19.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN3-05819714 part 25 1:M 11 Sep 2025 02:28:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:433a8852-2bbf-43a3-935e-8c1413b601b3 part 10 1:M 11 Sep 2025 02:28:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:433a8852-2bbf-43a3-935e-8c1413b601b3 part 10 1:M 11 Sep 2025 02:28:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:7203e3c4-134a-47f0-83db-029d2c66588d part 17 1:M 11 Sep 2025 02:28:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:7203e3c4-134a-47f0-83db-029d2c66588d part 17 1:M 11 Sep 2025 02:28:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:7203e3c4-134a-47f0-83db-029d2c66588d part 17 1:M 11 Sep 2025 02:28:20.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:20.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:20.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:21.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:21.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:37.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:44.583 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN2-76923013 part 20 1:M 11 Sep 2025 02:28:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:38103ac9-0bbf-47a7-b5ca-3a366cf43b27 part 11 1:M 11 Sep 2025 02:28:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:38103ac9-0bbf-47a7-b5ca-3a366cf43b27 part 11 1:M 11 Sep 2025 02:28:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:cc09baf1-001e-4c2e-8fc8-08c74c634de8 part 15 1:M 11 Sep 2025 02:28:44.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:cc09baf1-001e-4c2e-8fc8-08c74c634de8 part 15 1:M 11 Sep 2025 02:28:44.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:cc09baf1-001e-4c2e-8fc8-08c74c634de8 part 15 1:M 11 Sep 2025 02:28:44.969 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:49.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:49.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:50.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN1-50538801 part 22 1:M 11 Sep 2025 02:28:50.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0ae9d462-44e0-4324-a1ff-2bfb9c479dab part 11 1:M 11 Sep 2025 02:28:50.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0ae9d462-44e0-4324-a1ff-2bfb9c479dab part 11 1:M 11 Sep 2025 02:28:50.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:aa77c050-1c30-4377-8be0-413ad58a90b0 part 19 1:M 11 Sep 2025 02:28:50.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:aa77c050-1c30-4377-8be0-413ad58a90b0 part 19 1:M 11 Sep 2025 02:28:50.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:aa77c050-1c30-4377-8be0-413ad58a90b0 part 19 1:M 11 Sep 2025 02:28:50.297 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:50.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:50.828 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:51.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:51.452 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:28:52.203 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN3-05819714 part 25 1:M 11 Sep 2025 02:28:52.249 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN3-05819714 part 25 1:M 11 Sep 2025 02:28:52.250 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN3-05819714 part 25 1:M 11 Sep 2025 02:28:52.250 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN3-05819714 part 25 1:M 11 Sep 2025 02:28:52.539 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN2-76923013 part 20 1:M 11 Sep 2025 02:28:52.573 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN2-76923013 part 20 1:M 11 Sep 2025 02:28:52.579 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN2-76923013 part 20 1:M 11 Sep 2025 02:28:52.582 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN2-76923013 part 20 1:M 11 Sep 2025 02:28:52.911 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN1-50538801 part 22 1:M 11 Sep 2025 02:28:52.967 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN1-50538801 part 22 1:M 11 Sep 2025 02:28:52.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN1-50538801 part 22 1:M 11 Sep 2025 02:28:52.981 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN1-50538801 part 22 1:M 11 Sep 2025 02:28:59.217 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:29:07.864 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:09.210 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:29:14.972 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:19.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:19.737 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:20.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:20.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:20.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:21.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:21.452 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:37.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:44.972 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:49.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:49.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:50.297 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:50.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:50.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:51.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:29:51.452 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:07.868 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:14.975 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:19.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:19.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:20.296 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:20.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:20.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:21.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:21.453 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:37.867 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:44.973 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:49.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:49.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:50.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:50.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:50.828 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:51.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:30:51.453 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:07.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:14.971 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:17.356 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-86591538 part 27 1:M 11 Sep 2025 02:31:17.405 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-86591538 part 27 1:M 11 Sep 2025 02:31:17.407 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-86591538 part 27 1:M 11 Sep 2025 02:31:17.410 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-86591538 part 27 1:M 11 Sep 2025 02:31:17.706 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-00904137 part 20 1:M 11 Sep 2025 02:31:17.751 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-00904137 part 20 1:M 11 Sep 2025 02:31:17.751 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-00904137 part 20 1:M 11 Sep 2025 02:31:17.759 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-00904137 part 20 1:M 11 Sep 2025 02:31:19.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:19.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:20.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-00904137 part 20 1:M 11 Sep 2025 02:31:20.035 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f5e0a11a-2580-44f9-a1c0-95cca0bc456e part 6 1:M 11 Sep 2025 02:31:20.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f5e0a11a-2580-44f9-a1c0-95cca0bc456e part 6 1:M 11 Sep 2025 02:31:20.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64568067:b2687a7c-991c-4a8c-96b4-0f287d0285b8 part 12 1:M 11 Sep 2025 02:31:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64568067:b2687a7c-991c-4a8c-96b4-0f287d0285b8 part 12 1:M 11 Sep 2025 02:31:20.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64568067:b2687a7c-991c-4a8c-96b4-0f287d0285b8 part 12 1:M 11 Sep 2025 02:31:20.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:20.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:20.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:21.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:21.454 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:36.293 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:31:37.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:44.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-64568067:ctest-vn-86591538 part 27 1:M 11 Sep 2025 02:31:44.591 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:41158240-62cb-407f-92ab-56071e5c06e0 part 9 1:M 11 Sep 2025 02:31:44.591 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:41158240-62cb-407f-92ab-56071e5c06e0 part 9 1:M 11 Sep 2025 02:31:44.591 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64568067:f955acd4-bc4c-4864-bc20-b4a8046b6810 part 17 1:M 11 Sep 2025 02:31:44.592 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64568067:f955acd4-bc4c-4864-bc20-b4a8046b6810 part 17 1:M 11 Sep 2025 02:31:44.593 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-64568067:f955acd4-bc4c-4864-bc20-b4a8046b6810 part 17 1:M 11 Sep 2025 02:31:44.971 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:49.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:49.742 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:50.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:50.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:50.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:51.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:31:51.454 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:07.866 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:14.971 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:19.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:19.740 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:20.296 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:20.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:20.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:21.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:21.459 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:37.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:44.971 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:49.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:49.742 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:50.297 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:50.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:50.830 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:51.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:32:51.454 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:07.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:14.972 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:19.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:19.741 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:20.297 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:20.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:20.831 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:21.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:21.455 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:37.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:44.973 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:49.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:49.740 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:50.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:ctest-vnet0-22844250 part 29 1:M 11 Sep 2025 02:33:50.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:29da3188-0334-4430-b139-01f1342d5327 part 7 1:M 11 Sep 2025 02:33:50.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:29da3188-0334-4430-b139-01f1342d5327 part 7 1:M 11 Sep 2025 02:33:50.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:285adfb4-0dd2-4b2c-8ea5-37d5de0d5c0b part 14 1:M 11 Sep 2025 02:33:50.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:285adfb4-0dd2-4b2c-8ea5-37d5de0d5c0b part 14 1:M 11 Sep 2025 02:33:50.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:285adfb4-0dd2-4b2c-8ea5-37d5de0d5c0b part 14 1:M 11 Sep 2025 02:33:50.299 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:50.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:50.847 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:51.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:51.456 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:33:52.802 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:ctest-vnet0-22844250 part 29 1:M 11 Sep 2025 02:33:52.847 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:ctest-vnet0-22844250 part 29 1:M 11 Sep 2025 02:33:52.851 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:ctest-vnet0-22844250 part 29 1:M 11 Sep 2025 02:33:52.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:ctest-vnet0-22844250 part 29 1:M 11 Sep 2025 02:33:53.401 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:33:54.383 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:34:07.867 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:14.423 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:34:14.972 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:19.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:19.741 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:20.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:20.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:20.831 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:21.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:21.460 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:37.867 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:44.976 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:49.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:49.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:50.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:50.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:50.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:51.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:34:51.458 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:07.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:14.442 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:35:14.973 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:19.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:19.742 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:20.299 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:20.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:20.832 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:21.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:21.457 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:37.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:44.975 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:49.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:49.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:50.300 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:50.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:50.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:51.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:35:51.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:07.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:14.973 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:19.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:19.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:20.297 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:20.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:20.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:21.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:21.458 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:37.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:44.978 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:49.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:49.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:50.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:50.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:50.832 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:51.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:36:51.461 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:07.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:14.975 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:19.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:19.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:20.300 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:20.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:20.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:21.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:21.460 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:37.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet1-10556218 part 23 1:M 11 Sep 2025 02:37:44.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3467607a-cb6b-4129-95a9-d8fac24b7af4 part 8 1:M 11 Sep 2025 02:37:44.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3467607a-cb6b-4129-95a9-d8fac24b7af4 part 8 1:M 11 Sep 2025 02:37:44.587 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-81798788:5fdcdc7e-a827-4bc1-9cf0-a4cf63532fc5 part 12 1:M 11 Sep 2025 02:37:44.587 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-81798788:5fdcdc7e-a827-4bc1-9cf0-a4cf63532fc5 part 12 1:M 11 Sep 2025 02:37:44.587 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-81798788:5fdcdc7e-a827-4bc1-9cf0-a4cf63532fc5 part 12 1:M 11 Sep 2025 02:37:44.975 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:49.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:49.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:50.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet0-68671145 part 28 1:M 11 Sep 2025 02:37:50.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3842048f-4d8b-4b3f-8b5f-7a694497e424 part 8 1:M 11 Sep 2025 02:37:50.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3842048f-4d8b-4b3f-8b5f-7a694497e424 part 8 1:M 11 Sep 2025 02:37:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-81798788:9b64a9f9-907b-40b9-86e3-38f55e6a704c part 12 1:M 11 Sep 2025 02:37:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-81798788:9b64a9f9-907b-40b9-86e3-38f55e6a704c part 12 1:M 11 Sep 2025 02:37:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-81798788:9b64a9f9-907b-40b9-86e3-38f55e6a704c part 12 1:M 11 Sep 2025 02:37:50.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:50.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:50.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:51.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:51.470 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:37:53.130 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet1-10556218 part 23 1:M 11 Sep 2025 02:37:53.206 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet1-10556218 part 23 1:M 11 Sep 2025 02:37:53.207 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet1-10556218 part 23 1:M 11 Sep 2025 02:37:53.216 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet1-10556218 part 23 1:M 11 Sep 2025 02:37:53.579 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet0-68671145 part 28 1:M 11 Sep 2025 02:37:53.626 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet0-68671145 part 28 1:M 11 Sep 2025 02:37:53.626 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet0-68671145 part 28 1:M 11 Sep 2025 02:37:53.626 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet0-68671145 part 28 1:M 11 Sep 2025 02:38:05.538 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:38:07.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:08.537 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:38:10.535 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:38:14.550 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:38:14.975 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:19.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:19.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:20.299 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:20.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:20.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:21.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:21.463 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:37.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:44.977 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:49.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:49.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:50.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:50.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:50.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:51.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:38:51.459 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:07.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:14.980 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:19.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:19.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:20.302 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:20.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:20.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:21.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:21.460 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:37.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:44.975 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:49.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:49.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:50.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:50.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:50.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:51.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:39:51.460 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:07.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:14.976 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:19.659 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:19.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:20.300 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:20.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:20.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:21.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:21.460 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:37.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:44.979 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:49.659 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:49.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:50.305 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:50.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:50.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:51.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:40:51.460 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:07.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:14.977 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:19.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:19.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:20.300 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:20.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:20.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:21.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:21.463 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:37.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:44.585 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet1-51853307 part 22 1:M 11 Sep 2025 02:41:44.587 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:781fb608-ef2b-4c3e-8ce1-a687335aa528 part 8 1:M 11 Sep 2025 02:41:44.587 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:781fb608-ef2b-4c3e-8ce1-a687335aa528 part 8 1:M 11 Sep 2025 02:41:44.587 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:6bc0da67-b6a8-40b2-9f14-68f4f7e81372 part 16 1:M 11 Sep 2025 02:41:44.587 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:6bc0da67-b6a8-40b2-9f14-68f4f7e81372 part 16 1:M 11 Sep 2025 02:41:44.588 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:6bc0da67-b6a8-40b2-9f14-68f4f7e81372 part 16 1:M 11 Sep 2025 02:41:44.977 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:49.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:49.747 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:50.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet0-14479534 part 28 1:M 11 Sep 2025 02:41:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6668322f-b003-43b0-9e13-776241409c89 part 4 1:M 11 Sep 2025 02:41:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6668322f-b003-43b0-9e13-776241409c89 part 4 1:M 11 Sep 2025 02:41:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:b6c8047f-79c7-4501-b611-667118c7cb3e part 13 1:M 11 Sep 2025 02:41:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:b6c8047f-79c7-4501-b611-667118c7cb3e part 13 1:M 11 Sep 2025 02:41:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:b6c8047f-79c7-4501-b611-667118c7cb3e part 13 1:M 11 Sep 2025 02:41:50.301 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:50.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:50.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:51.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:51.461 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:41:53.527 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet1-51853307 part 22 1:M 11 Sep 2025 02:41:53.575 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet1-51853307 part 22 1:M 11 Sep 2025 02:41:53.580 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet1-51853307 part 22 1:M 11 Sep 2025 02:41:53.581 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet1-51853307 part 22 1:M 11 Sep 2025 02:41:53.660 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:41:53.928 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet0-14479534 part 28 1:M 11 Sep 2025 02:41:53.978 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet0-14479534 part 28 1:M 11 Sep 2025 02:41:53.978 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet0-14479534 part 28 1:M 11 Sep 2025 02:41:53.984 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet0-14479534 part 28 1:M 11 Sep 2025 02:41:55.659 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:42:02.680 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:42:07.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:14.979 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:19.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:19.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:20.304 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:20.325 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:20.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:21.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:21.461 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:37.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:44.979 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:49.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:49.746 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:50.302 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:50.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:50.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:51.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:42:51.461 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:07.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:14.978 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:19.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:19.746 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:20.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:20.325 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:20.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:21.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:21.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:37.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:44.979 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:49.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:49.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:50.306 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:50.325 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:50.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:51.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:43:51.462 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:07.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:14.978 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:19.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:19.746 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:20.302 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:20.325 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:20.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:21.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:21.463 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:36.991 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-10862966 part 28 1:M 11 Sep 2025 02:44:37.030 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-10862966 part 28 1:M 11 Sep 2025 02:44:37.031 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-10862966 part 28 1:M 11 Sep 2025 02:44:37.031 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-10862966 part 28 1:M 11 Sep 2025 02:44:37.176 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-17233170 part 20 1:M 11 Sep 2025 02:44:37.223 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-17233170 part 20 1:M 11 Sep 2025 02:44:37.224 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-17233170 part 20 1:M 11 Sep 2025 02:44:37.226 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-17233170 part 20 1:M 11 Sep 2025 02:44:37.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:39.753 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:44:44.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-10862966 part 28 1:M 11 Sep 2025 02:44:44.586 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-17233170 part 20 1:M 11 Sep 2025 02:44:44.589 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:51250d28-3197-442e-a1e6-666aa532e3a7 part 10 1:M 11 Sep 2025 02:44:44.589 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:51250d28-3197-442e-a1e6-666aa532e3a7 part 10 1:M 11 Sep 2025 02:44:44.589 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9101ea2a-5316-45bb-98ab-40cd41db4b12 part 4 1:M 11 Sep 2025 02:44:44.589 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9101ea2a-5316-45bb-98ab-40cd41db4b12 part 4 1:M 11 Sep 2025 02:44:44.589 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:0bbf968e-d110-4286-a739-c188d67fe331 part 14 1:M 11 Sep 2025 02:44:44.590 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:0bbf968e-d110-4286-a739-c188d67fe331 part 14 1:M 11 Sep 2025 02:44:44.590 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:0bbf968e-d110-4286-a739-c188d67fe331 part 14 1:M 11 Sep 2025 02:44:44.590 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:a4061dfe-ff23-461c-8b89-d8228cfb3b04 part 12 1:M 11 Sep 2025 02:44:44.590 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:a4061dfe-ff23-461c-8b89-d8228cfb3b04 part 12 1:M 11 Sep 2025 02:44:44.591 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:a4061dfe-ff23-461c-8b89-d8228cfb3b04 part 12 1:M 11 Sep 2025 02:44:44.980 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:49.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:49.746 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:50.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-07606097:ctest-vn-17233170 part 20 1:M 11 Sep 2025 02:44:50.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:11f1c3ca-1b76-4e8d-9201-b7c2740314bd part 4 1:M 11 Sep 2025 02:44:50.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:11f1c3ca-1b76-4e8d-9201-b7c2740314bd part 4 1:M 11 Sep 2025 02:44:50.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:840c61d5-7f9e-4a83-a793-8083f0570b77 part 14 1:M 11 Sep 2025 02:44:50.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:840c61d5-7f9e-4a83-a793-8083f0570b77 part 14 1:M 11 Sep 2025 02:44:50.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-07606097:840c61d5-7f9e-4a83-a793-8083f0570b77 part 14 1:M 11 Sep 2025 02:44:50.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:50.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:50.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:51.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:51.463 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:44:57.867 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-29107172 part 20 1:M 11 Sep 2025 02:44:57.918 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-29107172 part 20 1:M 11 Sep 2025 02:44:57.919 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-29107172 part 20 1:M 11 Sep 2025 02:44:57.921 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-29107172 part 20 1:M 11 Sep 2025 02:45:00.081 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-32430024 part 27 1:M 11 Sep 2025 02:45:00.130 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-32430024 part 27 1:M 11 Sep 2025 02:45:00.130 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-32430024 part 27 1:M 11 Sep 2025 02:45:00.130 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-32430024 part 27 1:M 11 Sep 2025 02:45:07.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:14.979 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:16.662 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-77732483 part 20 1:M 11 Sep 2025 02:45:18.863 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-70958014 part 23 1:M 11 Sep 2025 02:45:19.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:19.749 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:20.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-32430024 part 27 1:M 11 Sep 2025 02:45:20.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6c171431-64d3-415d-90de-15bd51ea6504 part 11 1:M 11 Sep 2025 02:45:20.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-92853988:e52a542d-3dcd-48b7-ba15-f0639cdad461 part 18 1:M 11 Sep 2025 02:45:20.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-92853988:e52a542d-3dcd-48b7-ba15-f0639cdad461 part 18 1:M 11 Sep 2025 02:45:20.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-92853988:e52a542d-3dcd-48b7-ba15-f0639cdad461 part 18 1:M 11 Sep 2025 02:45:20.306 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:20.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:20.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:21.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:21.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:23.810 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:45:24.644 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-56024503 part 24 1:M 11 Sep 2025 02:45:24.798 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-92853988:ctest-bgpaas_vn-35161982 part 26 1:M 11 Sep 2025 02:45:37.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:44.979 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:49.664 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:49.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:50.304 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:50.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:50.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:51.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:45:51.464 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:07.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:14.981 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:19.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:19.749 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:20.305 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:20.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:20.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:21.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:21.464 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:37.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:44.980 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:47.594 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:service-vn-40926785 part 24 1:M 11 Sep 2025 02:46:47.633 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:service-vn-40926785 part 24 1:M 11 Sep 2025 02:46:47.633 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:service-vn-40926785 part 24 1:M 11 Sep 2025 02:46:47.634 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:service-vn-40926785 part 24 1:M 11 Sep 2025 02:46:49.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:49.750 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:50.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:service-vn-40926785 part 24 1:M 11 Sep 2025 02:46:50.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6263ab9d-af35-4de1-8a14-cc3a3d2c6a14 part 7 1:M 11 Sep 2025 02:46:50.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6263ab9d-af35-4de1-8a14-cc3a3d2c6a14 part 7 1:M 11 Sep 2025 02:46:50.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-07185060:6527aab8-a017-409c-b023-1adfc1f4327f part 18 1:M 11 Sep 2025 02:46:50.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-07185060:6527aab8-a017-409c-b023-1adfc1f4327f part 18 1:M 11 Sep 2025 02:46:50.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-07185060:6527aab8-a017-409c-b023-1adfc1f4327f part 18 1:M 11 Sep 2025 02:46:50.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:50.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:50.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:51.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:46:51.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:03.106 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:ctest-vn30-57931179 part 22 1:M 11 Sep 2025 02:47:03.160 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:ctest-vn30-57931179 part 22 1:M 11 Sep 2025 02:47:03.166 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:ctest-vn30-57931179 part 22 1:M 11 Sep 2025 02:47:03.171 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-07185060:ctest-vn30-57931179 part 22 1:M 11 Sep 2025 02:47:05.854 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:47:07.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:14.891 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:47:14.993 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:19.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:19.748 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:20.305 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:20.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:20.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:21.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:21.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:37.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:44.981 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:49.664 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:49.748 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:50.308 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:50.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:50.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:51.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:47:51.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:07.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:14.982 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:17.894 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:48:19.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:19.749 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:20.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912-56415930 part 28 1:M 11 Sep 2025 02:48:20.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:105aeea1-9bd7-4c8c-966b-d8aea4537072 part 10 1:M 11 Sep 2025 02:48:20.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:105aeea1-9bd7-4c8c-966b-d8aea4537072 part 10 1:M 11 Sep 2025 02:48:20.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:92475caa-c26b-4c7c-a285-919714e73fe3 part 17 1:M 11 Sep 2025 02:48:20.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:92475caa-c26b-4c7c-a285-919714e73fe3 part 17 1:M 11 Sep 2025 02:48:20.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:92475caa-c26b-4c7c-a285-919714e73fe3 part 17 1:M 11 Sep 2025 02:48:20.305 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:20.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:20.840 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912-56415930 part 28 1:M 11 Sep 2025 02:48:20.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:20.886 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912-56415930 part 28 1:M 11 Sep 2025 02:48:20.886 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912-56415930 part 28 1:M 11 Sep 2025 02:48:20.888 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912-56415930 part 28 1:M 11 Sep 2025 02:48:21.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:21.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:29.905 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:48:37.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:44.981 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:49.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:49.748 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:50.306 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:50.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:50.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:51.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:48:51.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:07.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:14.982 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:19.664 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:19.751 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:20.306 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:20.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:20.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:21.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:21.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:37.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:44.982 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:49.664 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:49.749 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:50.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679-93822568 part 28 1:M 11 Sep 2025 02:49:50.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8afc5c65-b382-40a5-a7d4-f76ff42fa96f part 8 1:M 11 Sep 2025 02:49:50.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8afc5c65-b382-40a5-a7d4-f76ff42fa96f part 8 1:M 11 Sep 2025 02:49:50.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:8b944123-350f-4d30-9d7c-691da40b7175 part 19 1:M 11 Sep 2025 02:49:50.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:8b944123-350f-4d30-9d7c-691da40b7175 part 19 1:M 11 Sep 2025 02:49:50.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:8b944123-350f-4d30-9d7c-691da40b7175 part 19 1:M 11 Sep 2025 02:49:50.306 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:50.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:50.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:51.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:51.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:49:52.225 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679-93822568 part 28 1:M 11 Sep 2025 02:49:52.272 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679-93822568 part 28 1:M 11 Sep 2025 02:49:52.272 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679-93822568 part 28 1:M 11 Sep 2025 02:49:52.274 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679-93822568 part 28 1:M 11 Sep 2025 02:50:07.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:14.983 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:16.941 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:50:19.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:19.749 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:20.307 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:20.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:20.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:21.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:21.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:37.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:44.983 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:49.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:49.752 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:50.308 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:50.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:50.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:51.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:50:51.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:07.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:14.983 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:19.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:19.750 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:20.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:ctest-SecurityGroupBasicRegressionTests1-00517784-58700791 part 20 1:M 11 Sep 2025 02:51:20.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ebf5238c-2926-4310-8c17-709ae272ce65 part 5 1:M 11 Sep 2025 02:51:20.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ebf5238c-2926-4310-8c17-709ae272ce65 part 5 1:M 11 Sep 2025 02:51:20.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:91488f14-04eb-4b66-8329-a0f1736db7d7 part 13 1:M 11 Sep 2025 02:51:20.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:91488f14-04eb-4b66-8329-a0f1736db7d7 part 13 1:M 11 Sep 2025 02:51:20.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:91488f14-04eb-4b66-8329-a0f1736db7d7 part 13 1:M 11 Sep 2025 02:51:20.306 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:20.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:20.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:21.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:21.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:21.680 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:ctest-SecurityGroupBasicRegressionTests1-00517784-58700791 part 20 1:M 11 Sep 2025 02:51:21.728 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:ctest-SecurityGroupBasicRegressionTests1-00517784-58700791 part 20 1:M 11 Sep 2025 02:51:21.728 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:ctest-SecurityGroupBasicRegressionTests1-00517784-58700791 part 20 1:M 11 Sep 2025 02:51:21.728 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:ctest-SecurityGroupBasicRegressionTests1-00517784-58700791 part 20 1:M 11 Sep 2025 02:51:32.007 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:51:37.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:39.014 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:51:42.007 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:51:44.984 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:45.820 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-right_vn-60191672 part 23 1:M 11 Sep 2025 02:51:46.289 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-left_vn-55707255 part 20 1:M 11 Sep 2025 02:51:46.694 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-mgmt_vn-18940281 part 27 1:M 11 Sep 2025 02:51:49.152 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-third-vn-39974078 part 27 1:M 11 Sep 2025 02:51:49.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:49.751 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:50.308 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:50.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:50.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:51.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:51.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:51:56.015 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:52:00.415 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-trans_right_vn-86852063 part 20 1:M 11 Sep 2025 02:52:00.803 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-trans_left_vn-70294476 part 22 1:M 11 Sep 2025 02:52:01.264 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-right_vn-55620537 part 24 1:M 11 Sep 2025 02:52:01.648 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-left_vn-51965565 part 28 1:M 11 Sep 2025 02:52:02.017 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-11850212:ctest-mgmt_vn-57043583 part 29 1:M 11 Sep 2025 02:52:03.023 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:52:07.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:12.036 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:52:13.021 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:52:14.986 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:16.846 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43407358:service-right-vn-50691737 part 21 1:M 11 Sep 2025 02:52:19.196 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43407358:service-left-vn-71407253 part 23 1:M 11 Sep 2025 02:52:19.508 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43407358:ctest-mgmt_vn-05519693 part 24 1:M 11 Sep 2025 02:52:19.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:19.751 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:20.307 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:20.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:20.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:21.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:21.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:31.267 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43407358:ctest-right_vn-63136708 part 21 1:M 11 Sep 2025 02:52:31.607 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43407358:ctest-left_vn-94352846 part 25 1:M 11 Sep 2025 02:52:31.981 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43407358:ctest-mgmt_vn-89634566 part 25 1:M 11 Sep 2025 02:52:37.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:42.040 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 02:52:44.985 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:46.976 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-47130880:ctest-right_vn-15715899 part 20 1:M 11 Sep 2025 02:52:48.022 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:52:49.355 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-47130880:ctest-left_vn-28488811 part 26 1:M 11 Sep 2025 02:52:49.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:49.744 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-47130880:ctest-mgmt_vn-26489143 part 21 1:M 11 Sep 2025 02:52:49.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:50.308 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:50.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:50.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:51.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:51.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:52:56.025 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:52:57.035 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:52:59.047 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:53:01.465 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-47130880:ctest-trans_right_vn-76254129 part 24 1:M 11 Sep 2025 02:53:01.816 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-47130880:ctest-trans_left_vn-42579961 part 20 1:M 11 Sep 2025 02:53:04.188 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-47130880:ctest-right_vn-52410198 part 25 1:M 11 Sep 2025 02:53:04.573 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-47130880:ctest-left_vn-41201679 part 24 1:M 11 Sep 2025 02:53:04.897 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-47130880:ctest-mgmt_vn-89173337 part 27 1:M 11 Sep 2025 02:53:06.042 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:53:07.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:14.984 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:19.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:19.752 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:20.311 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:20.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:20.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:21.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:21.470 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:37.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:44.987 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:49.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:49.751 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:50.309 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:50.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:50.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:51.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:53:51.470 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:07.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:14.986 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:19.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:19.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:20.311 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:20.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:20.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:21.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:21.470 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:33.310 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_right_vn-32131584 part 20 1:M 11 Sep 2025 02:54:33.351 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_right_vn-32131584 part 20 1:M 11 Sep 2025 02:54:33.354 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_right_vn-32131584 part 20 1:M 11 Sep 2025 02:54:33.355 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_right_vn-32131584 part 20 1:M 11 Sep 2025 02:54:35.096 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 02:54:35.110 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 02:54:35.722 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_left_vn-25195220 part 22 1:M 11 Sep 2025 02:54:35.774 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_left_vn-25195220 part 22 1:M 11 Sep 2025 02:54:35.776 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_left_vn-25195220 part 22 1:M 11 Sep 2025 02:54:35.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_left_vn-25195220 part 22 1:M 11 Sep 2025 02:54:36.056 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-mgmt_vn-59286586 part 24 1:M 11 Sep 2025 02:54:36.108 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-mgmt_vn-59286586 part 24 1:M 11 Sep 2025 02:54:36.110 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-mgmt_vn-59286586 part 24 1:M 11 Sep 2025 02:54:36.112 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-mgmt_vn-59286586 part 24 1:M 11 Sep 2025 02:54:36.381 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-right-57895565 part 25 1:M 11 Sep 2025 02:54:36.426 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-right-57895565 part 25 1:M 11 Sep 2025 02:54:36.426 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-right-57895565 part 25 1:M 11 Sep 2025 02:54:36.430 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-right-57895565 part 25 1:M 11 Sep 2025 02:54:36.735 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-left-94618111 part 23 1:M 11 Sep 2025 02:54:36.784 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-left-94618111 part 23 1:M 11 Sep 2025 02:54:36.784 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-left-94618111 part 23 1:M 11 Sep 2025 02:54:36.787 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-left-94618111 part 23 1:M 11 Sep 2025 02:54:37.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:44.986 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:49.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:49.752 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:50.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-left-94618111 part 23 1:M 11 Sep 2025 02:54:50.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-95364892:ctest-trans_left_vn-25195220 part 22 1:M 11 Sep 2025 02:54:50.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6bb44d83-15a2-41f7-843b-823b4637d79e part 10 1:M 11 Sep 2025 02:54:50.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6bb44d83-15a2-41f7-843b-823b4637d79e part 10 1:M 11 Sep 2025 02:54:50.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:86d8cf30-8203-4822-bafb-7047abf2a0b6 part 5 1:M 11 Sep 2025 02:54:50.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:86d8cf30-8203-4822-bafb-7047abf2a0b6 part 5 1:M 11 Sep 2025 02:54:50.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-95364892:6ea967dd-88f9-483a-a8b1-993285d2d4cb part 14 1:M 11 Sep 2025 02:54:50.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-95364892:6ea967dd-88f9-483a-a8b1-993285d2d4cb part 14 1:M 11 Sep 2025 02:54:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-95364892:6ea967dd-88f9-483a-a8b1-993285d2d4cb part 14 1:M 11 Sep 2025 02:54:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-95364892:9372c136-0b69-4202-ade6-dae270aa061a part 18 1:M 11 Sep 2025 02:54:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-95364892:9372c136-0b69-4202-ade6-dae270aa061a part 18 1:M 11 Sep 2025 02:54:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-95364892:9372c136-0b69-4202-ade6-dae270aa061a part 18 1:M 11 Sep 2025 02:54:50.310 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:50.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:50.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:51.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:54:51.472 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:07.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:14.986 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:19.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:19.752 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:20.310 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:20.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:20.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:21.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:21.471 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:37.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:44.986 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:49.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:49.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:50.309 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:50.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:50.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:51.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:55:51.471 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:07.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:13.768 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-95472909:ctest-vn1-vdns-23173364 part 22 1:M 11 Sep 2025 02:56:13.817 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-95472909:ctest-vn1-vdns-23173364 part 22 1:M 11 Sep 2025 02:56:13.818 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-95472909:ctest-vn1-vdns-23173364 part 22 1:M 11 Sep 2025 02:56:13.818 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-95472909:ctest-vn1-vdns-23173364 part 22 1:M 11 Sep 2025 02:56:14.986 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:19.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:19.754 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:20.041 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-95472909:ctest-vn1-vdns-23173364 part 22 1:M 11 Sep 2025 02:56:20.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:af78e853-91ff-40f1-a199-3d5a2054ec32 part 6 1:M 11 Sep 2025 02:56:20.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:af78e853-91ff-40f1-a199-3d5a2054ec32 part 6 1:M 11 Sep 2025 02:56:20.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-95472909:5c426db8-8193-4ee7-914d-9fd9882fcbd4 part 14 1:M 11 Sep 2025 02:56:20.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-95472909:5c426db8-8193-4ee7-914d-9fd9882fcbd4 part 14 1:M 11 Sep 2025 02:56:20.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-95472909:5c426db8-8193-4ee7-914d-9fd9882fcbd4 part 14 1:M 11 Sep 2025 02:56:20.308 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:20.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:20.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:21.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:21.472 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:37.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:44.988 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:49.668 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:49.754 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:50.311 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:50.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:50.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:51.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:56:51.471 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:07.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:14.987 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:19.668 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:19.754 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:20.314 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:20.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:20.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:21.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:21.472 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:37.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:44.988 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:49.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:49.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:50.313 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:50.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:50.847 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:51.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:57:51.473 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:07.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:14.988 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:19.668 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:19.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:20.311 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:20.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:20.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:21.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:21.475 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:37.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:44.991 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:49.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:49.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:50.311 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:50.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:50.848 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:51.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:58:51.473 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:07.887 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:14.991 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:19.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:19.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:20.312 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:20.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:20.848 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:21.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:21.474 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:37.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:44.991 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:49.672 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:49.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:50.313 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:50.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:50.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:51.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 02:59:51.474 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:07.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:14.990 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:19.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:19.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:20.313 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:20.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:20.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:21.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:21.475 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:37.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:44.990 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:49.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:49.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:50.312 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:50.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:50.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:51.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:00:51.475 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:07.887 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:14.997 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:19.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:19.758 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:20.312 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:20.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:20.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:21.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:21.475 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:37.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:44.991 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:49.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:49.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:50.312 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:50.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:50.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:51.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:01:51.476 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:07.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:14.991 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:19.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:19.758 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:20.315 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:20.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:20.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:21.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:21.479 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:37.887 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:44.993 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:49.672 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:49.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:50.315 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:50.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:50.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:51.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:02:51.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:07.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:14.991 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:19.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:19.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:20.314 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:20.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:20.855 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:21.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:21.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:37.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:44.992 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:49.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:49.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:50.317 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:50.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:50.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:51.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:03:51.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:07.887 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:14.992 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:19.672 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:19.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:20.319 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:20.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:20.852 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:21.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:21.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:22.720 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-vn1-70138309 part 24 1:M 11 Sep 2025 03:04:22.805 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-vn1-70138309 part 24 1:M 11 Sep 2025 03:04:22.805 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-vn1-70138309 part 24 1:M 11 Sep 2025 03:04:22.813 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-vn1-70138309 part 24 1:M 11 Sep 2025 03:04:23.220 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-fvn-92708977 part 25 1:M 11 Sep 2025 03:04:23.278 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-fvn-92708977 part 25 1:M 11 Sep 2025 03:04:23.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-fvn-92708977 part 25 1:M 11 Sep 2025 03:04:23.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-fvn-92708977 part 25 1:M 11 Sep 2025 03:04:33.453 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:04:37.887 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:44.996 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:47.580 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-46870265:ctest-vn2_metadata-73305856 part 28 1:M 11 Sep 2025 03:04:49.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:49.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:50.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-fvn-92708977 part 25 1:M 11 Sep 2025 03:04:50.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-85137739:ctest-vn1-70138309 part 24 1:M 11 Sep 2025 03:04:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:a7dedfec-de8f-4d54-9108-7d8a98951f8c part 11 1:M 11 Sep 2025 03:04:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:a7dedfec-de8f-4d54-9108-7d8a98951f8c part 11 1:M 11 Sep 2025 03:04:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-85137739:8fd9ac28-bfde-4540-93da-03f349f95409 part 19 1:M 11 Sep 2025 03:04:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-85137739:8fd9ac28-bfde-4540-93da-03f349f95409 part 19 1:M 11 Sep 2025 03:04:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-85137739:8fd9ac28-bfde-4540-93da-03f349f95409 part 19 1:M 11 Sep 2025 03:04:50.317 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:50.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:50.864 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:51.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:51.478 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:04:52.779 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-46870265:ctest-vn-54701587 part 26 1:M 11 Sep 2025 03:04:52.847 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-46870265:ctest-vn-54701587 part 26 1:M 11 Sep 2025 03:04:52.847 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-46870265:ctest-vn-54701587 part 26 1:M 11 Sep 2025 03:04:52.853 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-46870265:ctest-vn-54701587 part 26 1:M 11 Sep 2025 03:05:01.485 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 03:05:01.498 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:05:07.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:14.923 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-46870265:ctest-vn-33493735 part 28 1:M 11 Sep 2025 03:05:14.993 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:19.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:19.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:20.318 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:20.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:20.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:21.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:21.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:32.992 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-65093989:ctest-vn-68223569 part 24 1:M 11 Sep 2025 03:05:37.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:44.993 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:49.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:49.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:50.317 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:50.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:50.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:51.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:05:51.479 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:02.540 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:06:03.518 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:06:07.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:14.993 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:19.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:19.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:20.317 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:20.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:20.860 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:21.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:21.478 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:37.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:44.994 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:49.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:49.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:50.316 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:50.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:50.853 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:51.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:06:51.479 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:03.571 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:07:07.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:14.994 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:19.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:19.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:20.318 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:20.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:20.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:21.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:21.479 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:37.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:44.997 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:49.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:49.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:50.317 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:50.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:50.855 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:51.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:07:51.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:07.892 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:14.998 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:19.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:19.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:20.319 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:20.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:20.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:21.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:21.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:32.160 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-42864894:ctest-vn-15648541 part 21 1:M 11 Sep 2025 03:08:32.208 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-42864894:ctest-vn-15648541 part 21 1:M 11 Sep 2025 03:08:32.209 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-42864894:ctest-vn-15648541 part 21 1:M 11 Sep 2025 03:08:32.214 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-42864894:ctest-vn-15648541 part 21 1:M 11 Sep 2025 03:08:37.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:44.995 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:49.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:49.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:50.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-42864894:ctest-vn-15648541 part 21 1:M 11 Sep 2025 03:08:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5889e2b1-51c2-4ab4-9c9d-7e282fdcb40a part 4 1:M 11 Sep 2025 03:08:50.049 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5889e2b1-51c2-4ab4-9c9d-7e282fdcb40a part 4 1:M 11 Sep 2025 03:08:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:de5e04a5-07fe-4fbe-aa7f-f9c33f182a81 part 11 1:M 11 Sep 2025 03:08:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:de5e04a5-07fe-4fbe-aa7f-f9c33f182a81 part 11 1:M 11 Sep 2025 03:08:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-42864894:947a79c3-65d9-488a-b23c-0a6f61eb4f56 part 16 1:M 11 Sep 2025 03:08:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-42864894:947a79c3-65d9-488a-b23c-0a6f61eb4f56 part 16 1:M 11 Sep 2025 03:08:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-42864894:947a79c3-65d9-488a-b23c-0a6f61eb4f56 part 16 1:M 11 Sep 2025 03:08:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-42864894:ctest-vmi-09144063 part 14 1:M 11 Sep 2025 03:08:50.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-42864894:ctest-vmi-09144063 part 14 1:M 11 Sep 2025 03:08:50.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-42864894:ctest-vmi-09144063 part 14 1:M 11 Sep 2025 03:08:50.318 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:50.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:50.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:51.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:08:51.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:07.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:14.999 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:19.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:19.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:20.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutes-01056498:ctest-random-77249728 part 24 1:M 11 Sep 2025 03:09:20.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9bd5cfe6-ac97-49ee-9b34-cc3474256994 part 9 1:M 11 Sep 2025 03:09:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-01056498:4fa46218-017b-4dac-bfbe-31bcd2fd65ec part 17 1:M 11 Sep 2025 03:09:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-01056498:4fa46218-017b-4dac-bfbe-31bcd2fd65ec part 17 1:M 11 Sep 2025 03:09:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-01056498:4fa46218-017b-4dac-bfbe-31bcd2fd65ec part 17 1:M 11 Sep 2025 03:09:20.318 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:20.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:20.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:21.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:21.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:21.858 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutes-01056498:ctest-random-77249728 part 24 1:M 11 Sep 2025 03:09:21.907 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-01056498:ctest-random-77249728 part 24 1:M 11 Sep 2025 03:09:21.907 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-01056498:ctest-random-77249728 part 24 1:M 11 Sep 2025 03:09:21.907 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-01056498:ctest-random-77249728 part 24 1:M 11 Sep 2025 03:09:37.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:44.997 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:49.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:49.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:50.319 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:50.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:50.859 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:51.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:09:51.482 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:07.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:15.000 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:19.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:19.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:20.318 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:20.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:20.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:21.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:21.482 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:37.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:45.002 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:48.099 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-03788557 part 26 1:M 11 Sep 2025 03:10:48.167 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-03788557 part 26 1:M 11 Sep 2025 03:10:48.167 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-03788557 part 26 1:M 11 Sep 2025 03:10:48.167 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-03788557 part 26 1:M 11 Sep 2025 03:10:48.274 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-70967626 part 20 1:M 11 Sep 2025 03:10:48.319 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-70967626 part 20 1:M 11 Sep 2025 03:10:48.319 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-70967626 part 20 1:M 11 Sep 2025 03:10:48.329 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-70967626 part 20 1:M 11 Sep 2025 03:10:48.423 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-54456714 part 27 1:M 11 Sep 2025 03:10:48.466 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-54456714 part 27 1:M 11 Sep 2025 03:10:48.466 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-54456714 part 27 1:M 11 Sep 2025 03:10:48.467 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-54456714 part 27 1:M 11 Sep 2025 03:10:49.676 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:49.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:50.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-03788557 part 26 1:M 11 Sep 2025 03:10:50.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-54456714 part 27 1:M 11 Sep 2025 03:10:50.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vn-70967626 part 20 1:M 11 Sep 2025 03:10:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b58f829b-aaf9-4b71-a206-9b9c36134cee part 8 1:M 11 Sep 2025 03:10:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b58f829b-aaf9-4b71-a206-9b9c36134cee part 8 1:M 11 Sep 2025 03:10:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-67315488 part 19 1:M 11 Sep 2025 03:10:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-67315488 part 19 1:M 11 Sep 2025 03:10:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-67315488 part 19 1:M 11 Sep 2025 03:10:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-83387556 part 14 1:M 11 Sep 2025 03:10:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-83387556 part 14 1:M 11 Sep 2025 03:10:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-83387556 part 14 1:M 11 Sep 2025 03:10:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-87109867 part 15 1:M 11 Sep 2025 03:10:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-87109867 part 15 1:M 11 Sep 2025 03:10:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-87109867 part 15 1:M 11 Sep 2025 03:10:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-88048736 part 13 1:M 11 Sep 2025 03:10:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-88048736 part 13 1:M 11 Sep 2025 03:10:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-07309185:ctest-vmi-88048736 part 13 1:M 11 Sep 2025 03:10:50.320 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:50.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:50.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:51.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:10:51.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:07.892 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:14.998 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:19.676 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:19.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:20.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:02f85105-bf7e-4880-9405-7b250f14fd60 part 9 1:M 11 Sep 2025 03:11:20.049 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:02f85105-bf7e-4880-9405-7b250f14fd60 part 9 1:M 11 Sep 2025 03:11:20.320 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:20.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:20.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:21.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:21.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:21.704 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4079-1 1:M 11 Sep 2025 03:11:37.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:44.998 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:49.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:49.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:50.319 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:50.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:50.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:51.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:11:51.487 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:07.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:14.998 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:19.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:19.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:20.319 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:20.345 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:20.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:21.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:21.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:37.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:44.999 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:49.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:49.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:50.321 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:50.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:50.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:51.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:12:51.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:07.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:14.999 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:19.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:19.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:20.319 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:20.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:20.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:21.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:21.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:37.895 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:41.593 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-52577829:ctest-vn-73367103 part 29 1:M 11 Sep 2025 03:13:41.643 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-52577829:ctest-vn-73367103 part 29 1:M 11 Sep 2025 03:13:41.647 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-52577829:ctest-vn-73367103 part 29 1:M 11 Sep 2025 03:13:41.649 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-52577829:ctest-vn-73367103 part 29 1:M 11 Sep 2025 03:13:45.000 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:49.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:49.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:50.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-52577829:ctest-vn-73367103 part 29 1:M 11 Sep 2025 03:13:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e7c51ac0-c196-4dbe-b3d5-7fc9e80c5de1 part 10 1:M 11 Sep 2025 03:13:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e7c51ac0-c196-4dbe-b3d5-7fc9e80c5de1 part 10 1:M 11 Sep 2025 03:13:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ffbd877f-929d-46e7-a7c4-3ecdec97cf76 part 9 1:M 11 Sep 2025 03:13:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ffbd877f-929d-46e7-a7c4-3ecdec97cf76 part 9 1:M 11 Sep 2025 03:13:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-52577829:9dcea410-d461-4527-88e9-e7510fda4fac part 13 1:M 11 Sep 2025 03:13:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-52577829:9dcea410-d461-4527-88e9-e7510fda4fac part 13 1:M 11 Sep 2025 03:13:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-52577829:9dcea410-d461-4527-88e9-e7510fda4fac part 13 1:M 11 Sep 2025 03:13:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-52577829:d87ea81d-0082-4c15-a8e4-00610a7e33a9 part 19 1:M 11 Sep 2025 03:13:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-52577829:d87ea81d-0082-4c15-a8e4-00610a7e33a9 part 19 1:M 11 Sep 2025 03:13:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-52577829:d87ea81d-0082-4c15-a8e4-00610a7e33a9 part 19 1:M 11 Sep 2025 03:13:50.319 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:50.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:50.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:51.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:13:51.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:07.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:14.999 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:19.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:19.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:20.321 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:20.345 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:20.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:21.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:21.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:37.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:45.001 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:49.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:49.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:50.319 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:50.345 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:50.860 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:51.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:14:51.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:07.897 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:15.001 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:19.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:19.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:20.322 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:20.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:20.860 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:21.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:21.486 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:35.940 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestvifStats-48254550:ctest-vn-96422157 part 25 1:M 11 Sep 2025 03:15:35.990 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-48254550:ctest-vn-96422157 part 25 1:M 11 Sep 2025 03:15:35.990 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-48254550:ctest-vn-96422157 part 25 1:M 11 Sep 2025 03:15:35.993 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-48254550:ctest-vn-96422157 part 25 1:M 11 Sep 2025 03:15:37.896 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:45.001 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:49.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:49.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:50.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvifStats-48254550:ctest-vn-96422157 part 25 1:M 11 Sep 2025 03:15:50.049 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2412b927-7448-45eb-a1ea-e51369771330 part 7 1:M 11 Sep 2025 03:15:50.049 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2412b927-7448-45eb-a1ea-e51369771330 part 7 1:M 11 Sep 2025 03:15:50.049 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:25be3926-50f3-40a7-a3fe-71b29a24c982 part 6 1:M 11 Sep 2025 03:15:50.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:25be3926-50f3-40a7-a3fe-71b29a24c982 part 6 1:M 11 Sep 2025 03:15:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-48254550:013c45d3-c5c4-4080-8ee4-9565e35ab030 part 14 1:M 11 Sep 2025 03:15:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-48254550:013c45d3-c5c4-4080-8ee4-9565e35ab030 part 14 1:M 11 Sep 2025 03:15:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-48254550:013c45d3-c5c4-4080-8ee4-9565e35ab030 part 14 1:M 11 Sep 2025 03:15:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-48254550:11c3800b-ccb7-4397-82a6-4c0060e0a5e8 part 16 1:M 11 Sep 2025 03:15:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-48254550:11c3800b-ccb7-4397-82a6-4c0060e0a5e8 part 16 1:M 11 Sep 2025 03:15:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-48254550:11c3800b-ccb7-4397-82a6-4c0060e0a5e8 part 16 1:M 11 Sep 2025 03:15:50.322 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:50.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:50.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:51.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:15:51.486 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:00.906 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:16:07.898 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:15.003 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:19.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:19.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:20.320 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:20.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:20.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:21.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:21.487 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:37.895 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:45.001 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:49.680 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:49.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:50.321 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:50.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:50.861 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:51.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:16:51.487 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:07.896 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:15.002 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:19.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:19.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:20.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:ctest-vn1-61602122 part 20 1:M 11 Sep 2025 03:17:20.049 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:17cbe6c9-51c9-459a-ba25-d4fff1988ce6 part 6 1:M 11 Sep 2025 03:17:20.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:17cbe6c9-51c9-459a-ba25-d4fff1988ce6 part 6 1:M 11 Sep 2025 03:17:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:a4ad1955-f265-4665-873a-3710475820d8 part 11 1:M 11 Sep 2025 03:17:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:a4ad1955-f265-4665-873a-3710475820d8 part 11 1:M 11 Sep 2025 03:17:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:13825fd7-8534-47fe-8378-e5e3711ffb5b part 12 1:M 11 Sep 2025 03:17:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:13825fd7-8534-47fe-8378-e5e3711ffb5b part 12 1:M 11 Sep 2025 03:17:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:13825fd7-8534-47fe-8378-e5e3711ffb5b part 12 1:M 11 Sep 2025 03:17:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:cf3884b1-c35a-4510-8394-d44984caccaa part 18 1:M 11 Sep 2025 03:17:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:cf3884b1-c35a-4510-8394-d44984caccaa part 18 1:M 11 Sep 2025 03:17:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:cf3884b1-c35a-4510-8394-d44984caccaa part 18 1:M 11 Sep 2025 03:17:20.321 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:20.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:20.732 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:ctest-vn1-61602122 part 20 1:M 11 Sep 2025 03:17:20.781 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:ctest-vn1-61602122 part 20 1:M 11 Sep 2025 03:17:20.781 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:ctest-vn1-61602122 part 20 1:M 11 Sep 2025 03:17:20.787 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-72331861:ctest-vn1-61602122 part 20 1:M 11 Sep 2025 03:17:20.866 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:21.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:21.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:37.896 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:45.003 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:49.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:49.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:50.321 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:50.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:50.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:51.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:17:51.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:07.897 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:15.003 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:16.948 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 03:18:19.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:19.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:20.322 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:20.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:20.864 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:21.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:21.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:37.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:45.005 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:49.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:49.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:50.323 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:50.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:50.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:51.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:18:51.490 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:02.091 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-05123932:ctest-bgpaas_vn-91730460 part 23 1:M 11 Sep 2025 03:19:02.136 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-05123932:ctest-bgpaas_vn-91730460 part 23 1:M 11 Sep 2025 03:19:02.136 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-05123932:ctest-bgpaas_vn-91730460 part 23 1:M 11 Sep 2025 03:19:02.139 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-05123932:ctest-bgpaas_vn-91730460 part 23 1:M 11 Sep 2025 03:19:07.897 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:15.004 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:19.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:19.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:20.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-05123932:ctest-bgpaas_vn-91730460 part 23 1:M 11 Sep 2025 03:19:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:00a17dff-1148-4c5f-a0de-610510b2d70f part 6 1:M 11 Sep 2025 03:19:20.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-05123932:0e94b41c-a067-4d59-b4e6-a440db1608cd part 17 1:M 11 Sep 2025 03:19:20.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-05123932:0e94b41c-a067-4d59-b4e6-a440db1608cd part 17 1:M 11 Sep 2025 03:19:20.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-05123932:0e94b41c-a067-4d59-b4e6-a440db1608cd part 17 1:M 11 Sep 2025 03:19:20.326 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:20.348 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:20.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:21.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:21.490 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:37.899 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:45.007 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:49.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:49.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:50.325 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:50.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:50.863 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:51.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:19:51.489 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:07.901 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:15.010 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:19.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:19.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:20.323 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:20.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:20.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:21.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:21.489 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:37.899 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:45.005 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:49.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:49.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:50.326 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:50.348 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:50.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:51.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:20:51.490 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:07.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:15.005 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:19.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:19.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:20.324 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:20.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:20.864 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:21.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:21.490 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:37.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:45.006 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:49.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:49.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:50.324 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:50.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:50.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:51.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:21:51.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:02.682 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-96156374:ctest-cnz_vn-20373915 part 29 1:M 11 Sep 2025 03:22:02.726 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-96156374:ctest-cnz_vn-20373915 part 29 1:M 11 Sep 2025 03:22:02.726 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-96156374:ctest-cnz_vn-20373915 part 29 1:M 11 Sep 2025 03:22:02.727 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-96156374:ctest-cnz_vn-20373915 part 29 1:M 11 Sep 2025 03:22:07.903 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:12.708 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-96156374:ctest-cnz_vn-86152394 part 23 1:M 11 Sep 2025 03:22:15.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:19.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:19.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:20.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-96156374:ctest-cnz_vn-20373915 part 29 1:M 11 Sep 2025 03:22:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7d824a6d-0c2b-41d3-84ff-4ce7d51808f9 part 4 1:M 11 Sep 2025 03:22:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7d824a6d-0c2b-41d3-84ff-4ce7d51808f9 part 4 1:M 11 Sep 2025 03:22:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cca72155-29d9-42ff-9ea4-402c38ce71ee part 7 1:M 11 Sep 2025 03:22:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cca72155-29d9-42ff-9ea4-402c38ce71ee part 7 1:M 11 Sep 2025 03:22:20.053 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-96156374:b0a40c03-9afb-499c-aa79-90f42ad2fe14 part 14 1:M 11 Sep 2025 03:22:20.053 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-96156374:b0a40c03-9afb-499c-aa79-90f42ad2fe14 part 14 1:M 11 Sep 2025 03:22:20.054 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-96156374:b0a40c03-9afb-499c-aa79-90f42ad2fe14 part 14 1:M 11 Sep 2025 03:22:20.054 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-96156374:ee26b817-3be9-4286-95be-9a5dc40f4e12 part 12 1:M 11 Sep 2025 03:22:20.055 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-96156374:ee26b817-3be9-4286-95be-9a5dc40f4e12 part 12 1:M 11 Sep 2025 03:22:20.055 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-96156374:ee26b817-3be9-4286-95be-9a5dc40f4e12 part 12 1:M 11 Sep 2025 03:22:20.324 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:20.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:20.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:21.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:21.491 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:28.101 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:22:28.110 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:22:37.904 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:45.007 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:49.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:49.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:50.329 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:50.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:50.868 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:51.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:22:51.491 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:07.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:15.007 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:19.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:19.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:20.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-67771415:EVPN-VN1 part 29 1:M 11 Sep 2025 03:23:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:bbc66adb-0eba-4a9c-8f63-f03459cc2bff part 4 1:M 11 Sep 2025 03:23:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:bbc66adb-0eba-4a9c-8f63-f03459cc2bff part 4 1:M 11 Sep 2025 03:23:20.053 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-67771415:30e9d87c-e3e3-4bec-af07-c7c3d4bee757 part 18 1:M 11 Sep 2025 03:23:20.053 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-67771415:30e9d87c-e3e3-4bec-af07-c7c3d4bee757 part 18 1:M 11 Sep 2025 03:23:20.053 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-67771415:30e9d87c-e3e3-4bec-af07-c7c3d4bee757 part 18 1:M 11 Sep 2025 03:23:20.326 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:20.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:20.566 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-67771415:EVPN-VN1 part 29 1:M 11 Sep 2025 03:23:20.607 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-67771415:EVPN-VN1 part 29 1:M 11 Sep 2025 03:23:20.611 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-67771415:EVPN-VN1 part 29 1:M 11 Sep 2025 03:23:20.611 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-67771415:EVPN-VN1 part 29 1:M 11 Sep 2025 03:23:20.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:21.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:21.492 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:37.905 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:45.008 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:49.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:49.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:50.328 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:50.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:50.866 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:51.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:51.492 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:23:56.191 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:23:57.149 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 03:24:02.175 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:24:02.194 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:24:07.901 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:15.010 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:15.975 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn2 part 20 1:M 11 Sep 2025 03:24:18.175 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn1 part 29 1:M 11 Sep 2025 03:24:18.856 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6dn part 29 1:M 11 Sep 2025 03:24:18.896 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6dn part 29 1:M 11 Sep 2025 03:24:18.898 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6dn part 29 1:M 11 Sep 2025 03:24:18.900 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6dn part 29 1:M 11 Sep 2025 03:24:19.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:19.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:20.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:24:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5d3d870e-9e09-4abc-b886-4bcbf786a50a part 11 1:M 11 Sep 2025 03:24:20.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5d3d870e-9e09-4abc-b886-4bcbf786a50a part 11 1:M 11 Sep 2025 03:24:20.056 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-17404211:80352a7f-6625-499e-9dfa-a38609bb699f part 15 1:M 11 Sep 2025 03:24:20.056 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-17404211:80352a7f-6625-499e-9dfa-a38609bb699f part 15 1:M 11 Sep 2025 03:24:20.056 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-17404211:80352a7f-6625-499e-9dfa-a38609bb699f part 15 1:M 11 Sep 2025 03:24:20.325 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:20.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:20.867 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:21.094 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:24:21.137 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:24:21.137 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:24:21.141 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:24:21.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:21.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:37.901 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:45.008 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:47.202 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-4079-2 1:M 11 Sep 2025 03:24:47.214 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 03:24:49.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:49.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:50.327 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:50.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:50.867 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:51.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:51.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:24:59.281 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:24:59.292 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 03:24:59.302 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:24:59.398 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn2 part 20 1:M 11 Sep 2025 03:24:59.437 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn2 part 20 1:M 11 Sep 2025 03:24:59.439 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn2 part 20 1:M 11 Sep 2025 03:24:59.443 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn2 part 20 1:M 11 Sep 2025 03:24:59.546 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn1 part 29 1:M 11 Sep 2025 03:24:59.580 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn1 part 29 1:M 11 Sep 2025 03:24:59.581 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn1 part 29 1:M 11 Sep 2025 03:24:59.585 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:vn1 part 29 1:M 11 Sep 2025 03:25:00.213 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6dn part 29 1:M 11 Sep 2025 03:25:00.262 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6dn part 29 1:M 11 Sep 2025 03:25:00.262 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6dn part 29 1:M 11 Sep 2025 03:25:00.264 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6dn part 29 1:M 11 Sep 2025 03:25:01.202 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:25:02.451 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:25:02.487 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:25:02.489 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:25:02.490 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:25:07.902 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:15.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:19.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:19.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:20.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-17404211:test_vnv6sr part 28 1:M 11 Sep 2025 03:25:20.050 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d911dd19-a177-4a70-8adf-556de3f38e58 part 8 1:M 11 Sep 2025 03:25:20.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d911dd19-a177-4a70-8adf-556de3f38e58 part 8 1:M 11 Sep 2025 03:25:20.056 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-17404211:44bf891e-1b4f-4e5a-8907-d66cedb54e6f part 19 1:M 11 Sep 2025 03:25:20.056 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-17404211:44bf891e-1b4f-4e5a-8907-d66cedb54e6f part 19 1:M 11 Sep 2025 03:25:20.056 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-17404211:44bf891e-1b4f-4e5a-8907-d66cedb54e6f part 19 1:M 11 Sep 2025 03:25:20.330 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:20.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:20.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:21.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:21.494 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:37.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:45.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:49.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:49.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:50.328 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:50.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:50.868 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:51.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:51.495 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:25:52.224 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-4079-2 1:M 11 Sep 2025 03:25:53.229 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-4079-1 1:M 11 Sep 2025 03:25:53.249 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-4079-3 1:M 11 Sep 2025 03:26:07.902 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:14.597 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRbac-62191288:ctest-TestRbac-62191288-98140342 part 26 1:M 11 Sep 2025 03:26:14.597 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b6c660c9-00a2-4ac9-bfc9-e2b4021ffd43 part 11 1:M 11 Sep 2025 03:26:14.597 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbac-98540101:fb0de6df-f00c-496d-b484-da9a9a391a47 part 14 1:M 11 Sep 2025 03:26:14.597 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbac-98540101:fb0de6df-f00c-496d-b484-da9a9a391a47 part 14 1:M 11 Sep 2025 03:26:14.598 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbac-98540101:fb0de6df-f00c-496d-b484-da9a9a391a47 part 14 1:M 11 Sep 2025 03:26:15.012 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:17.721 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbac-62191288:ctest-TestRbac-62191288-98140342 part 26 1:M 11 Sep 2025 03:26:17.766 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-62191288:ctest-TestRbac-62191288-98140342 part 26 1:M 11 Sep 2025 03:26:17.766 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-62191288:ctest-TestRbac-62191288-98140342 part 26 1:M 11 Sep 2025 03:26:17.766 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-62191288:ctest-TestRbac-62191288-98140342 part 26 1:M 11 Sep 2025 03:26:19.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:19.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:20.328 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:20.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:20.868 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:21.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:21.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:35.557 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-98485796:ctest-TestRbacBasic-98485796-24301312 part 25 1:M 11 Sep 2025 03:26:35.696 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-12893306:ctest-TestRbacBasic-12893306-26823680 part 20 1:M 11 Sep 2025 03:26:37.903 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:45.009 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:49.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:49.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:50.185 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-70982756:ctest-TestRbacBasic-70982756-08680629 part 28 1:M 11 Sep 2025 03:26:50.328 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:50.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:50.868 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:51.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:26:51.495 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:02.278 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:27:07.904 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:15.011 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:19.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:19.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:20.328 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:20.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:20.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:21.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:21.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:37.904 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:44.600 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-70982756:ctest-TestRbacBasic-70982756-11118593 part 24 1:M 11 Sep 2025 03:27:44.602 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b0a59619-bb3a-439b-aec8-d075d13988a0 part 7 1:M 11 Sep 2025 03:27:44.602 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbacBasic-70982756:3855961f-fd25-41d9-8348-1d65948b97e8 part 12 1:M 11 Sep 2025 03:27:44.602 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbacBasic-70982756:3855961f-fd25-41d9-8348-1d65948b97e8 part 12 1:M 11 Sep 2025 03:27:44.602 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbacBasic-70982756:3855961f-fd25-41d9-8348-1d65948b97e8 part 12 1:M 11 Sep 2025 03:27:45.011 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:48.239 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-70982756:ctest-TestRbacBasic-70982756-11118593 part 24 1:M 11 Sep 2025 03:27:48.613 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-70982756:ctest-TestRbacBasic-70982756-37957771 part 21 1:M 11 Sep 2025 03:27:49.300 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:27:49.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:49.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:50.331 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:50.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:50.869 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:51.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:27:51.495 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:07.905 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:15.014 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:19.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:19.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:20.331 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:20.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:20.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:21.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:21.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:37.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:45.011 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:49.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:49.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:50.334 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:50.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:50.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:51.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:28:51.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:07.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:08.336 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-35963032 part 27 1:M 11 Sep 2025 03:29:08.379 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-35963032 part 27 1:M 11 Sep 2025 03:29:08.381 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-35963032 part 27 1:M 11 Sep 2025 03:29:08.382 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-35963032 part 27 1:M 11 Sep 2025 03:29:10.370 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-2. 1:M 11 Sep 2025 03:29:15.011 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:19.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:19.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:20.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-35963032 part 27 1:M 11 Sep 2025 03:29:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8d6f8cd7-e905-4ca4-9feb-de9e3baf0217 part 9 1:M 11 Sep 2025 03:29:20.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8d6f8cd7-e905-4ca4-9feb-de9e3baf0217 part 9 1:M 11 Sep 2025 03:29:20.059 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-49175314:e2bc2112-a19d-470f-9080-5fc18beb1b9c part 18 1:M 11 Sep 2025 03:29:20.059 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-49175314:e2bc2112-a19d-470f-9080-5fc18beb1b9c part 18 1:M 11 Sep 2025 03:29:20.059 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-49175314:e2bc2112-a19d-470f-9080-5fc18beb1b9c part 18 1:M 11 Sep 2025 03:29:20.333 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:20.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:20.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:21.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:21.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:37.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:45.012 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:49.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:49.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:50.330 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:50.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:50.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:51.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:29:51.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:07.905 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:15.013 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:19.135 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn2-70341741 part 20 1:M 11 Sep 2025 03:30:19.138 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn2-70341741 part 20 1:M 11 Sep 2025 03:30:19.138 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn2-70341741 part 20 1:M 11 Sep 2025 03:30:19.546 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn2-70341741 part 20 1:M 11 Sep 2025 03:30:19.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:19.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:20.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-39841645 part 28 1:M 11 Sep 2025 03:30:20.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:08575f9b-cc9c-47bf-a0a6-a80e9c256826 part 7 1:M 11 Sep 2025 03:30:20.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:08575f9b-cc9c-47bf-a0a6-a80e9c256826 part 7 1:M 11 Sep 2025 03:30:20.057 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-49175314:c1bdb185-9c06-46bd-8f8d-3ae4aeb58d7f part 17 1:M 11 Sep 2025 03:30:20.057 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-49175314:c1bdb185-9c06-46bd-8f8d-3ae4aeb58d7f part 17 1:M 11 Sep 2025 03:30:20.057 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-49175314:c1bdb185-9c06-46bd-8f8d-3ae4aeb58d7f part 17 1:M 11 Sep 2025 03:30:20.330 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:20.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:20.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:21.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:21.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:21.656 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-39841645 part 28 1:M 11 Sep 2025 03:30:21.705 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-39841645 part 28 1:M 11 Sep 2025 03:30:21.707 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-39841645 part 28 1:M 11 Sep 2025 03:30:21.707 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-49175314:ctest-vn1-39841645 part 28 1:M 11 Sep 2025 03:30:37.907 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:45.013 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:49.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:49.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:50.331 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:50.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:50.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:51.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:30:51.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:07.907 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:15.014 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:19.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:19.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:20.331 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:20.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:20.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:21.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:21.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:37.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:45.013 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:49.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:49.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:50.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-17066672 part 21 1:M 11 Sep 2025 03:31:50.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:da69f91b-c25a-4d3e-ade4-31e2bd262b4b part 11 1:M 11 Sep 2025 03:31:50.060 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-66717438:85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f part 13 1:M 11 Sep 2025 03:31:50.060 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-66717438:85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f part 13 1:M 11 Sep 2025 03:31:50.060 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-66717438:85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f part 13 1:M 11 Sep 2025 03:31:50.331 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:50.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:50.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:51.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:51.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:31:52.524 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-99991867 part 20 1:M 11 Sep 2025 03:31:52.577 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-99991867 part 20 1:M 11 Sep 2025 03:31:52.577 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-99991867 part 20 1:M 11 Sep 2025 03:31:52.584 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-99991867 part 20 1:M 11 Sep 2025 03:31:52.682 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-17066672 part 21 1:M 11 Sep 2025 03:31:52.746 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-17066672 part 21 1:M 11 Sep 2025 03:31:52.746 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-17066672 part 21 1:M 11 Sep 2025 03:31:52.747 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-66717438:ctest-vn-17066672 part 21 1:M 11 Sep 2025 03:31:56.461 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:32:02.455 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 03:32:02.465 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-3. 1:M 11 Sep 2025 03:32:07.909 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:09.453 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 03:32:15.014 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:19.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:19.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:20.332 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:20.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:20.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:21.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:21.499 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:37.909 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:45.016 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:49.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:49.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:50.334 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:50.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:50.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:51.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:32:51.499 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:07.908 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:15.018 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:19.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:19.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:20.331 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:20.357 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:20.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:21.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:21.501 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:37.912 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:45.015 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:49.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:49.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:50.334 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:50.357 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:50.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:51.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:33:51.500 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:07.908 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:15.016 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:19.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:19.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:20.337 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:20.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:20.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:21.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:21.501 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:28.576 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-80085401 part 23 1:M 11 Sep 2025 03:34:28.576 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-80085401 part 23 1:M 11 Sep 2025 03:34:28.579 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-80085401 part 23 1:M 11 Sep 2025 03:34:28.748 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-80085401 part 23 1:M 11 Sep 2025 03:34:29.546 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4079-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-4079-1. 1:M 11 Sep 2025 03:34:31.026 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-23223893 part 27 1:M 11 Sep 2025 03:34:31.074 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-23223893 part 27 1:M 11 Sep 2025 03:34:31.074 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-23223893 part 27 1:M 11 Sep 2025 03:34:31.074 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-23223893 part 27 1:M 11 Sep 2025 03:34:37.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:45.019 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:49.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:49.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:50.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vn-23223893 part 27 1:M 11 Sep 2025 03:34:50.058 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:16917188-b339-40f9-87b1-ff49d0745925 part 5 1:M 11 Sep 2025 03:34:50.059 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:16917188-b339-40f9-87b1-ff49d0745925 part 5 1:M 11 Sep 2025 03:34:50.059 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3955779a-bb3f-4015-b194-77a906b35c92 part 4 1:M 11 Sep 2025 03:34:50.060 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3955779a-bb3f-4015-b194-77a906b35c92 part 4 1:M 11 Sep 2025 03:34:50.063 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:64651605-e31e-4a77-9b85-f11b9f421b48 part 16 1:M 11 Sep 2025 03:34:50.064 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:64651605-e31e-4a77-9b85-f11b9f421b48 part 16 1:M 11 Sep 2025 03:34:50.064 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:64651605-e31e-4a77-9b85-f11b9f421b48 part 16 1:M 11 Sep 2025 03:34:50.065 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vmi-85199042 part 19 1:M 11 Sep 2025 03:34:50.066 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vmi-85199042 part 19 1:M 11 Sep 2025 03:34:50.066 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-83448825:ctest-vmi-85199042 part 19 1:M 11 Sep 2025 03:34:50.332 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:50.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:50.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:51.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:34:51.501 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:07.910 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:15.019 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:19.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:19.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:20.339 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:20.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:20.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:21.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:21.502 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:37.912 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:45.019 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:49.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:49.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:50.333 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:50.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:50.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:51.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:35:51.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:07.912 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:11.800 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-53300288:ctest-vn-98716037 part 28 1:M 11 Sep 2025 03:36:11.841 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-53300288:ctest-vn-98716037 part 28 1:M 11 Sep 2025 03:36:11.845 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-53300288:ctest-vn-98716037 part 28 1:M 11 Sep 2025 03:36:11.846 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-53300288:ctest-vn-98716037 part 28 1:M 11 Sep 2025 03:36:15.020 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:19.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:19.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:20.049 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-53300288:ctest-vn-98716037 part 28 1:M 11 Sep 2025 03:36:20.057 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e809138b-53c2-4c43-b8f3-5531a8d49a20 part 6 1:M 11 Sep 2025 03:36:20.057 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e809138b-53c2-4c43-b8f3-5531a8d49a20 part 6 1:M 11 Sep 2025 03:36:20.057 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f4f45c2e-e388-403e-af21-202ce891ae6b part 6 1:M 11 Sep 2025 03:36:20.058 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f4f45c2e-e388-403e-af21-202ce891ae6b part 6 1:M 11 Sep 2025 03:36:20.064 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-53300288:882cb421-d55f-4970-afad-2b5ef5183e9b part 17 1:M 11 Sep 2025 03:36:20.065 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-53300288:882cb421-d55f-4970-afad-2b5ef5183e9b part 17 1:M 11 Sep 2025 03:36:20.065 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-53300288:882cb421-d55f-4970-afad-2b5ef5183e9b part 17 1:M 11 Sep 2025 03:36:20.065 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-53300288:d89838b7-8ec7-40ec-aeff-4aa0d2fac524 part 17 1:M 11 Sep 2025 03:36:20.065 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-53300288:d89838b7-8ec7-40ec-aeff-4aa0d2fac524 part 17 1:M 11 Sep 2025 03:36:20.065 * DelUVE on an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-53300288:d89838b7-8ec7-40ec-aeff-4aa0d2fac524 part 17 1:M 11 Sep 2025 03:36:20.334 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:20.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:20.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:21.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:21.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:37.914 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:45.019 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:49.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:49.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:50.336 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:50.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:50.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:51.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:36:51.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:07.913 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:15.019 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:19.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:19.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:20.335 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:20.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:20.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:21.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:21.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:37.913 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:45.021 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:49.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:49.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:50.334 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:50.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:50.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:51.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:37:51.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:07.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:15.022 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:19.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:19.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:20.339 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:20.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:20.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:21.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:21.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 11 Sep 2025 03:38:37.915 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info