++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/redis ++ CONTAINER_LOG_DIR=/var/log/contrail/redis ++ mkdir -p /var/log/contrail/redis ++ log_file=/var/log/contrail/redis/console.log ++ touch /var/log/contrail/redis/console.log ++ chmod 600 /var/log/contrail/redis/console.log ++ exec +++ tee -a /var/log/contrail/redis/console.log +++ date ++ echo 'INFO: =================== Mon Sep 22 01:56:09 AM UTC 2025 ===================' INFO: =================== Mon Sep 22 01:56:09 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.38:9041 10.0.0.27: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.254,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.56 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ 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.56,10.0.0.38,10.0.0.27,10.0.0.56,10.0.0.38,10.0.0.27 + [[ -z '' ]] + [[ -n 10.0.0.56,10.0.0.38,10.0.0.27,10.0.0.56,10.0.0.38,10.0.0.27 ]] + 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.56,10.0.0.38,10.0.0.27,10.0.0.56,10.0.0.38,10.0.0.27 ++ local servers=10.0.0.56,10.0.0.38,10.0.0.27,10.0.0.56,10.0.0.38,10.0.0.27 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ awk '/32 host/ { print f } {f=$2}' +++ grep -vi host +++ cat /proc/net/fib_trie +++ uniq +++ sort ++ local local_ips=,10.0.0.27,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.56'\''))' ++ local server_ip=10.0.0.56 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.56 ]] ++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' ++ local server_ip=10.0.0.38 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.38 ]] ++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' ++ local server_ip=10.0.0.27 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.27 ]] ++ [[ ,10.0.0.27,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] ++ echo 10.0.0.27 3 ++ return + my_ip_and_order='10.0.0.27 3' + '[' -n '10.0.0.27 3' ']' + break ++ echo 10.0.0.27 3 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.27 + '[' -n 10.0.0.27 ']' + REDIS_LISTEN_ADDRESS=10.0.0.27 + 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.27 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.27 ']' + redis_opts+=' 10.0.0.27' + '[' -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.27 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.27 --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.27 --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.27 --port 6379 1:C 22 Sep 2025 01:56:10.032 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 22 Sep 2025 01:56:10.032 # Redis version=6.0.19, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 22 Sep 2025 01:56:10.032 # Configuration loaded 1:M 22 Sep 2025 01:56:10.033 * Running mode=standalone, port=6379. 1:M 22 Sep 2025 01:56:10.033 # Server initialized 1:M 22 Sep 2025 01:56:10.033 # 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 22 Sep 2025 01:56:10.033 * Ready to accept connections 1:M 22 Sep 2025 02:00:29.070 * WARNING: Flushing Redis UVE DB 1:M 22 Sep 2025 02:00:29.070 * WARNING: Flushing Redis UVE DB done 1:M 22 Sep 2025 02:00:29.071 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 1:M 22 Sep 2025 02:00:29.071 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.071 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 done 1:M 22 Sep 2025 02:00:29.072 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 1:M 22 Sep 2025 02:00:29.073 * Add cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.073 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 done 1:M 22 Sep 2025 02:00:29.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.075 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 1:M 22 Sep 2025 02:00:29.075 * Add cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.075 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 done 1:M 22 Sep 2025 02:00:29.085 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 1:M 22 Sep 2025 02:00:29.085 * Add cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.085 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 done 1:M 22 Sep 2025 02:00:29.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.095 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 1:M 22 Sep 2025 02:00:29.095 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.095 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 done 1:M 22 Sep 2025 02:00:29.097 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 1:M 22 Sep 2025 02:00:29.098 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.098 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 done 1:M 22 Sep 2025 02:00:29.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 1:M 22 Sep 2025 02:00:29.102 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 done 1:M 22 Sep 2025 02:00:29.103 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 1:M 22 Sep 2025 02:00:29.103 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.103 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 22 Sep 2025 02:00:29.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.112 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 1:M 22 Sep 2025 02:00:29.112 * Add cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 22 Sep 2025 02:00:29.112 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 done 1:M 22 Sep 2025 02:00:29.112 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 1:M 22 Sep 2025 02:00:29.112 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 22 Sep 2025 02:00:29.112 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 done 1:M 22 Sep 2025 02:00:29.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:29.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:34.149 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 1:M 22 Sep 2025 02:00:34.149 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:34.149 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 done 1:M 22 Sep 2025 02:00:34.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:34.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:34.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:41.691 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 22 Sep 2025 02:00:41.691 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:41.691 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 22 Sep 2025 02:00:41.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:41.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:41.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:41.865 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 22 Sep 2025 02:00:41.865 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:41.865 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 22 Sep 2025 02:00:41.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:41.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:41.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.274 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 1:M 22 Sep 2025 02:00:42.275 * Add cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.275 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.275 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 1:M 22 Sep 2025 02:00:42.275 * Add cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.275 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.275 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 1:M 22 Sep 2025 02:00:42.275 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.275 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 done 1:M 22 Sep 2025 02:00:42.275 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 1:M 22 Sep 2025 02:00:42.275 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.275 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.276 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 22 Sep 2025 02:00:42.276 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.276 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.276 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 1:M 22 Sep 2025 02:00:42.276 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.276 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.276 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 1:M 22 Sep 2025 02:00:42.276 * Add cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.276 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.276 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 1:M 22 Sep 2025 02:00:42.277 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 done 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 1:M 22 Sep 2025 02:00:42.277 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 22 Sep 2025 02:00:42.277 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 1:M 22 Sep 2025 02:00:42.277 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 done 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 1:M 22 Sep 2025 02:00:42.277 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 done 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 1:M 22 Sep 2025 02:00:42.277 * Add cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 22 Sep 2025 02:00:42.277 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 done 1:M 22 Sep 2025 02:00:42.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:42.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:45.208 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 1:M 22 Sep 2025 02:00:45.208 * Add cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 to NGENERATORS 1:M 22 Sep 2025 02:00:45.208 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 done 1:M 22 Sep 2025 02:00:45.211 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 1:M 22 Sep 2025 02:00:45.211 * Add cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 to NGENERATORS 1:M 22 Sep 2025 02:00:45.211 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 done 1:M 22 Sep 2025 02:00:45.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:45.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:45.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:45.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:45.417 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 1:M 22 Sep 2025 02:00:45.417 * Add cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 to NGENERATORS 1:M 22 Sep 2025 02:00:45.417 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 done 1:M 22 Sep 2025 02:00:45.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:45.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:45.703 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 1:M 22 Sep 2025 02:00:45.703 * Add cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 to NGENERATORS 1:M 22 Sep 2025 02:00:45.703 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 done 1:M 22 Sep 2025 02:00:45.707 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:45.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:46.025 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 1:M 22 Sep 2025 02:00:46.025 * Add cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 to NGENERATORS 1:M 22 Sep 2025 02:00:46.025 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 done 1:M 22 Sep 2025 02:00:46.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:46.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:46.161 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 1:M 22 Sep 2025 02:00:46.162 * Add cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 to NGENERATORS 1:M 22 Sep 2025 02:00:46.162 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 done 1:M 22 Sep 2025 02:00:46.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:46.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:48.453 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 22 Sep 2025 02:00:48.453 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 22 Sep 2025 02:00:48.453 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 22 Sep 2025 02:00:48.454 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:48.459 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:48.459 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:58.458 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 22 Sep 2025 02:00:58.458 * Add cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:58.458 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 22 Sep 2025 02:00:58.459 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:58.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:58.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:58.776 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 22 Sep 2025 02:00:58.776 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 22 Sep 2025 02:00:58.776 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 22 Sep 2025 02:00:58.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:58.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:58.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:00:59.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:04.317 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 1:M 22 Sep 2025 02:01:04.317 * Add cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 22 Sep 2025 02:01:04.317 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 done 1:M 22 Sep 2025 02:01:04.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:04.322 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:04.322 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:04.719 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 1:M 22 Sep 2025 02:01:04.719 * Add cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 22 Sep 2025 02:01:04.719 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 done 1:M 22 Sep 2025 02:01:04.719 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:04.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:04.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:05.043 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 1:M 22 Sep 2025 02:01:05.043 * Add cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 22 Sep 2025 02:01:05.043 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 done 1:M 22 Sep 2025 02:01:05.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:05.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:05.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:13.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:13.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:13.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:14.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:14.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:14.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:29.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:43.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:43.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:43.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:44.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:44.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:44.403 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:01:59.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:13.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:13.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:13.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:14.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:14.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:14.407 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:29.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:43.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:43.470 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:43.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:44.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:44.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:44.405 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:02:59.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:13.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:13.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:13.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:14.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:14.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:14.406 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:29.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:34.823 * GetSeq for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 1:M 22 Sep 2025 02:03:34.824 * Add an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 22 Sep 2025 02:03:34.824 * GetSeq for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 done 1:M 22 Sep 2025 02:03:34.837 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:34.844 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:43.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:43.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:43.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:44.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:44.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:44.414 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:03:59.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:04.813 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:13.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:13.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:13.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:14.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:14.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:14.413 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:29.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:34.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:43.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:43.470 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:43.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:44.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:44.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:44.406 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:04:59.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:04.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:13.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:13.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:13.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:14.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:14.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:14.415 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:29.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:34.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:43.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:43.470 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:43.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:44.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:44.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:44.407 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:05:59.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:01.503 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-29780807:fecb6a70-a841-418f-b96b-4114664ae081 part 19 1:M 22 Sep 2025 02:06:01.566 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:919ff87e-4379-4e00-9158-ad02e25b4dea part 6 1:M 22 Sep 2025 02:06:02.908 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-29780807:ctest-vn22-13748817 part 22 1:M 22 Sep 2025 02:06:04.203 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicRR-13050769:default-application-policy-set part 20 1:M 22 Sep 2025 02:06:04.254 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicRR-13050769 part 27 1:M 22 Sep 2025 02:06:04.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:13.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:13.471 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:13.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:14.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:14.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:14.418 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:23.520 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPConfigHashFeature-85823296:d151d587-69b0-4cff-bb37-fa3a616570d0 part 16 1:M 22 Sep 2025 02:06:23.578 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:bed3de3c-75f9-4a3e-adf0-55ec0fae2607 part 6 1:M 22 Sep 2025 02:06:25.004 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-85823296:ctest-left_ctest-TestECMPConfigHashFeature-85823296-47737812 part 22 1:M 22 Sep 2025 02:06:27.338 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPConfigHashFeature-85823296:034c0981-a60d-4b1d-b42f-e9eccd5aa968 part 14 1:M 22 Sep 2025 02:06:27.398 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:499dc4d7-22c9-46b9-b836-d298e96693de part 11 1:M 22 Sep 2025 02:06:29.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:29.340 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-85823296:ctest-right_ctest-TestECMPConfigHashFeature-85823296-30861488 part 24 1:M 22 Sep 2025 02:06:29.534 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-85823296:ctest-mgmt_ctest-TestECMPConfigHashFeature-85823296-66458999 part 29 1:M 22 Sep 2025 02:06:34.814 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:39.952 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPFeature-31790700:8e3e844b-4678-4570-89db-d46ad34ada83 part 19 1:M 22 Sep 2025 02:06:39.992 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:ddf6deca-b8ff-4030-aad7-3bdce58e1b9f part 9 1:M 22 Sep 2025 02:06:40.950 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPFeature-31790700:6073b6ab-0bb1-4334-a753-881c2844d776 part 13 1:M 22 Sep 2025 02:06:40.994 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:5bdc0f8f-9bc1-4b1b-8ff5-613512463d01 part 8 1:M 22 Sep 2025 02:06:41.420 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-31790700:ctest-left_ctest-TestECMPFeature-31790700-34668335 part 29 1:M 22 Sep 2025 02:06:41.621 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-31790700:ctest-right_ctest-TestECMPFeature-31790700-32514557 part 26 1:M 22 Sep 2025 02:06:41.855 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-31790700:ctest-mgmt_ctest-TestECMPFeature-31790700-72581119 part 25 1:M 22 Sep 2025 02:06:43.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:43.473 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:43.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:44.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:44.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:44.408 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:06:59.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:04.822 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:05.053 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestECMPFeature-31790700:default-application-policy-set part 23 1:M 22 Sep 2025 02:07:05.134 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestECMPConfigHashFeature-85823296:default-application-policy-set part 23 1:M 22 Sep 2025 02:07:05.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestECMPFeature-31790700 part 28 1:M 22 Sep 2025 02:07:05.212 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-AnalyticsBasicTestSanity-29780807:default-application-policy-set part 24 1:M 22 Sep 2025 02:07:05.224 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestECMPConfigHashFeature-85823296 part 22 1:M 22 Sep 2025 02:07:05.244 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-AnalyticsBasicTestSanity-29780807 part 29 1:M 22 Sep 2025 02:07:13.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:13.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:13.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:14.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:14.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:14.416 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:29.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:34.816 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:43.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:43.474 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:43.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:44.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:44.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:44.409 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:07:59.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:04.813 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:11.561 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPIPv6Fragments-69091753:194a376b-7a47-47c4-a338-8977407cc0b7 part 12 1:M 22 Sep 2025 02:08:11.602 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:b0e0f887-a573-44fb-a222-ed1ceab78e1e part 11 1:M 22 Sep 2025 02:08:12.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-left_ctest-TestECMPIPv6Fragments-69091753-56799199 part 28 1:M 22 Sep 2025 02:08:12.536 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-left_ctest-TestECMPIPv6Fragments-69091753-56799199 part 28 1:M 22 Sep 2025 02:08:12.536 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-left_ctest-TestECMPIPv6Fragments-69091753-56799199 part 28 1:M 22 Sep 2025 02:08:12.539 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-left_ctest-TestECMPIPv6Fragments-69091753-56799199 part 28 1:M 22 Sep 2025 02:08:13.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:13.476 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:13.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:13.559 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPIPv6Fragments-69091753:f110ea6a-0cf0-44a5-9a20-1cb8a3037ed4 part 15 1:M 22 Sep 2025 02:08:13.602 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:216809a8-f19e-425d-aa4e-4bdb2a0252dd part 11 1:M 22 Sep 2025 02:08:14.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:14.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:14.412 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:14.714 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-right_ctest-TestECMPIPv6Fragments-69091753-67803017 part 22 1:M 22 Sep 2025 02:08:14.774 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-right_ctest-TestECMPIPv6Fragments-69091753-67803017 part 22 1:M 22 Sep 2025 02:08:14.774 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-right_ctest-TestECMPIPv6Fragments-69091753-67803017 part 22 1:M 22 Sep 2025 02:08:14.777 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-right_ctest-TestECMPIPv6Fragments-69091753-67803017 part 22 1:M 22 Sep 2025 02:08:14.901 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-mgmt_ctest-TestECMPIPv6Fragments-69091753-08782584 part 25 1:M 22 Sep 2025 02:08:14.963 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-mgmt_ctest-TestECMPIPv6Fragments-69091753-08782584 part 25 1:M 22 Sep 2025 02:08:14.964 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-mgmt_ctest-TestECMPIPv6Fragments-69091753-08782584 part 25 1:M 22 Sep 2025 02:08:14.964 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:ctest-mgmt_ctest-TestECMPIPv6Fragments-69091753-08782584 part 25 1:M 22 Sep 2025 02:08:24.227 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestECMPIPv6Fragments-69091753:default-application-policy-set part 28 1:M 22 Sep 2025 02:08:24.267 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestECMPIPv6Fragments-69091753 part 27 1:M 22 Sep 2025 02:08:26.889 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-11526208:4162ed23-6a17-4a46-bf27-a4b0d4d58d64 part 19 1:M 22 Sep 2025 02:08:26.925 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPSanity-11526208:930940f8-2ee3-4a18-9609-e542e6506e81 part 19 1:M 22 Sep 2025 02:08:26.939 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:772270b8-4ebd-4fd9-93a8-613bf2ebe0ef part 10 1:M 22 Sep 2025 02:08:26.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:405bcfc8-2ed7-4eb6-a701-a1fef32786a6 part 8 1:M 22 Sep 2025 02:08:28.301 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-11526208:ctest-left_ctest-TestECMPSanity-11526208-68386523 part 26 1:M 22 Sep 2025 02:08:28.463 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-11526208:ctest-right_ctest-TestECMPSanity-11526208-05061758 part 28 1:M 22 Sep 2025 02:08:28.642 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-11526208:ctest-mgmt_ctest-TestECMPSanity-11526208-77910610 part 22 1:M 22 Sep 2025 02:08:29.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:34.814 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:39.957 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPSanityIPv6-50810226:d87d47b6-11a3-4831-83b5-b0ae49fa39f6 part 13 1:M 22 Sep 2025 02:08:39.986 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a2c29a08-7c98-4938-866a-0d98ee7d945c part 10 1:M 22 Sep 2025 02:08:40.828 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPSanityIPv6-50810226:a3ecef5c-01ba-4849-ae2d-3923135af396 part 18 1:M 22 Sep 2025 02:08:40.864 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a3506c88-82cc-444f-a420-9a563519a9f4 part 7 1:M 22 Sep 2025 02:08:41.380 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-50810226:ctest-left_ctest-TestECMPSanityIPv6-50810226-88834135 part 29 1:M 22 Sep 2025 02:08:41.593 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-50810226:ctest-right_ctest-TestECMPSanityIPv6-50810226-74594463 part 28 1:M 22 Sep 2025 02:08:41.771 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-50810226:ctest-mgmt_ctest-TestECMPSanityIPv6-50810226-41767172 part 24 1:M 22 Sep 2025 02:08:43.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:43.474 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:43.509 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:44.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:44.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:44.414 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:08:51.739 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPwithSVMChange-60787721:0ce77689-6c7c-4760-937e-52f20a7aacaa part 15 1:M 22 Sep 2025 02:08:51.778 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:0cdcb26b-b5f8-4669-b53d-9cafe3d85c43 part 9 1:M 22 Sep 2025 02:08:52.282 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestECMPwithSVMChange-60787721:e84b40fc-c3bc-4353-aa29-e822b1582ad5 part 12 1:M 22 Sep 2025 02:08:52.321 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:00cf403d-bc58-4bc6-8519-d229276d8e73 part 8 1:M 22 Sep 2025 02:08:53.187 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-60787721:ctest-left_ctest-TestECMPwithSVMChange-60787721-76519306 part 22 1:M 22 Sep 2025 02:08:53.367 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-60787721:ctest-right_ctest-TestECMPwithSVMChange-60787721-11864417 part 26 1:M 22 Sep 2025 02:08:53.527 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-60787721:ctest-mgmt_ctest-TestECMPwithSVMChange-60787721-26078388 part 29 1:M 22 Sep 2025 02:08:59.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:04.815 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:05.739 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVC-60798245:cc757418-b47f-4276-8f9a-fdf9142169c6 part 17 1:M 22 Sep 2025 02:09:05.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:06c0110d-303b-42d5-ba41-403fda3721b7 part 7 1:M 22 Sep 2025 02:09:05.927 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVC-60798245:772cc286-d299-4f24-9b44-3f9e03334528 part 16 1:M 22 Sep 2025 02:09:06.004 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:0bf754e8-4327-4c4a-b495-d83903fd6fb5 part 6 1:M 22 Sep 2025 02:09:06.200 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestECMPSanityIPv6-50810226:default-application-policy-set part 23 1:M 22 Sep 2025 02:09:06.231 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestECMPSanity-11526208:default-application-policy-set part 25 1:M 22 Sep 2025 02:09:06.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestECMPSanityIPv6-50810226 part 24 1:M 22 Sep 2025 02:09:06.339 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestECMPSanity-11526208 part 20 1:M 22 Sep 2025 02:09:06.387 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestECMPwithSVMChange-60787721:default-application-policy-set part 28 1:M 22 Sep 2025 02:09:06.431 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestECMPwithSVMChange-60787721 part 21 1:M 22 Sep 2025 02:09:07.045 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-60798245:ctest-left_ctest-TestMultiInlineSVC-60798245-28445239 part 20 1:M 22 Sep 2025 02:09:07.217 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-60798245:ctest-right_ctest-TestMultiInlineSVC-60798245-82784617 part 25 1:M 22 Sep 2025 02:09:07.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-60798245:ctest-mgmt_ctest-TestMultiInlineSVC-60798245-55236788 part 27 1:M 22 Sep 2025 02:09:13.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:13.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:13.509 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:14.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:14.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:14.417 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:20.480 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:598cea90-4a9e-4277-9020-af153e72b85d part 18 1:M 22 Sep 2025 02:09:20.530 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:94383557-0d4e-48ad-a372-df4e1b294973 part 14 1:M 22 Sep 2025 02:09:20.540 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:e069455c-19f9-4457-ac2d-82f3247ba0eb part 7 1:M 22 Sep 2025 02:09:20.573 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:ad21135f-b067-40a4-9456-505d737f385e part 10 1:M 22 Sep 2025 02:09:21.833 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-left_ctest-TestMultiInlineSVCIPv6-14097020-35525222 part 27 1:M 22 Sep 2025 02:09:21.915 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-left_ctest-TestMultiInlineSVCIPv6-14097020-35525222 part 27 1:M 22 Sep 2025 02:09:21.915 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-left_ctest-TestMultiInlineSVCIPv6-14097020-35525222 part 27 1:M 22 Sep 2025 02:09:21.915 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-left_ctest-TestMultiInlineSVCIPv6-14097020-35525222 part 27 1:M 22 Sep 2025 02:09:22.064 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-right_ctest-TestMultiInlineSVCIPv6-14097020-94956666 part 25 1:M 22 Sep 2025 02:09:22.129 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-right_ctest-TestMultiInlineSVCIPv6-14097020-94956666 part 25 1:M 22 Sep 2025 02:09:22.129 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-right_ctest-TestMultiInlineSVCIPv6-14097020-94956666 part 25 1:M 22 Sep 2025 02:09:22.132 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-right_ctest-TestMultiInlineSVCIPv6-14097020-94956666 part 25 1:M 22 Sep 2025 02:09:22.264 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-14097020-91921518 part 29 1:M 22 Sep 2025 02:09:22.314 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-14097020-91921518 part 29 1:M 22 Sep 2025 02:09:22.319 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-14097020-91921518 part 29 1:M 22 Sep 2025 02:09:22.322 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-14097020-91921518 part 29 1:M 22 Sep 2025 02:09:29.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:34.440 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-60798245:ctest-right_ctest-TestMultiInlineSVC-60798245-82784617 part 25 1:M 22 Sep 2025 02:09:34.442 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:06c0110d-303b-42d5-ba41-403fda3721b7 part 7 1:M 22 Sep 2025 02:09:34.445 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVC-60798245:cc757418-b47f-4276-8f9a-fdf9142169c6 part 17 1:M 22 Sep 2025 02:09:34.445 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVC-60798245:cc757418-b47f-4276-8f9a-fdf9142169c6 part 17 1:M 22 Sep 2025 02:09:34.445 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMultiInlineSVC-60798245:cc757418-b47f-4276-8f9a-fdf9142169c6 part 17 1:M 22 Sep 2025 02:09:34.814 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:43.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:43.475 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:43.509 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:44.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:44.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:44.412 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:09:59.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:04.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:07.194 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020:default-application-policy-set part 23 1:M 22 Sep 2025 02:10:07.281 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestMultiInlineSVCIPv6-14097020 part 22 1:M 22 Sep 2025 02:10:07.327 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestMultiInlineSVC-60798245:default-application-policy-set part 24 1:M 22 Sep 2025 02:10:07.402 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestMultiInlineSVC-60798245 part 29 1:M 22 Sep 2025 02:10:13.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:13.476 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:13.509 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:14.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:14.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:14.418 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:29.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:34.816 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:43.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:43.476 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:43.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:44.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:44.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:44.413 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:10:59.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:04.817 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:13.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:13.476 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:13.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:14.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:14.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:14.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:29.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:34.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:43.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:43.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:43.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:44.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:44.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:44.413 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:11:59.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:04.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:13.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:13.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:13.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:14.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:14.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:14.416 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:29.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:34.817 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:42.987 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-48408570:5a78dd7e-1745-4006-963e-8165363d30be part 17 1:M 22 Sep 2025 02:12:43.027 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:ba04b543-7d26-4ca9-8783-814eee2e5dd2 part 6 1:M 22 Sep 2025 02:12:43.068 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-48408570:10fbf4e0-7644-4aa1-a695-ed99fc6bf277 part 19 1:M 22 Sep 2025 02:12:43.097 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:77cc3722-0092-4821-af69-06510c89002c part 8 1:M 22 Sep 2025 02:12:43.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:43.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:43.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:44.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:44.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:44.415 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:12:44.459 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-vn1-00153702 part 22 1:M 22 Sep 2025 02:12:44.502 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-vn1-00153702 part 22 1:M 22 Sep 2025 02:12:44.503 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-vn1-00153702 part 22 1:M 22 Sep 2025 02:12:44.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-vn1-00153702 part 22 1:M 22 Sep 2025 02:12:44.835 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-fvn-80121745 part 23 1:M 22 Sep 2025 02:12:44.885 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-fvn-80121745 part 23 1:M 22 Sep 2025 02:12:44.887 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-fvn-80121745 part 23 1:M 22 Sep 2025 02:12:44.889 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-fvn-80121745 part 23 1:M 22 Sep 2025 02:12:59.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:04.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:ctest-fvn-80121745 part 23 1:M 22 Sep 2025 02:13:04.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ba04b543-7d26-4ca9-8783-814eee2e5dd2 part 6 1:M 22 Sep 2025 02:13:04.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ba04b543-7d26-4ca9-8783-814eee2e5dd2 part 6 1:M 22 Sep 2025 02:13:04.449 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-48408570:5a78dd7e-1745-4006-963e-8165363d30be part 17 1:M 22 Sep 2025 02:13:04.449 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-48408570:5a78dd7e-1745-4006-963e-8165363d30be part 17 1:M 22 Sep 2025 02:13:04.449 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-48408570:5a78dd7e-1745-4006-963e-8165363d30be part 17 1:M 22 Sep 2025 02:13:04.817 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:08.515 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FloatingipBasicTestSanity-48408570:default-application-policy-set part 20 1:M 22 Sep 2025 02:13:08.535 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestHeat-12417583:default-application-policy-set part 22 1:M 22 Sep 2025 02:13:08.555 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSanity_MX-05720580:default-application-policy-set part 26 1:M 22 Sep 2025 02:13:08.589 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestHeatIPv6-36281717:default-application-policy-set part 27 1:M 22 Sep 2025 02:13:08.609 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSanity_MX-05720580 part 27 1:M 22 Sep 2025 02:13:08.634 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FloatingipBasicTestSanity-48408570 part 21 1:M 22 Sep 2025 02:13:08.653 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestHeat-12417583 part 25 1:M 22 Sep 2025 02:13:08.672 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestHeatIPv6-36281717 part 28 1:M 22 Sep 2025 02:13:13.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:13.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:13.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:14.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:14.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:14.418 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:29.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:34.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:37.358 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPorts-53495209:ctest-vmi-71640159 part 16 1:M 22 Sep 2025 02:13:37.457 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestPorts-53495209:ctest-vn-36069492 part 22 1:M 22 Sep 2025 02:13:43.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:43.478 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:43.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:44.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:44.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:44.415 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:13:59.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:00.777 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPorts-53495209:f26a48e5-f090-4d42-94b2-2b3f7753a9af part 17 1:M 22 Sep 2025 02:14:00.810 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:8705b703-2531-4427-b9d9-5104070b754e part 5 1:M 22 Sep 2025 02:14:01.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPorts-53495209:7d0b63a1-8619-4944-bc93-f4b7a4c6c55d part 18 1:M 22 Sep 2025 02:14:01.051 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:9f19ffe2-564e-4eae-b868-0d6bf911674f part 4 1:M 22 Sep 2025 02:14:01.150 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestPorts-53495209:ctest-vn1-13617156 part 24 1:M 22 Sep 2025 02:14:04.819 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:09.493 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestPorts-53495209:default-application-policy-set part 26 1:M 22 Sep 2025 02:14:09.555 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestCRUD-91488433:default-application-policy-set part 29 1:M 22 Sep 2025 02:14:09.607 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicHeat-60672704:default-application-policy-set part 21 1:M 22 Sep 2025 02:14:09.633 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestPorts-53495209 part 29 1:M 22 Sep 2025 02:14:09.652 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestCRUD-91488433 part 28 1:M 22 Sep 2025 02:14:09.678 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicHeat-60672704 part 26 1:M 22 Sep 2025 02:14:09.709 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicHeatIPv6-64465877:default-application-policy-set part 25 1:M 22 Sep 2025 02:14:09.736 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicHeatIPv6-64465877 part 28 1:M 22 Sep 2025 02:14:13.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:13.479 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:13.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:14.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:14.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:14.418 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:29.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:34.344 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRouters-04463507:d33a4c86-fcb0-4cc5-9de0-1624ae10eead part 13 1:M 22 Sep 2025 02:14:34.450 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8705b703-2531-4427-b9d9-5104070b754e part 5 1:M 22 Sep 2025 02:14:34.819 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:40.362 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRouters-04463507:27ecf78f-85d3-463a-849c-ed9d9861a34a part 19 1:M 22 Sep 2025 02:14:40.578 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRouters-04463507:7bd842f8-ed28-4bc3-b5e5-b037a580a0dc part 17 1:M 22 Sep 2025 02:14:41.564 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRouters-04463507:9fbc5e36-8319-49da-965a-0e2a63647055 part 13 1:M 22 Sep 2025 02:14:41.624 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRouters-04463507:2da3692f-63c4-4c91-a676-a84de919e584 part 19 1:M 22 Sep 2025 02:14:41.624 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:e0be7ba3-c6d5-45af-be61-8a89184aa785 part 7 1:M 22 Sep 2025 02:14:41.672 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:b1634319-04cb-43dd-a23c-20ca13b3251d part 10 1:M 22 Sep 2025 02:14:42.974 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn2-45037296 part 23 1:M 22 Sep 2025 02:14:43.026 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn2-45037296 part 23 1:M 22 Sep 2025 02:14:43.026 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn2-45037296 part 23 1:M 22 Sep 2025 02:14:43.036 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn2-45037296 part 23 1:M 22 Sep 2025 02:14:43.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn1-09308658 part 27 1:M 22 Sep 2025 02:14:43.217 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn1-09308658 part 27 1:M 22 Sep 2025 02:14:43.217 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn1-09308658 part 27 1:M 22 Sep 2025 02:14:43.220 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn1-09308658 part 27 1:M 22 Sep 2025 02:14:43.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:43.478 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:43.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:44.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:44.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:44.421 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:14:59.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:04.446 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-04463507:ctest-vn2-45037296 part 23 1:M 22 Sep 2025 02:15:04.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e0be7ba3-c6d5-45af-be61-8a89184aa785 part 7 1:M 22 Sep 2025 02:15:04.450 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-04463507:9fbc5e36-8319-49da-965a-0e2a63647055 part 13 1:M 22 Sep 2025 02:15:04.450 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-04463507:9fbc5e36-8319-49da-965a-0e2a63647055 part 13 1:M 22 Sep 2025 02:15:04.450 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-04463507:9fbc5e36-8319-49da-965a-0e2a63647055 part 13 1:M 22 Sep 2025 02:15:04.819 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:10.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRouters-04463507:default-application-policy-set part 24 1:M 22 Sep 2025 02:15:10.331 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRouters-04463507 part 29 1:M 22 Sep 2025 02:15:13.296 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:13.478 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:13.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:14.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:14.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:14.417 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:18.791 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:46896bb1-fa42-4a56-977b-94efd965c586 part 13 1:M 22 Sep 2025 02:15:19.447 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:snat-si-left_snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2 part 24 1:M 22 Sep 2025 02:15:19.570 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:snat-si-left_snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2 part 24 1:M 22 Sep 2025 02:15:19.571 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:snat-si-left_snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2 part 24 1:M 22 Sep 2025 02:15:19.575 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:snat-si-left_snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2 part 24 1:M 22 Sep 2025 02:15:19.648 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectSITable:default-domain:ctest-TestRoutersBasic-63572216:snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2 part 26 1:M 22 Sep 2025 02:15:19.866 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1__right__1 part 17 1:M 22 Sep 2025 02:15:19.973 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1__left__2 part 15 1:M 22 Sep 2025 02:15:20.049 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:02ebbc4c-ad3d-4407-bc19-81382b3aaeb2 part 16 1:M 22 Sep 2025 02:15:20.113 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:56c58dee-c746-4ce1-95e2-c82ab57bc5b9 part 19 1:M 22 Sep 2025 02:15:20.151 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:30c1bd6a-b7f8-45a4-9ada-4de48cc8e4a5 part 7 1:M 22 Sep 2025 02:15:20.151 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1 part 4 1:M 22 Sep 2025 02:15:20.184 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:fef3123b-5d3e-4f14-9073-6c0db2fe7dbf part 7 1:M 22 Sep 2025 02:15:20.339 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__2__right__1 part 18 1:M 22 Sep 2025 02:15:20.401 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__2__left__2 part 16 1:M 22 Sep 2025 02:15:20.487 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__2 part 5 1:M 22 Sep 2025 02:15:21.474 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-ext_vn-36055520 part 26 1:M 22 Sep 2025 02:15:21.531 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-ext_vn-36055520 part 26 1:M 22 Sep 2025 02:15:21.531 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-ext_vn-36055520 part 26 1:M 22 Sep 2025 02:15:21.533 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-ext_vn-36055520 part 26 1:M 22 Sep 2025 02:15:21.665 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-vn-98524039 part 24 1:M 22 Sep 2025 02:15:21.736 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-vn-98524039 part 24 1:M 22 Sep 2025 02:15:21.736 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-vn-98524039 part 24 1:M 22 Sep 2025 02:15:21.736 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-vn-98524039 part 24 1:M 22 Sep 2025 02:15:29.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:34.446 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-ext_vn-36055520 part 26 1:M 22 Sep 2025 02:15:34.446 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:ctest-vn-98524039 part 24 1:M 22 Sep 2025 02:15:34.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-63572216:snat-si-left_snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2 part 24 1:M 22 Sep 2025 02:15:34.449 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:30c1bd6a-b7f8-45a4-9ada-4de48cc8e4a5 part 7 1:M 22 Sep 2025 02:15:34.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1 part 4 1:M 22 Sep 2025 02:15:34.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:02ebbc4c-ad3d-4407-bc19-81382b3aaeb2 part 16 1:M 22 Sep 2025 02:15:34.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:02ebbc4c-ad3d-4407-bc19-81382b3aaeb2 part 16 1:M 22 Sep 2025 02:15:34.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:02ebbc4c-ad3d-4407-bc19-81382b3aaeb2 part 16 1:M 22 Sep 2025 02:15:34.454 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1__left__2 part 15 1:M 22 Sep 2025 02:15:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1__left__2 part 15 1:M 22 Sep 2025 02:15:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1__left__2 part 15 1:M 22 Sep 2025 02:15:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1__right__1 part 17 1:M 22 Sep 2025 02:15:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1__right__1 part 17 1:M 22 Sep 2025 02:15:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-63572216:default-domain__ctest-TestRoutersBasic-63572216__snat_8582ad5b-860e-4d13-ba3f-3c4d8813fe42_9c11d4c7-56c2-4c02-b818-4581585c1ff2__1__right__1 part 17 1:M 22 Sep 2025 02:15:34.818 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:43.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:43.479 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:43.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:44.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:44.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:44.418 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:15:59.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:04.820 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:10.903 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRoutersBasic-63572216:default-application-policy-set part 29 1:M 22 Sep 2025 02:16:10.954 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRoutersBasic-63572216 part 20 1:M 22 Sep 2025 02:16:13.296 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:13.481 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:13.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:14.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:14.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:14.418 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:29.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:34.820 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:43.296 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:43.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:43.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:44.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:44.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:44.418 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:16:59.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:04.821 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:13.296 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:13.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:13.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:14.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:14.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:14.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:29.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:30.608 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:9be48c92-8993-4046-9280-4123177ffcef part 12 1:M 22 Sep 2025 02:17:30.651 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:54e4d937-c0f2-4274-be11-3ffd3da75eaf part 10 1:M 22 Sep 2025 02:17:30.684 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:0d5f3ee8-2375-4140-806a-857da51432e8 part 19 1:M 22 Sep 2025 02:17:30.726 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:9b74ce3f-b0db-4bdd-89e9-9ba9947879bb part 10 1:M 22 Sep 2025 02:17:32.405 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-64040256 part 27 1:M 22 Sep 2025 02:17:32.445 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-64040256 part 27 1:M 22 Sep 2025 02:17:32.446 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-64040256 part 27 1:M 22 Sep 2025 02:17:32.448 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-64040256 part 27 1:M 22 Sep 2025 02:17:32.781 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-82544917 part 24 1:M 22 Sep 2025 02:17:32.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-82544917 part 24 1:M 22 Sep 2025 02:17:32.839 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-82544917 part 24 1:M 22 Sep 2025 02:17:32.839 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-82544917 part 24 1:M 22 Sep 2025 02:17:34.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn-64040256 part 27 1:M 22 Sep 2025 02:17:34.447 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9b74ce3f-b0db-4bdd-89e9-9ba9947879bb part 10 1:M 22 Sep 2025 02:17:34.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9b74ce3f-b0db-4bdd-89e9-9ba9947879bb part 10 1:M 22 Sep 2025 02:17:34.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:0d5f3ee8-2375-4140-806a-857da51432e8 part 19 1:M 22 Sep 2025 02:17:34.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:0d5f3ee8-2375-4140-806a-857da51432e8 part 19 1:M 22 Sep 2025 02:17:34.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:0d5f3ee8-2375-4140-806a-857da51432e8 part 19 1:M 22 Sep 2025 02:17:34.820 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:43.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:43.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:43.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:44.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:44.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:44.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:17:59.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:04.823 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:13.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:13.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:13.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:14.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:14.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:14.422 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:29.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:34.835 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:43.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:43.481 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:43.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:44.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:44.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:44.422 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:18:59.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:04.823 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:13.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:13.481 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:13.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:14.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:14.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:14.420 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:29.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:34.821 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:43.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:43.481 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:43.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:44.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:44.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:44.421 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:19:59.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:04.823 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:13.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:13.482 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:13.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:14.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:14.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:14.427 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:29.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:34.824 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:43.301 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:43.481 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:43.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:44.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:44.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:44.421 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:20:59.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:04.825 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:06.955 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:e124f92c-8dd5-4e34-a81e-629ec4fcacff part 19 1:M 22 Sep 2025 02:21:06.993 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:576fc1f0-9d5f-4b76-976d-58396e9aaaf0 part 6 1:M 22 Sep 2025 02:21:13.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:13.482 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:13.519 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:14.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:14.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:14.422 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:29.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:34.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet1-09925463 part 20 1:M 22 Sep 2025 02:21:34.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:576fc1f0-9d5f-4b76-976d-58396e9aaaf0 part 6 1:M 22 Sep 2025 02:21:34.448 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:576fc1f0-9d5f-4b76-976d-58396e9aaaf0 part 6 1:M 22 Sep 2025 02:21:34.449 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:e124f92c-8dd5-4e34-a81e-629ec4fcacff part 19 1:M 22 Sep 2025 02:21:34.449 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:e124f92c-8dd5-4e34-a81e-629ec4fcacff part 19 1:M 22 Sep 2025 02:21:34.449 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:e124f92c-8dd5-4e34-a81e-629ec4fcacff part 19 1:M 22 Sep 2025 02:21:34.823 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:36.330 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:bfdd3458-0375-4a56-ad88-97506e6e4ea3 part 17 1:M 22 Sep 2025 02:21:36.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:654a7bbe-6075-4aa8-99c9-612e240d3684 part 4 1:M 22 Sep 2025 02:21:43.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:43.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:43.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:44.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:44.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:44.423 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:21:44.536 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet3-24003248 part 27 1:M 22 Sep 2025 02:21:44.578 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet3-24003248 part 27 1:M 22 Sep 2025 02:21:44.579 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet3-24003248 part 27 1:M 22 Sep 2025 02:21:44.581 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet3-24003248 part 27 1:M 22 Sep 2025 02:21:44.929 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet2-34216949 part 25 1:M 22 Sep 2025 02:21:44.983 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet2-34216949 part 25 1:M 22 Sep 2025 02:21:44.991 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet2-34216949 part 25 1:M 22 Sep 2025 02:21:44.996 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet2-34216949 part 25 1:M 22 Sep 2025 02:21:45.350 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet1-09925463 part 20 1:M 22 Sep 2025 02:21:45.423 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet1-09925463 part 20 1:M 22 Sep 2025 02:21:45.423 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet1-09925463 part 20 1:M 22 Sep 2025 02:21:45.434 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet1-09925463 part 20 1:M 22 Sep 2025 02:21:45.771 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet0-14898256 part 28 1:M 22 Sep 2025 02:21:45.816 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet0-14898256 part 28 1:M 22 Sep 2025 02:21:45.817 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet0-14898256 part 28 1:M 22 Sep 2025 02:21:45.817 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet0-14898256 part 28 1:M 22 Sep 2025 02:21:46.633 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:default-application-policy-set part 23 1:M 22 Sep 2025 02:21:46.669 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238 part 24 1:M 22 Sep 2025 02:21:59.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:04.825 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:13.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:13.482 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:13.516 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:14.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:14.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:14.423 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:29.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:34.824 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:43.301 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:43.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:43.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:44.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:44.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:44.426 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:22:59.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:04.828 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:13.300 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:13.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:13.516 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:14.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:14.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:14.424 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:29.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:34.824 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:43.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:43.486 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:43.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:44.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:44.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:44.424 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:23:53.597 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:a53c7eac-c11a-4209-bd04-e04ef66fd7db part 19 1:M 22 Sep 2025 02:23:53.641 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:b43a6ef8-c866-4c10-af37-07c514e61df0 part 6 1:M 22 Sep 2025 02:23:53.684 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:12dce275-4031-49a8-ab38-d680f6d17641 part 15 1:M 22 Sep 2025 02:23:53.719 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d2a911ec-151d-47ea-9501-0a1a5baff43d part 8 1:M 22 Sep 2025 02:23:55.202 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn1-12730974 part 28 1:M 22 Sep 2025 02:23:55.246 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn1-12730974 part 28 1:M 22 Sep 2025 02:23:55.246 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn1-12730974 part 28 1:M 22 Sep 2025 02:23:55.247 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn1-12730974 part 28 1:M 22 Sep 2025 02:23:59.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:04.450 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vn1-12730974 part 28 1:M 22 Sep 2025 02:24:04.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b43a6ef8-c866-4c10-af37-07c514e61df0 part 6 1:M 22 Sep 2025 02:24:04.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b43a6ef8-c866-4c10-af37-07c514e61df0 part 6 1:M 22 Sep 2025 02:24:04.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:a53c7eac-c11a-4209-bd04-e04ef66fd7db part 19 1:M 22 Sep 2025 02:24:04.451 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:a53c7eac-c11a-4209-bd04-e04ef66fd7db part 19 1:M 22 Sep 2025 02:24:04.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:a53c7eac-c11a-4209-bd04-e04ef66fd7db part 19 1:M 22 Sep 2025 02:24:04.824 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:11.913 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238:default-application-policy-set part 23 1:M 22 Sep 2025 02:24:11.961 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicPolicyIpv4v6-54140238 part 24 1:M 22 Sep 2025 02:24:13.303 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:13.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:13.518 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:14.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:14.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:14.426 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:29.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:34.825 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:43.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:43.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:43.518 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:44.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:44.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:44.427 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:24:59.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:04.825 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:13.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:13.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:13.518 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:14.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:14.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:14.425 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:16.288 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072:be4b86cf-49b8-4439-93c8-2dfdd91e170e part 17 1:M 22 Sep 2025 02:25:16.313 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:bf4ab040-7f48-434a-b369-dd4fd687e766 part 8 1:M 22 Sep 2025 02:25:29.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:34.829 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:43.301 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:43.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:43.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:43.806 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072:ctest-vnet0-97818488 part 20 1:M 22 Sep 2025 02:25:43.857 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072:ctest-vnet0-97818488 part 20 1:M 22 Sep 2025 02:25:43.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072:ctest-vnet0-97818488 part 20 1:M 22 Sep 2025 02:25:43.866 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072:ctest-vnet0-97818488 part 20 1:M 22 Sep 2025 02:25:44.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:44.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:44.426 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:25:44.619 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072:default-application-policy-set part 23 1:M 22 Sep 2025 02:25:44.652 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072 part 20 1:M 22 Sep 2025 02:25:56.836 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyNegativeIpv4v6-90169932:ctest-vn4-42495280 part 27 1:M 22 Sep 2025 02:25:59.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:04.827 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:12.777 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicPolicyNegativeIpv4v6-90169932:default-application-policy-set part 22 1:M 22 Sep 2025 02:26:12.885 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072:default-application-policy-set part 23 1:M 22 Sep 2025 02:26:12.891 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicPolicyNegativeIpv4v6-90169932 part 25 1:M 22 Sep 2025 02:26:12.934 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072 part 20 1:M 22 Sep 2025 02:26:13.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:13.486 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:13.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:14.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:14.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:14.426 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:29.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:34.827 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:43.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:43.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:43.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:44.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:44.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:44.426 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:26:59.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:04.827 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:13.303 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:13.489 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:13.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:14.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:14.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:14.427 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:29.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:34.827 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:43.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:43.486 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:43.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:44.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:44.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:44.427 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:27:59.070 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:04.827 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:05.977 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-68373447:df1fb85e-220f-41c0-9955-f2435051f60e part 13 1:M 22 Sep 2025 02:28:06.015 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d4c08de0-2b94-4d74-99ba-699f6708c9d3 part 4 1:M 22 Sep 2025 02:28:11.749 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-68373447:16c571b9-0a55-4f68-b959-d57d8f3ab290 part 16 1:M 22 Sep 2025 02:28:11.783 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:de1c5938-e1b7-46e9-84d2-c99237d47d95 part 10 1:M 22 Sep 2025 02:28:13.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:13.486 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:13.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:14.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:14.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:14.430 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:29.070 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:34.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN2-93317681 part 22 1:M 22 Sep 2025 02:28:34.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:de1c5938-e1b7-46e9-84d2-c99237d47d95 part 10 1:M 22 Sep 2025 02:28:34.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:de1c5938-e1b7-46e9-84d2-c99237d47d95 part 10 1:M 22 Sep 2025 02:28:34.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-68373447:16c571b9-0a55-4f68-b959-d57d8f3ab290 part 16 1:M 22 Sep 2025 02:28:34.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-68373447:16c571b9-0a55-4f68-b959-d57d8f3ab290 part 16 1:M 22 Sep 2025 02:28:34.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-68373447:16c571b9-0a55-4f68-b959-d57d8f3ab290 part 16 1:M 22 Sep 2025 02:28:34.827 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:35.809 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-68373447:00219049-b880-45d6-a592-22243d78eed3 part 15 1:M 22 Sep 2025 02:28:35.844 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:2cb89989-c973-4f15-975e-211e234facf4 part 9 1:M 22 Sep 2025 02:28:43.303 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:43.486 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:43.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:44.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:44.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:44.431 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:28:44.621 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN3-83033793 part 21 1:M 22 Sep 2025 02:28:44.673 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN3-83033793 part 21 1:M 22 Sep 2025 02:28:44.675 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN3-83033793 part 21 1:M 22 Sep 2025 02:28:44.678 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN3-83033793 part 21 1:M 22 Sep 2025 02:28:44.959 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN2-93317681 part 22 1:M 22 Sep 2025 02:28:45.000 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN2-93317681 part 22 1:M 22 Sep 2025 02:28:45.005 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN2-93317681 part 22 1:M 22 Sep 2025 02:28:45.007 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN2-93317681 part 22 1:M 22 Sep 2025 02:28:45.335 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN1-74225606 part 29 1:M 22 Sep 2025 02:28:45.401 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN1-74225606 part 29 1:M 22 Sep 2025 02:28:45.401 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN1-74225606 part 29 1:M 22 Sep 2025 02:28:45.411 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-68373447:ctest-VN1-74225606 part 29 1:M 22 Sep 2025 02:28:59.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:04.827 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:13.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:13.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestPolicyAcl-68373447:default-application-policy-set part 21 1:M 22 Sep 2025 02:29:13.489 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:13.512 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestPolicyAcl-68373447 part 28 1:M 22 Sep 2025 02:29:13.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:14.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:14.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:14.429 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:29.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:34.829 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:43.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:43.491 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:43.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:44.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:44.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:44.431 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:29:59.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:04.831 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:13.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:13.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:13.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:14.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:14.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:14.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:29.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:34.835 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:43.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:43.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:43.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:44.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:44.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:44.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:30:59.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:04.828 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:13.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:13.491 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:13.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:14.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:14.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:14.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:14.901 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:bd2fdbac-ee7b-494a-81b8-1e23dec0e255 part 18 1:M 22 Sep 2025 02:31:14.938 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a65456cd-1f4e-4531-bccb-c87cde52fb94 part 4 1:M 22 Sep 2025 02:31:29.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:34.829 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:42.091 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5 part 19 1:M 22 Sep 2025 02:31:42.124 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:3aecf6ba-8015-49b4-b58c-a0a3912d98e5 part 7 1:M 22 Sep 2025 02:31:43.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:43.489 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:43.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:44.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:44.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:44.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:31:59.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:04.452 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN2-15359173 part 29 1:M 22 Sep 2025 02:32:04.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3aecf6ba-8015-49b4-b58c-a0a3912d98e5 part 7 1:M 22 Sep 2025 02:32:04.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3aecf6ba-8015-49b4-b58c-a0a3912d98e5 part 7 1:M 22 Sep 2025 02:32:04.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5 part 19 1:M 22 Sep 2025 02:32:04.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5 part 19 1:M 22 Sep 2025 02:32:04.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5 part 19 1:M 22 Sep 2025 02:32:04.830 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:06.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:5400849b-c68f-413b-b0ba-19911766804f part 18 1:M 22 Sep 2025 02:32:06.310 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:22fdf2e4-8368-4bdb-9f6b-30e8d357ab78 part 9 1:M 22 Sep 2025 02:32:12.118 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN3-79198819 part 20 1:M 22 Sep 2025 02:32:12.167 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN3-79198819 part 20 1:M 22 Sep 2025 02:32:12.170 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN3-79198819 part 20 1:M 22 Sep 2025 02:32:12.170 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN3-79198819 part 20 1:M 22 Sep 2025 02:32:12.479 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN2-15359173 part 29 1:M 22 Sep 2025 02:32:12.532 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN2-15359173 part 29 1:M 22 Sep 2025 02:32:12.536 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN2-15359173 part 29 1:M 22 Sep 2025 02:32:12.538 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN2-15359173 part 29 1:M 22 Sep 2025 02:32:12.884 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN1-91656259 part 21 1:M 22 Sep 2025 02:32:12.931 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN1-91656259 part 21 1:M 22 Sep 2025 02:32:12.932 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN1-91656259 part 21 1:M 22 Sep 2025 02:32:12.932 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN1-91656259 part 21 1:M 22 Sep 2025 02:32:13.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:13.491 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:13.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:14.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:14.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:14.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:26.552 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347:default-application-policy-set part 24 1:M 22 Sep 2025 02:32:26.583 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestPolicyAclIpv4v6-35215347 part 21 1:M 22 Sep 2025 02:32:29.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:34.836 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:43.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:43.489 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:43.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:44.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:44.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:44.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:32:59.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:04.834 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:13.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:13.490 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:13.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:14.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:14.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:14.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:29.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:34.834 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:43.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:43.490 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:43.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:44.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:44.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:44.433 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:33:59.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:04.835 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:13.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:13.492 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:13.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:14.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:14.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:14.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:29.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:30.248 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-63231168:4ed16583-63cb-4e02-90be-e105c9570544 part 18 1:M 22 Sep 2025 02:34:30.276 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:4e378843-1a88-4547-930b-a9b8bbe53e8e part 6 1:M 22 Sep 2025 02:34:30.321 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-63231168:345c03c6-4623-404d-8d2c-1eae77e40e15 part 18 1:M 22 Sep 2025 02:34:30.351 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:2c85d98f-cea6-4490-a559-347c62a87646 part 11 1:M 22 Sep 2025 02:34:32.074 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-05722129 part 20 1:M 22 Sep 2025 02:34:32.123 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-05722129 part 20 1:M 22 Sep 2025 02:34:32.126 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-05722129 part 20 1:M 22 Sep 2025 02:34:32.130 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-05722129 part 20 1:M 22 Sep 2025 02:34:32.453 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-66378207 part 27 1:M 22 Sep 2025 02:34:32.501 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-66378207 part 27 1:M 22 Sep 2025 02:34:32.501 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-66378207 part 27 1:M 22 Sep 2025 02:34:32.503 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-66378207 part 27 1:M 22 Sep 2025 02:34:34.453 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63231168:ctest-vn-05722129 part 20 1:M 22 Sep 2025 02:34:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4e378843-1a88-4547-930b-a9b8bbe53e8e part 6 1:M 22 Sep 2025 02:34:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4e378843-1a88-4547-930b-a9b8bbe53e8e part 6 1:M 22 Sep 2025 02:34:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-63231168:4ed16583-63cb-4e02-90be-e105c9570544 part 18 1:M 22 Sep 2025 02:34:34.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-63231168:4ed16583-63cb-4e02-90be-e105c9570544 part 18 1:M 22 Sep 2025 02:34:34.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-63231168:4ed16583-63cb-4e02-90be-e105c9570544 part 18 1:M 22 Sep 2025 02:34:34.836 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:43.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:43.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:43.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:44.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:44.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:44.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:34:59.076 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:04.834 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:13.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:13.491 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:13.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:14.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:14.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:14.305 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicPolicy-63231168:default-application-policy-set part 29 1:M 22 Sep 2025 02:35:14.350 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicPolicy-63231168 part 24 1:M 22 Sep 2025 02:35:14.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:29.076 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:34.834 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:43.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:43.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:43.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:44.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:44.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:44.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:35:59.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:04.838 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:13.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:13.492 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:13.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:14.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:14.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:14.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:29.078 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:34.835 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:38.362 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543:af27b351-5251-42b8-9e58-0205793b95dc part 19 1:M 22 Sep 2025 02:36:38.393 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a2425b3c-e634-46f7-8cf2-e14ea4748a2b part 7 1:M 22 Sep 2025 02:36:43.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:43.492 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:43.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:44.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:44.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:44.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:36:46.262 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543:ctest-vnet0-65774905 part 28 1:M 22 Sep 2025 02:36:46.331 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543:ctest-vnet0-65774905 part 28 1:M 22 Sep 2025 02:36:46.332 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543:ctest-vnet0-65774905 part 28 1:M 22 Sep 2025 02:36:46.333 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543:ctest-vnet0-65774905 part 28 1:M 22 Sep 2025 02:36:47.151 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543:default-application-policy-set part 27 1:M 22 Sep 2025 02:36:47.181 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543 part 28 1:M 22 Sep 2025 02:36:59.078 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:04.835 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:13.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:13.492 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:13.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:14.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:14.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:14.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:14.925 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543:default-application-policy-set part 27 1:M 22 Sep 2025 02:37:14.982 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543 part 28 1:M 22 Sep 2025 02:37:29.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:34.836 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:43.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:43.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:43.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:44.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:44.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:44.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:37:59.078 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:04.837 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:13.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:13.494 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:13.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:14.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:14.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:14.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:29.078 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:34.837 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:43.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:43.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:43.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:44.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:44.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:44.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:38:59.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:04.836 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:13.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:13.495 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:13.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:14.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:14.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:14.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:29.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:34.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:43.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:43.495 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:43.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:44.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:44.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:44.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:39:59.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:04.837 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:13.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:13.495 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:13.529 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:13.754 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-95287583:28996165-1e74-43c5-b37e-8dca267e8932 part 18 1:M 22 Sep 2025 02:40:13.784 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d299e44e-f264-45a7-9475-cc8e524da107 part 10 1:M 22 Sep 2025 02:40:14.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:14.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:14.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:29.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:34.455 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet1-22975752 part 23 1:M 22 Sep 2025 02:40:34.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d299e44e-f264-45a7-9475-cc8e524da107 part 10 1:M 22 Sep 2025 02:40:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d299e44e-f264-45a7-9475-cc8e524da107 part 10 1:M 22 Sep 2025 02:40:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-95287583:28996165-1e74-43c5-b37e-8dca267e8932 part 18 1:M 22 Sep 2025 02:40:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-95287583:28996165-1e74-43c5-b37e-8dca267e8932 part 18 1:M 22 Sep 2025 02:40:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-95287583:28996165-1e74-43c5-b37e-8dca267e8932 part 18 1:M 22 Sep 2025 02:40:34.837 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:37.885 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-95287583:203f69af-0682-478a-99e5-9e60d25776f5 part 16 1:M 22 Sep 2025 02:40:37.924 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:1f4aa5d0-ab4a-47c9-93c6-036f0ec9e2c9 part 6 1:M 22 Sep 2025 02:40:43.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:43.499 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:43.529 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:44.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:44.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:44.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:40:46.099 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet1-22975752 part 23 1:M 22 Sep 2025 02:40:46.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet1-22975752 part 23 1:M 22 Sep 2025 02:40:46.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet1-22975752 part 23 1:M 22 Sep 2025 02:40:46.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet1-22975752 part 23 1:M 22 Sep 2025 02:40:46.514 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet0-39424383 part 21 1:M 22 Sep 2025 02:40:46.559 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet0-39424383 part 21 1:M 22 Sep 2025 02:40:46.561 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet0-39424383 part 21 1:M 22 Sep 2025 02:40:46.563 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet0-39424383 part 21 1:M 22 Sep 2025 02:40:47.394 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDetailedPolicy1-95287583:default-application-policy-set part 29 1:M 22 Sep 2025 02:40:47.433 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDetailedPolicy1-95287583 part 24 1:M 22 Sep 2025 02:40:59.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:04.838 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:13.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:13.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:13.529 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:14.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:14.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:14.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:15.812 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDetailedPolicy1-95287583:default-application-policy-set part 29 1:M 22 Sep 2025 02:41:15.848 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDetailedPolicy1-95287583 part 24 1:M 22 Sep 2025 02:41:29.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:34.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:43.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:43.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:43.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:44.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:44.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:44.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:41:59.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:04.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:13.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:13.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:13.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:14.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:14.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:14.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:29.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:34.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:43.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:43.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:43.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:44.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:44.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:44.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:42:59.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:04.838 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:13.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:13.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:13.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:14.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:14.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:14.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:29.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:34.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:43.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:43.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:43.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:44.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:44.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:44.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:43:59.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:04.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:13.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:13.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:13.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:14.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:14.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:14.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:29.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:29.667 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ed51512b-51b1-4841-805a-7ef16edc6d3e part 18 1:M 22 Sep 2025 02:44:29.700 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:e02e3a45-cc2f-4969-87cc-faa4b355acd6 part 10 1:M 22 Sep 2025 02:44:34.456 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet1-60058244 part 20 1:M 22 Sep 2025 02:44:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e02e3a45-cc2f-4969-87cc-faa4b355acd6 part 10 1:M 22 Sep 2025 02:44:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e02e3a45-cc2f-4969-87cc-faa4b355acd6 part 10 1:M 22 Sep 2025 02:44:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ed51512b-51b1-4841-805a-7ef16edc6d3e part 18 1:M 22 Sep 2025 02:44:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ed51512b-51b1-4841-805a-7ef16edc6d3e part 18 1:M 22 Sep 2025 02:44:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ed51512b-51b1-4841-805a-7ef16edc6d3e part 18 1:M 22 Sep 2025 02:44:34.840 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:35.460 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ee0b9aed-df03-489e-9d63-99f26124dd64 part 15 1:M 22 Sep 2025 02:44:35.493 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:762ca9d9-b4bf-43a5-9ef8-198c10b38a69 part 4 1:M 22 Sep 2025 02:44:43.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:43.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:43.532 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:44.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:44.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:44.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:44:46.377 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet1-60058244 part 20 1:M 22 Sep 2025 02:44:46.440 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet1-60058244 part 20 1:M 22 Sep 2025 02:44:46.449 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet1-60058244 part 20 1:M 22 Sep 2025 02:44:46.450 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet1-60058244 part 20 1:M 22 Sep 2025 02:44:46.809 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet0-98582001 part 27 1:M 22 Sep 2025 02:44:46.842 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet0-98582001 part 27 1:M 22 Sep 2025 02:44:46.843 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet0-98582001 part 27 1:M 22 Sep 2025 02:44:46.843 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet0-98582001 part 27 1:M 22 Sep 2025 02:44:47.651 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:default-application-policy-set part 26 1:M 22 Sep 2025 02:44:47.691 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705 part 23 1:M 22 Sep 2025 02:44:59.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:04.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:13.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:13.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:13.532 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:14.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:14.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:14.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:16.453 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:default-application-policy-set part 26 1:M 22 Sep 2025 02:45:16.482 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705 part 23 1:M 22 Sep 2025 02:45:29.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:34.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:43.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:43.499 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:43.532 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:44.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:44.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:44.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:45:59.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:04.841 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:13.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:13.500 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:13.532 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:14.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:14.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:14.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:29.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:34.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:43.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:43.501 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:43.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:44.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:44.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:44.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:46:59.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:04.843 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:08.434 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestQos-16702119:60660372-e072-40ae-9cb3-bd46354e6ba2 part 14 1:M 22 Sep 2025 02:47:08.514 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d16a98ba-d5f3-489a-820d-caed0c27ba96 part 10 1:M 22 Sep 2025 02:47:08.597 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestQos-16702119:1264a7b5-60a5-4e50-af40-f437ca6564de part 18 1:M 22 Sep 2025 02:47:08.648 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:f551332d-a5a8-44c6-bec5-6c9996289a56 part 6 1:M 22 Sep 2025 02:47:08.720 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestQos-16702119:dfe592cf-63a5-4402-a2b8-09d4ef3d9d33 part 15 1:M 22 Sep 2025 02:47:08.758 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:2d508175-1d15-4548-93ed-fc7cc2c7e958 part 11 1:M 22 Sep 2025 02:47:09.906 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-20516152 part 24 1:M 22 Sep 2025 02:47:09.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-20516152 part 24 1:M 22 Sep 2025 02:47:09.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-20516152 part 24 1:M 22 Sep 2025 02:47:09.995 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-20516152 part 24 1:M 22 Sep 2025 02:47:10.203 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-34341271 part 21 1:M 22 Sep 2025 02:47:10.283 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-34341271 part 21 1:M 22 Sep 2025 02:47:10.283 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-34341271 part 21 1:M 22 Sep 2025 02:47:10.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-34341271 part 21 1:M 22 Sep 2025 02:47:13.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:13.500 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:13.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:14.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:14.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:14.444 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:17.095 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestQos-16702119:default-application-policy-set part 27 1:M 22 Sep 2025 02:47:17.121 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestQos-16702119 part 20 1:M 22 Sep 2025 02:47:29.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:34.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-16702119:ctest-vn-34341271 part 21 1:M 22 Sep 2025 02:47:34.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2d508175-1d15-4548-93ed-fc7cc2c7e958 part 11 1:M 22 Sep 2025 02:47:34.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2d508175-1d15-4548-93ed-fc7cc2c7e958 part 11 1:M 22 Sep 2025 02:47:34.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-16702119:dfe592cf-63a5-4402-a2b8-09d4ef3d9d33 part 15 1:M 22 Sep 2025 02:47:34.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-16702119:dfe592cf-63a5-4402-a2b8-09d4ef3d9d33 part 15 1:M 22 Sep 2025 02:47:34.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-16702119:dfe592cf-63a5-4402-a2b8-09d4ef3d9d33 part 15 1:M 22 Sep 2025 02:47:34.841 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:42.280 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:1e04a0f5-29d8-4086-8553-55593db928d2 part 19 1:M 22 Sep 2025 02:47:42.317 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:2a1280df-7d84-451e-a573-6d7e2951179f part 5 1:M 22 Sep 2025 02:47:42.348 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:d67819bb-edec-4493-bbbc-23896bd30a47 part 19 1:M 22 Sep 2025 02:47:42.399 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d72a507b-1add-4362-a64c-626e67282e20 part 7 1:M 22 Sep 2025 02:47:43.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:43.500 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:43.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:43.737 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-24293809 part 22 1:M 22 Sep 2025 02:47:43.907 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-23390921 part 22 1:M 22 Sep 2025 02:47:44.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:44.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:44.446 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:47:59.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:04.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-24293809 part 22 1:M 22 Sep 2025 02:48:04.459 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2a1280df-7d84-451e-a573-6d7e2951179f part 5 1:M 22 Sep 2025 02:48:04.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:1e04a0f5-29d8-4086-8553-55593db928d2 part 19 1:M 22 Sep 2025 02:48:04.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:1e04a0f5-29d8-4086-8553-55593db928d2 part 19 1:M 22 Sep 2025 02:48:04.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:1e04a0f5-29d8-4086-8553-55593db928d2 part 19 1:M 22 Sep 2025 02:48:04.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:13.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:13.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:13.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:14.173 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:3570ca14-0ece-4fd5-be3c-120d120f1a6e part 15 1:M 22 Sep 2025 02:48:14.219 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d93c1cc8-2964-4d65-8bc7-fc66ffd54e44 part 10 1:M 22 Sep 2025 02:48:14.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:14.249 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:be4a0aa5-0d9b-4b9b-93e2-ebb2946cbd34 part 17 1:M 22 Sep 2025 02:48:14.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:14.311 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:693561ce-62c6-4735-9cae-b6d33bbb0d7f part 6 1:M 22 Sep 2025 02:48:14.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:15.559 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-70001553 part 20 1:M 22 Sep 2025 02:48:15.616 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-70001553 part 20 1:M 22 Sep 2025 02:48:15.616 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-70001553 part 20 1:M 22 Sep 2025 02:48:15.618 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-70001553 part 20 1:M 22 Sep 2025 02:48:15.737 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-28588321 part 28 1:M 22 Sep 2025 02:48:15.793 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-28588321 part 28 1:M 22 Sep 2025 02:48:15.794 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-28588321 part 28 1:M 22 Sep 2025 02:48:15.802 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-28588321 part 28 1:M 22 Sep 2025 02:48:29.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:34.459 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-70001553 part 20 1:M 22 Sep 2025 02:48:34.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d93c1cc8-2964-4d65-8bc7-fc66ffd54e44 part 10 1:M 22 Sep 2025 02:48:34.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:3570ca14-0ece-4fd5-be3c-120d120f1a6e part 15 1:M 22 Sep 2025 02:48:34.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:3570ca14-0ece-4fd5-be3c-120d120f1a6e part 15 1:M 22 Sep 2025 02:48:34.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:3570ca14-0ece-4fd5-be3c-120d120f1a6e part 15 1:M 22 Sep 2025 02:48:34.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:39.949 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:fbc1a106-9cd7-4e89-b984-242012e1004b part 16 1:M 22 Sep 2025 02:48:39.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:b90283df-9b02-4939-abf5-1f75deb9678b part 5 1:M 22 Sep 2025 02:48:39.998 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:89688f08-85c9-4111-957d-0ee636f87b3b part 16 1:M 22 Sep 2025 02:48:40.027 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:864fed06-a907-4997-8830-b7aade9b2ef2 part 7 1:M 22 Sep 2025 02:48:41.384 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-41664643 part 29 1:M 22 Sep 2025 02:48:41.589 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-93177002 part 22 1:M 22 Sep 2025 02:48:43.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:43.501 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:43.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:44.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:44.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:44.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:48:59.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:04.457 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-60712185:ctest-bgpaas_vn-41664643 part 29 1:M 22 Sep 2025 02:49:04.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:864fed06-a907-4997-8830-b7aade9b2ef2 part 7 1:M 22 Sep 2025 02:49:04.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:89688f08-85c9-4111-957d-0ee636f87b3b part 16 1:M 22 Sep 2025 02:49:04.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:89688f08-85c9-4111-957d-0ee636f87b3b part 16 1:M 22 Sep 2025 02:49:04.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-60712185:89688f08-85c9-4111-957d-0ee636f87b3b part 16 1:M 22 Sep 2025 02:49:04.843 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:13.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:13.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:13.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:14.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:14.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:14.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:29.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:34.843 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:43.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:43.502 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:43.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:44.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:44.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:44.446 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:49:53.231 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-20792026:5ec10e3b-54b9-454e-8df7-2e6f1bb2cb4a part 18 1:M 22 Sep 2025 02:49:53.272 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:ff56b639-7f96-4799-bc9d-3e079b7184ad part 10 1:M 22 Sep 2025 02:49:54.727 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:service-vn-08099555 part 23 1:M 22 Sep 2025 02:49:54.773 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:service-vn-08099555 part 23 1:M 22 Sep 2025 02:49:54.773 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:service-vn-08099555 part 23 1:M 22 Sep 2025 02:49:54.773 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:service-vn-08099555 part 23 1:M 22 Sep 2025 02:49:59.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:04.846 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:13.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:13.502 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:13.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:14.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:14.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:14.446 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:29.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:34.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:43.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:43.502 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:43.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:44.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:44.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:44.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:50:59.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:04.846 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:13.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:13.502 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:13.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:14.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:14.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:14.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:19.122 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-20792026:f98fc41a-60b7-44f3-8fbe-3402a7a60d0d part 18 1:M 22 Sep 2025 02:51:19.167 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:c11e4a74-f99a-4ae8-914f-b86629c75406 part 4 1:M 22 Sep 2025 02:51:20.549 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:ctest-vn30-53838973 part 27 1:M 22 Sep 2025 02:51:20.589 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:ctest-vn30-53838973 part 27 1:M 22 Sep 2025 02:51:20.592 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:ctest-vn30-53838973 part 27 1:M 22 Sep 2025 02:51:20.598 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:ctest-vn30-53838973 part 27 1:M 22 Sep 2025 02:51:28.618 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicRTFilter-20792026:default-application-policy-set part 29 1:M 22 Sep 2025 02:51:28.647 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicRTFilter-20792026 part 20 1:M 22 Sep 2025 02:51:29.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:34.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-20792026:ctest-vn30-53838973 part 27 1:M 22 Sep 2025 02:51:34.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c11e4a74-f99a-4ae8-914f-b86629c75406 part 4 1:M 22 Sep 2025 02:51:34.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c11e4a74-f99a-4ae8-914f-b86629c75406 part 4 1:M 22 Sep 2025 02:51:34.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-20792026:f98fc41a-60b7-44f3-8fbe-3402a7a60d0d part 18 1:M 22 Sep 2025 02:51:34.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-20792026:f98fc41a-60b7-44f3-8fbe-3402a7a60d0d part 18 1:M 22 Sep 2025 02:51:34.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-20792026:f98fc41a-60b7-44f3-8fbe-3402a7a60d0d part 18 1:M 22 Sep 2025 02:51:34.844 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:43.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:43.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:43.536 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:44.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:44.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:44.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:51:59.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:04.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:13.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:13.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:13.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:14.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:14.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:14.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:29.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:34.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:43.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:43.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:43.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:44.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:44.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:44.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:52:59.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:04.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:13.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:13.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:13.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:14.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:14.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:14.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:29.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:34.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:43.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:43.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:43.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:44.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:44.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:44.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:53:59.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:04.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:13.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:13.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:13.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:14.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:14.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:14.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:18.573 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:adfeb910-c617-49f7-a0ef-82d32ede7ea5 part 17 1:M 22 Sep 2025 02:54:18.607 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:5ff2deaf-4ea5-4713-9ea3-db4c1d213630 part 5 1:M 22 Sep 2025 02:54:29.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:34.460 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375 part 26 1:M 22 Sep 2025 02:54:34.461 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5ff2deaf-4ea5-4713-9ea3-db4c1d213630 part 5 1:M 22 Sep 2025 02:54:34.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5ff2deaf-4ea5-4713-9ea3-db4c1d213630 part 5 1:M 22 Sep 2025 02:54:34.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:adfeb910-c617-49f7-a0ef-82d32ede7ea5 part 17 1:M 22 Sep 2025 02:54:34.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:adfeb910-c617-49f7-a0ef-82d32ede7ea5 part 17 1:M 22 Sep 2025 02:54:34.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:adfeb910-c617-49f7-a0ef-82d32ede7ea5 part 17 1:M 22 Sep 2025 02:54:34.846 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:36.824 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:313ae0db-c8f1-4c85-b716-30e2e2c35342 part 17 1:M 22 Sep 2025 02:54:36.850 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:11cd14ab-f51e-4f55-b887-b584cb2007fa part 8 1:M 22 Sep 2025 02:54:41.837 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375 part 26 1:M 22 Sep 2025 02:54:41.890 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375 part 26 1:M 22 Sep 2025 02:54:41.891 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375 part 26 1:M 22 Sep 2025 02:54:41.894 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375 part 26 1:M 22 Sep 2025 02:54:43.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:43.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:43.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:44.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:44.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:44.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:54:59.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:04.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:13.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:13.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:13.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:14.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:14.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:14.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:18.314 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:default-application-policy-set part 25 1:M 22 Sep 2025 02:55:18.348 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308 part 20 1:M 22 Sep 2025 02:55:29.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:34.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:43.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:43.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:43.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:44.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:44.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:44.452 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:55:59.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:04.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:13.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:13.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:13.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:14.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:14.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:14.452 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:29.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:34.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:43.322 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:43.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:43.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:44.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:44.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:44.453 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:56:59.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:04.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:13.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:13.509 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:13.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:14.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:14.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:14.453 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:29.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:34.850 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:36.661 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:5441b320-f059-40fe-bd1e-04b75b1a9d82 part 12 1:M 22 Sep 2025 02:57:36.696 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:00dc78b4-2f15-4dd2-910b-7590495e3158 part 10 1:M 22 Sep 2025 02:57:43.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:43.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:43.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:44.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:44.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:44.453 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:57:59.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:04.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522 part 28 1:M 22 Sep 2025 02:58:04.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:00dc78b4-2f15-4dd2-910b-7590495e3158 part 10 1:M 22 Sep 2025 02:58:04.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:00dc78b4-2f15-4dd2-910b-7590495e3158 part 10 1:M 22 Sep 2025 02:58:04.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:5441b320-f059-40fe-bd1e-04b75b1a9d82 part 12 1:M 22 Sep 2025 02:58:04.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:5441b320-f059-40fe-bd1e-04b75b1a9d82 part 12 1:M 22 Sep 2025 02:58:04.462 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:5441b320-f059-40fe-bd1e-04b75b1a9d82 part 12 1:M 22 Sep 2025 02:58:04.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:07.123 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:78069ee0-446c-465c-ae9e-9b2e15efde16 part 13 1:M 22 Sep 2025 02:58:07.159 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:4c00698a-e80b-48c6-bec3-c3ed4a1fb8ab part 9 1:M 22 Sep 2025 02:58:12.210 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522 part 28 1:M 22 Sep 2025 02:58:12.250 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522 part 28 1:M 22 Sep 2025 02:58:12.250 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522 part 28 1:M 22 Sep 2025 02:58:12.255 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522 part 28 1:M 22 Sep 2025 02:58:13.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:13.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:13.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:14.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:14.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:14.454 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:19.390 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:default-application-policy-set part 29 1:M 22 Sep 2025 02:58:19.423 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665 part 22 1:M 22 Sep 2025 02:58:29.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:34.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:43.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:43.507 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:43.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:44.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:44.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:44.459 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:58:59.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:04.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:13.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:13.507 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:13.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:14.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:14.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:14.459 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:29.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:34.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:43.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:43.507 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:43.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:44.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:44.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:44.457 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 02:59:59.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:04.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:13.325 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:13.508 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:13.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:14.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:14.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:14.456 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:29.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:34.860 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:43.322 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:43.507 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:43.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:44.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:44.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:44.461 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:00:59.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:04.853 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:09.280 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:5719131d-092b-4d83-8a4e-c349de46fe71 part 18 1:M 22 Sep 2025 03:01:09.308 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:f50ad434-3409-45d1-9690-0876e2c187c3 part 7 1:M 22 Sep 2025 03:01:13.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:13.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:13.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:14.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:14.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:14.458 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:29.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:34.464 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410 part 25 1:M 22 Sep 2025 03:01:34.464 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f50ad434-3409-45d1-9690-0876e2c187c3 part 7 1:M 22 Sep 2025 03:01:34.465 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f50ad434-3409-45d1-9690-0876e2c187c3 part 7 1:M 22 Sep 2025 03:01:34.465 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:5719131d-092b-4d83-8a4e-c349de46fe71 part 18 1:M 22 Sep 2025 03:01:34.467 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:5719131d-092b-4d83-8a4e-c349de46fe71 part 18 1:M 22 Sep 2025 03:01:34.467 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:5719131d-092b-4d83-8a4e-c349de46fe71 part 18 1:M 22 Sep 2025 03:01:34.853 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:36.800 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:e44f9179-858d-4e86-9a74-ac9f852cb871 part 17 1:M 22 Sep 2025 03:01:36.836 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:13628fe2-6458-48e6-8738-dfcc3d7da819 part 7 1:M 22 Sep 2025 03:01:41.840 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410 part 25 1:M 22 Sep 2025 03:01:41.885 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410 part 25 1:M 22 Sep 2025 03:01:41.885 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410 part 25 1:M 22 Sep 2025 03:01:41.890 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410 part 25 1:M 22 Sep 2025 03:01:43.322 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:43.508 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:43.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:44.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:44.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:44.459 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:01:59.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:04.592 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-66884561:10c754bc-3415-42c6-8daf-b04c12ac72c2 part 19 1:M 22 Sep 2025 03:02:04.632 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:b0cc9577-4f72-4752-bbc8-d19bf20df621 part 4 1:M 22 Sep 2025 03:02:04.851 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:05.329 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-66884561:804c3a1c-6700-46b2-a2b4-6e84413b00b5 part 16 1:M 22 Sep 2025 03:02:05.367 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:aa1064bf-5676-4559-a47d-40548adb54f0 part 8 1:M 22 Sep 2025 03:02:06.009 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-right_vn-33358215 part 23 1:M 22 Sep 2025 03:02:06.434 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-left_vn-07546283 part 23 1:M 22 Sep 2025 03:02:06.798 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-mgmt_vn-71330633 part 20 1:M 22 Sep 2025 03:02:07.762 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-66884561:0ec4a371-7441-4cc6-b227-107cf11c4123 part 18 1:M 22 Sep 2025 03:02:07.804 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a2d97747-1e2a-4235-8c45-41a5217e1b9e part 8 1:M 22 Sep 2025 03:02:09.250 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-third-vn-62544000 part 25 1:M 22 Sep 2025 03:02:13.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:13.508 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:13.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:14.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:14.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:14.463 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:20.154 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:default-application-policy-set part 24 1:M 22 Sep 2025 03:02:20.193 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628 part 21 1:M 22 Sep 2025 03:02:21.115 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-trans_right_vn-80560810 part 26 1:M 22 Sep 2025 03:02:21.485 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-trans_left_vn-46971766 part 21 1:M 22 Sep 2025 03:02:21.795 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-66884561:be048dbf-a868-4d36-a9a9-c6f1c9430e01 part 17 1:M 22 Sep 2025 03:02:21.824 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:76e284cd-60c0-4301-9117-745c8abac2f2 part 7 1:M 22 Sep 2025 03:02:22.835 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-66884561:5b91332c-f210-46b8-b84f-cfc1b0b7fbc5 part 18 1:M 22 Sep 2025 03:02:22.864 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:eb5ba5b3-9c57-4739-98cc-dd71572d9d8b part 9 1:M 22 Sep 2025 03:02:23.882 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-right_vn-67706980 part 26 1:M 22 Sep 2025 03:02:23.929 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-right_vn-67706980 part 26 1:M 22 Sep 2025 03:02:24.213 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-left_vn-89088845 part 24 1:M 22 Sep 2025 03:02:24.250 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-left_vn-89088845 part 24 1:M 22 Sep 2025 03:02:24.252 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-left_vn-89088845 part 24 1:M 22 Sep 2025 03:02:24.252 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-left_vn-89088845 part 24 1:M 22 Sep 2025 03:02:24.596 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-mgmt_vn-27564920 part 25 1:M 22 Sep 2025 03:02:24.648 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-mgmt_vn-27564920 part 25 1:M 22 Sep 2025 03:02:24.650 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-mgmt_vn-27564920 part 25 1:M 22 Sep 2025 03:02:24.652 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-66884561:ctest-mgmt_vn-27564920 part 25 1:M 22 Sep 2025 03:02:29.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:34.858 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:40.044 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-38628394:7a4193c5-c215-41f0-889a-4802bb1ba929 part 15 1:M 22 Sep 2025 03:02:40.079 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:ebd7c592-e794-4f82-8c7f-446b113e2e48 part 8 1:M 22 Sep 2025 03:02:41.010 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-38628394:be6a74cf-dd2a-42ce-be66-29dd1b33089f part 13 1:M 22 Sep 2025 03:02:41.039 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a1148b24-3bec-4507-9bfa-2b98acc062bc part 8 1:M 22 Sep 2025 03:02:41.530 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-38628394:service-right-vn-49178236 part 20 1:M 22 Sep 2025 03:02:41.892 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-38628394:service-left-vn-48125310 part 23 1:M 22 Sep 2025 03:02:42.237 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-38628394:ctest-mgmt_vn-96492422 part 21 1:M 22 Sep 2025 03:02:43.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:43.509 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:43.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:44.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:44.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:44.463 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:02:52.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-38628394:8d640b70-742b-4f17-8861-c5da55a2eb8a part 13 1:M 22 Sep 2025 03:02:52.539 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d16f32ce-3efa-4794-a3d6-60d4ab22d076 part 10 1:M 22 Sep 2025 03:02:53.339 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-38628394:ccc60891-063d-4d09-ba95-c15bdecfdd3e part 17 1:M 22 Sep 2025 03:02:53.377 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:951cd613-31d5-4671-adc1-e01877be2d98 part 11 1:M 22 Sep 2025 03:02:53.945 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-38628394:ctest-right_vn-33512258 part 23 1:M 22 Sep 2025 03:02:54.318 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-38628394:ctest-left_vn-36167302 part 29 1:M 22 Sep 2025 03:02:54.630 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-38628394:ctest-mgmt_vn-30580528 part 20 1:M 22 Sep 2025 03:02:59.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:04.852 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:09.335 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcHC-53321636:ca7a5a46-63a4-41a6-89c5-36a1738bad6d part 14 1:M 22 Sep 2025 03:03:09.375 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:cfcee4fc-f60f-4eb5-99b2-fb10d75b25a9 part 8 1:M 22 Sep 2025 03:03:10.482 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcHC-53321636:ac1593a3-2187-429f-8bfc-122327c52ccb part 16 1:M 22 Sep 2025 03:03:10.516 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:59c9b009-c67f-4d55-a774-ce3d331cba59 part 11 1:M 22 Sep 2025 03:03:10.916 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-53321636:ctest-right_vn-07594744 part 27 1:M 22 Sep 2025 03:03:11.303 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-53321636:ctest-left_vn-80575147 part 21 1:M 22 Sep 2025 03:03:11.685 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-53321636:ctest-mgmt_vn-05518485 part 28 1:M 22 Sep 2025 03:03:13.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:13.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:13.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:14.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:14.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:14.460 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:20.877 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSvcRegr-38628394:default-application-policy-set part 20 1:M 22 Sep 2025 03:03:20.913 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSvcRegr-66884561:default-application-policy-set part 29 1:M 22 Sep 2025 03:03:20.926 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSvcRegr-38628394 part 29 1:M 22 Sep 2025 03:03:20.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSvcRegr-66884561 part 28 1:M 22 Sep 2025 03:03:23.784 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-53321636:ctest-trans_right_vn-10936108 part 20 1:M 22 Sep 2025 03:03:24.139 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-53321636:ctest-trans_left_vn-38452741 part 21 1:M 22 Sep 2025 03:03:24.456 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcHC-53321636:b83c551e-240f-4eb1-bc38-9b960fa8c9f1 part 13 1:M 22 Sep 2025 03:03:24.509 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:fcd9efff-0511-4603-aa6a-6056398aae9e part 5 1:M 22 Sep 2025 03:03:25.179 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcHC-53321636:753e1839-e898-4bf2-8a74-e49ec8c3ed8f part 17 1:M 22 Sep 2025 03:03:25.206 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:1d32c787-93e4-41bc-a7fd-62919d626aef part 6 1:M 22 Sep 2025 03:03:26.589 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-53321636:ctest-right_vn-90725183 part 22 1:M 22 Sep 2025 03:03:26.948 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-53321636:ctest-left_vn-73170326 part 29 1:M 22 Sep 2025 03:03:27.341 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-53321636:ctest-mgmt_vn-30052800 part 24 1:M 22 Sep 2025 03:03:29.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:34.854 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:43.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:43.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:43.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:44.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:44.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:44.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:03:59.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:04.854 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:13.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:13.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:13.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:14.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:14.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:14.461 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:21.457 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSvcHC-53321636:default-application-policy-set part 23 1:M 22 Sep 2025 03:04:21.514 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSvcHC-53321636 part 28 1:M 22 Sep 2025 03:04:29.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:34.855 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:43.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:43.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:43.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:44.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:44.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:44.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:04:59.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:04.856 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:13.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:13.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:13.545 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:14.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:14.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:14.464 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:29.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:34.855 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:43.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:43.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:43.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:44.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:44.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:44.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:05:59.106 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:04.855 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:06.931 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectSITable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-si-80806857 part 23 1:M 22 Sep 2025 03:06:07.672 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-trans_right_vn-53848716 part 23 1:M 22 Sep 2025 03:06:07.727 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-trans_right_vn-53848716 part 23 1:M 22 Sep 2025 03:06:07.728 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-trans_right_vn-53848716 part 23 1:M 22 Sep 2025 03:06:07.729 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-trans_right_vn-53848716 part 23 1:M 22 Sep 2025 03:06:08.088 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-44010836:80e49c2f-f2f3-4d6d-8cdc-4b9a2d7af5e3 part 17 1:M 22 Sep 2025 03:06:08.140 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:ec63efa7-725c-48cd-90f2-27f90f32c69b part 9 1:M 22 Sep 2025 03:06:08.359 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-44010836:9d7adb75-2e74-4a10-9bdc-af2ab1b8ebe9 part 19 1:M 22 Sep 2025 03:06:08.412 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:33985034-fd11-433e-98d7-fe4fa9cc04c2 part 9 1:M 22 Sep 2025 03:06:08.463 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-44010836:fef9c9ca-ad1b-4464-b700-c85d2d727417 part 17 1:M 22 Sep 2025 03:06:08.507 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:83160b4f-a99d-4faf-8572-5a6ba1883228 part 4 1:M 22 Sep 2025 03:06:10.106 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-trans_left_vn-55024949 part 28 1:M 22 Sep 2025 03:06:10.140 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-trans_left_vn-55024949 part 28 1:M 22 Sep 2025 03:06:10.141 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-trans_left_vn-55024949 part 28 1:M 22 Sep 2025 03:06:10.143 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-trans_left_vn-55024949 part 28 1:M 22 Sep 2025 03:06:10.503 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-mgmt_vn-93350579 part 22 1:M 22 Sep 2025 03:06:10.574 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-mgmt_vn-93350579 part 22 1:M 22 Sep 2025 03:06:10.575 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-mgmt_vn-93350579 part 22 1:M 22 Sep 2025 03:06:10.583 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-mgmt_vn-93350579 part 22 1:M 22 Sep 2025 03:06:10.939 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-right-85733723 part 25 1:M 22 Sep 2025 03:06:11.019 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-right-85733723 part 25 1:M 22 Sep 2025 03:06:11.022 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-right-85733723 part 25 1:M 22 Sep 2025 03:06:11.022 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-right-85733723 part 25 1:M 22 Sep 2025 03:06:11.344 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-left-16474559 part 25 1:M 22 Sep 2025 03:06:11.420 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-left-16474559 part 25 1:M 22 Sep 2025 03:06:11.421 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-left-16474559 part 25 1:M 22 Sep 2025 03:06:11.425 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-left-16474559 part 25 1:M 22 Sep 2025 03:06:13.325 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:13.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:13.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:14.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:14.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:14.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:22.193 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSVCV2Mirror-44010836:default-application-policy-set part 26 1:M 22 Sep 2025 03:06:22.225 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSVCV2Mirror-44010836 part 23 1:M 22 Sep 2025 03:06:29.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:34.466 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-44010836:ctest-right-85733723 part 25 1:M 22 Sep 2025 03:06:34.466 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:83160b4f-a99d-4faf-8572-5a6ba1883228 part 4 1:M 22 Sep 2025 03:06:34.466 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:83160b4f-a99d-4faf-8572-5a6ba1883228 part 4 1:M 22 Sep 2025 03:06:34.466 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-44010836:fef9c9ca-ad1b-4464-b700-c85d2d727417 part 17 1:M 22 Sep 2025 03:06:34.466 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-44010836:fef9c9ca-ad1b-4464-b700-c85d2d727417 part 17 1:M 22 Sep 2025 03:06:34.466 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-44010836:fef9c9ca-ad1b-4464-b700-c85d2d727417 part 17 1:M 22 Sep 2025 03:06:34.855 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:43.325 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:43.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:43.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:44.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:44.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:44.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:06:59.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:04.856 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:13.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:13.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:13.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:14.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:14.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:14.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:29.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:34.856 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:43.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:43.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:43.545 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:44.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:44.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:44.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:07:59.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:04.858 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:13.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:13.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:13.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:14.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:14.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:14.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:29.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:34.857 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:43.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:43.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:43.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:44.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:44.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:44.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:08:59.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:04.858 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:13.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:13.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:13.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:14.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:14.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:14.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:29.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:29.803 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-23017793:d0424270-51ac-4d1f-88aa-493b62eb509f part 17 1:M 22 Sep 2025 03:09:29.823 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:52cbf668-ba51-490f-ba0b-03d2aa64efb9 part 11 1:M 22 Sep 2025 03:09:29.835 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-23017793:911f648d-7fde-4a2b-a091-8428d5eb1ad9 part 16 1:M 22 Sep 2025 03:09:29.866 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:99a2237a-0d87-48b3-b63e-7e036ee7f5ef part 11 1:M 22 Sep 2025 03:09:31.243 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-23017793:ctest-vn1-vdns-34604392 part 23 1:M 22 Sep 2025 03:09:31.308 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-23017793:ctest-vn1-vdns-34604392 part 23 1:M 22 Sep 2025 03:09:31.312 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-23017793:ctest-vn1-vdns-34604392 part 23 1:M 22 Sep 2025 03:09:31.312 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-23017793:ctest-vn1-vdns-34604392 part 23 1:M 22 Sep 2025 03:09:34.465 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-23017793:ctest-vn1-vdns-34604392 part 23 1:M 22 Sep 2025 03:09:34.469 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:99a2237a-0d87-48b3-b63e-7e036ee7f5ef part 11 1:M 22 Sep 2025 03:09:34.472 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:99a2237a-0d87-48b3-b63e-7e036ee7f5ef part 11 1:M 22 Sep 2025 03:09:34.473 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-23017793:911f648d-7fde-4a2b-a091-8428d5eb1ad9 part 16 1:M 22 Sep 2025 03:09:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-23017793:911f648d-7fde-4a2b-a091-8428d5eb1ad9 part 16 1:M 22 Sep 2025 03:09:34.482 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-23017793:911f648d-7fde-4a2b-a091-8428d5eb1ad9 part 16 1:M 22 Sep 2025 03:09:34.857 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:43.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:43.516 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:43.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:44.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:44.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:44.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:09:59.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:04.857 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:13.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:13.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:13.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:14.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:14.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:14.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:23.100 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestvDNSBasic0-23017793:default-application-policy-set part 26 1:M 22 Sep 2025 03:10:23.138 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestvDNSBasic0-23017793 part 23 1:M 22 Sep 2025 03:10:29.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:34.858 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:43.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:43.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:43.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:44.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:44.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:44.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:10:59.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:04.862 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:13.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:13.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:13.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:14.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:14.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:14.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:29.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:34.859 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:43.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:43.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:43.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:44.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:44.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:44.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:11:59.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:04.859 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:13.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:13.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:13.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:14.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:14.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:14.470 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:29.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:34.860 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:43.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:43.516 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:43.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:44.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:44.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:44.471 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:12:59.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:04.863 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:12.752 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-23214298:1aea5e78-cd1d-4cdc-828b-43983ef168fd part 19 1:M 22 Sep 2025 03:13:12.783 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d43db3e0-1198-416d-ba0c-db3aaf17809b part 6 1:M 22 Sep 2025 03:13:12.870 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-23214298:0a597688-e1c2-4437-8807-1444ab2fa452 part 17 1:M 22 Sep 2025 03:13:12.903 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:ca47ed27-56a8-4129-b304-9a27adc7a009 part 11 1:M 22 Sep 2025 03:13:13.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:13.518 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:13.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:14.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:14.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:14.287 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-vn1-76798230 part 27 1:M 22 Sep 2025 03:13:14.333 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-vn1-76798230 part 27 1:M 22 Sep 2025 03:13:14.334 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-vn1-76798230 part 27 1:M 22 Sep 2025 03:13:14.336 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-vn1-76798230 part 27 1:M 22 Sep 2025 03:13:14.471 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:14.678 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-fvn-61390363 part 21 1:M 22 Sep 2025 03:13:14.731 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-fvn-61390363 part 21 1:M 22 Sep 2025 03:13:14.731 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-fvn-61390363 part 21 1:M 22 Sep 2025 03:13:14.735 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-fvn-61390363 part 21 1:M 22 Sep 2025 03:13:24.037 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicVMVNx-23214298:default-application-policy-set part 25 1:M 22 Sep 2025 03:13:24.069 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVNx-23214298 part 22 1:M 22 Sep 2025 03:13:29.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:34.466 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-23214298:ctest-fvn-61390363 part 21 1:M 22 Sep 2025 03:13:34.471 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d43db3e0-1198-416d-ba0c-db3aaf17809b part 6 1:M 22 Sep 2025 03:13:34.472 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d43db3e0-1198-416d-ba0c-db3aaf17809b part 6 1:M 22 Sep 2025 03:13:34.472 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-23214298:1aea5e78-cd1d-4cdc-828b-43983ef168fd part 19 1:M 22 Sep 2025 03:13:34.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-23214298:1aea5e78-cd1d-4cdc-828b-43983ef168fd part 19 1:M 22 Sep 2025 03:13:34.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-23214298:1aea5e78-cd1d-4cdc-828b-43983ef168fd part 19 1:M 22 Sep 2025 03:13:34.859 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:36.515 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-22194770:8946426c-6dce-4fcc-81f8-8a35de0b05f9 part 17 1:M 22 Sep 2025 03:13:36.550 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:c010a5e8-60ff-4f69-ac17-e8fac1dbcd19 part 6 1:M 22 Sep 2025 03:13:38.003 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-22194770:ctest-vn2_metadata-24043691 part 20 1:M 22 Sep 2025 03:13:43.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:43.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:43.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:44.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:44.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:44.471 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:13:59.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:00.377 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-22194770:d2460120-be3f-4bef-90a2-29f9d2494b8c part 12 1:M 22 Sep 2025 03:14:00.417 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:23ec951c-e596-4876-b5ce-3fe4487106cd part 4 1:M 22 Sep 2025 03:14:01.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-22194770:ctest-vn-63819559 part 27 1:M 22 Sep 2025 03:14:04.859 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:13.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:13.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:13.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:14.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:14.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:14.472 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:29.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:34.861 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:37.240 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-22194770:b25a6a3c-98c0-4885-bf9a-230cf5d81b70 part 13 1:M 22 Sep 2025 03:14:37.278 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:7416eb4f-0297-412b-b58e-61615348eb13 part 8 1:M 22 Sep 2025 03:14:37.543 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-22194770:ac4fd1f2-e407-4ceb-875a-c2b36db87c0f part 18 1:M 22 Sep 2025 03:14:37.571 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:37108685-1559-4d79-9002-d512a55fbe01 part 11 1:M 22 Sep 2025 03:14:37.595 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-22194770:021e28ad-9d35-46b6-be0e-87a8d8174d80 part 12 1:M 22 Sep 2025 03:14:37.629 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:f1734589-8898-47a0-ac61-a0398a4ef788 part 8 1:M 22 Sep 2025 03:14:37.729 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-22194770:ctest-vn-95358171 part 24 1:M 22 Sep 2025 03:14:37.795 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-22194770:ctest-vn-95358171 part 24 1:M 22 Sep 2025 03:14:37.795 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-22194770:ctest-vn-95358171 part 24 1:M 22 Sep 2025 03:14:37.797 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-22194770:ctest-vn-95358171 part 24 1:M 22 Sep 2025 03:14:43.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:43.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:43.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:44.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:44.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:44.475 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:14:59.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:04.468 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-22194770:ctest-vn-95358171 part 24 1:M 22 Sep 2025 03:15:04.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f1734589-8898-47a0-ac61-a0398a4ef788 part 8 1:M 22 Sep 2025 03:15:04.484 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-22194770:021e28ad-9d35-46b6-be0e-87a8d8174d80 part 12 1:M 22 Sep 2025 03:15:04.485 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-22194770:021e28ad-9d35-46b6-be0e-87a8d8174d80 part 12 1:M 22 Sep 2025 03:15:04.485 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-22194770:021e28ad-9d35-46b6-be0e-87a8d8174d80 part 12 1:M 22 Sep 2025 03:15:04.874 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:13.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:13.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:13.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:14.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:14.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:14.474 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:24.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicVMVN-22194770:default-application-policy-set part 26 1:M 22 Sep 2025 03:15:24.458 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVN-22194770 part 21 1:M 22 Sep 2025 03:15:29.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:34.862 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:43.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:43.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:43.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:44.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:44.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:44.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:15:59.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:04.865 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:13.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:13.519 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:13.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:14.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:14.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:14.474 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:29.113 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:34.868 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:43.332 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:43.518 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:43.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:44.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:44.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:44.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:16:59.113 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:04.862 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:13.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:13.519 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:13.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:14.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:14.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:14.476 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:29.113 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:34.868 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:43.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:43.520 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:43.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:44.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:44.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:44.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:17:59.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:04.865 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:13.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:13.520 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:13.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:14.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:14.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:14.477 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:29.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:34.863 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:43.332 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:43.520 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:43.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:44.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:44.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:44.482 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:18:59.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:04.864 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:13.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:13.520 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:13.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:14.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:14.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:14.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:29.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:34.864 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:43.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:43.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:43.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:44.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:44.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:44.481 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:19:59.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:04.867 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:13.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:13.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:13.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:14.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:14.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:14.478 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:29.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:34.864 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:43.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:43.520 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:43.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:44.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:44.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:44.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:20:59.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:04.866 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:12.057 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:8a96a8b6-091f-4fa1-b11a-d0fcec2557fe part 12 1:M 22 Sep 2025 03:21:12.099 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:5efb9e98-fcb3-4458-942d-89d0b00deaff part 5 1:M 22 Sep 2025 03:21:13.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:13.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:13.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:14.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:14.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:14.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:22.216 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:9cc2495d-05c4-4c76-a797-a062e5afabfa part 18 1:M 22 Sep 2025 03:21:22.269 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:8909caad-a4e0-4a49-b310-b90138ceec43 part 4 1:M 22 Sep 2025 03:21:22.623 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:4aa850dd-632f-4043-8abc-6cf0d94217e3 part 14 1:M 22 Sep 2025 03:21:22.685 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:92d19116-dee5-462e-a081-93a508b48760 part 5 1:M 22 Sep 2025 03:21:22.745 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:b3580843-109e-4ee5-863b-a658bdf0cfec part 14 1:M 22 Sep 2025 03:21:22.778 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:68bb5b9c-d707-4344-8ff1-66cf071ebcc0 part 6 1:M 22 Sep 2025 03:21:24.000 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:ctest-vn-03113663 part 27 1:M 22 Sep 2025 03:21:24.049 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:ctest-vn-03113663 part 27 1:M 22 Sep 2025 03:21:24.051 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:ctest-vn-03113663 part 27 1:M 22 Sep 2025 03:21:24.053 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:ctest-vn-03113663 part 27 1:M 22 Sep 2025 03:21:29.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:31.127 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:default-application-policy-set part 23 1:M 22 Sep 2025 03:21:31.152 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825 part 22 1:M 22 Sep 2025 03:21:34.468 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:ctest-vn-03113663 part 27 1:M 22 Sep 2025 03:21:34.472 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5efb9e98-fcb3-4458-942d-89d0b00deaff part 5 1:M 22 Sep 2025 03:21:34.473 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5efb9e98-fcb3-4458-942d-89d0b00deaff part 5 1:M 22 Sep 2025 03:21:34.473 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:92d19116-dee5-462e-a081-93a508b48760 part 5 1:M 22 Sep 2025 03:21:34.473 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:92d19116-dee5-462e-a081-93a508b48760 part 5 1:M 22 Sep 2025 03:21:34.473 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:4aa850dd-632f-4043-8abc-6cf0d94217e3 part 14 1:M 22 Sep 2025 03:21:34.473 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:4aa850dd-632f-4043-8abc-6cf0d94217e3 part 14 1:M 22 Sep 2025 03:21:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:4aa850dd-632f-4043-8abc-6cf0d94217e3 part 14 1:M 22 Sep 2025 03:21:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:8a96a8b6-091f-4fa1-b11a-d0fcec2557fe part 12 1:M 22 Sep 2025 03:21:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:8a96a8b6-091f-4fa1-b11a-d0fcec2557fe part 12 1:M 22 Sep 2025 03:21:34.476 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-22548825:8a96a8b6-091f-4fa1-b11a-d0fcec2557fe part 12 1:M 22 Sep 2025 03:21:34.869 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:43.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:43.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:43.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:44.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:44.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:44.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:21:59.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:04.865 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:13.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:13.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:13.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:14.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:14.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:14.480 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:26.146 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestLacp-84500959:default-application-policy-set part 23 1:M 22 Sep 2025 03:22:26.289 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestMtu-80164612:default-application-policy-set part 25 1:M 22 Sep 2025 03:22:26.312 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestLacp-84500959 part 24 1:M 22 Sep 2025 03:22:26.326 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestVifdump-05763472:default-application-policy-set part 24 1:M 22 Sep 2025 03:22:26.348 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestFbitMergeBuffDisable-02727418:default-application-policy-set part 20 1:M 22 Sep 2025 03:22:26.368 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDpdkBondStatus-17788270:default-application-policy-set part 23 1:M 22 Sep 2025 03:22:26.399 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestMtu-80164612 part 26 1:M 22 Sep 2025 03:22:26.435 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestGroGso-84979166:default-application-policy-set part 24 1:M 22 Sep 2025 03:22:26.453 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestVifdump-05763472 part 25 1:M 22 Sep 2025 03:22:26.470 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestFbitMergeBuffDisable-02727418 part 23 1:M 22 Sep 2025 03:22:26.482 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDpdkBondStatus-17788270 part 26 1:M 22 Sep 2025 03:22:26.495 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestGroGso-84979166 part 27 1:M 22 Sep 2025 03:22:29.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:34.866 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:43.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:43.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:43.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:44.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:44.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:44.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:22:59.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:04.866 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:13.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:13.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:13.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:14.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:14.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:14.481 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:29.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:34.866 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:43.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:43.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:43.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:44.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:44.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:44.481 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:23:59.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:04.867 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:13.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:13.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:13.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:14.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:14.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:14.482 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:29.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:34.870 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:43.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:43.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:43.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:44.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:44.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:44.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:24:59.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:04.867 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:13.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:13.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:13.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:14.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:14.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:14.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:29.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:34.874 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:43.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:43.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:43.556 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:44.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:44.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:44.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:25:59.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:04.883 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:13.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:13.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:13.556 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:14.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:14.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:14.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:29.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:34.879 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:43.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:43.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:43.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:44.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:44.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:44.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:26:59.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:04.875 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:13.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:13.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:13.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:14.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:14.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:14.485 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:25.535 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-69285305:ctest-vmi-38551718 part 18 1:M 22 Sep 2025 03:27:25.999 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-69285305:21bce1d7-09a0-4ca3-a09e-5cbf3a31b817 part 14 1:M 22 Sep 2025 03:27:26.037 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:5368517c-2fb8-45c0-a40f-694d61c85168 part 5 1:M 22 Sep 2025 03:27:26.387 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-69285305:94910864-cfff-4f00-8894-076916edc372 part 17 1:M 22 Sep 2025 03:27:26.411 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a6384377-baa1-4b76-bf37-fc4c814fcf96 part 5 1:M 22 Sep 2025 03:27:27.903 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-69285305:ctest-vn-81053351 part 20 1:M 22 Sep 2025 03:27:27.935 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-69285305:ctest-vn-81053351 part 20 1:M 22 Sep 2025 03:27:27.938 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-69285305:ctest-vn-81053351 part 20 1:M 22 Sep 2025 03:27:27.939 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-69285305:ctest-vn-81053351 part 20 1:M 22 Sep 2025 03:27:29.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:31.904 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowAggr-69285305:default-application-policy-set part 23 1:M 22 Sep 2025 03:27:31.937 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowAggr-69285305 part 24 1:M 22 Sep 2025 03:27:34.472 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-69285305:ctest-vn-81053351 part 20 1:M 22 Sep 2025 03:27:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5368517c-2fb8-45c0-a40f-694d61c85168 part 5 1:M 22 Sep 2025 03:27:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5368517c-2fb8-45c0-a40f-694d61c85168 part 5 1:M 22 Sep 2025 03:27:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-69285305:21bce1d7-09a0-4ca3-a09e-5cbf3a31b817 part 14 1:M 22 Sep 2025 03:27:34.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-69285305:21bce1d7-09a0-4ca3-a09e-5cbf3a31b817 part 14 1:M 22 Sep 2025 03:27:34.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-69285305:21bce1d7-09a0-4ca3-a09e-5cbf3a31b817 part 14 1:M 22 Sep 2025 03:27:34.878 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:43.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:43.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:43.556 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:44.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:44.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:44.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:27:56.248 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutes-87119503:cee10ed8-d0d4-44df-9f90-a4461ce3dfbf part 19 1:M 22 Sep 2025 03:27:56.281 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:f5a358fa-d085-46a4-a22c-631148c551cc part 7 1:M 22 Sep 2025 03:27:59.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:04.876 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:13.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:13.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:13.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:14.049 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutes-87119503:ctest-vmi-74797890 part 17 1:M 22 Sep 2025 03:28:14.086 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:8a5f219b-1082-4aa2-9e6c-e69c850796ff part 11 1:M 22 Sep 2025 03:28:14.166 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRoutes-87119503:ctest-random-88419771 part 26 1:M 22 Sep 2025 03:28:14.238 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-87119503:ctest-random-88419771 part 26 1:M 22 Sep 2025 03:28:14.238 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-87119503:ctest-random-88419771 part 26 1:M 22 Sep 2025 03:28:14.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:14.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:14.487 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:27.132 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRoutes-87119503:default-application-policy-set part 21 1:M 22 Sep 2025 03:28:27.161 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRoutes-87119503 part 22 1:M 22 Sep 2025 03:28:29.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutes-87119503:ctest-random-88419771 part 26 1:M 22 Sep 2025 03:28:34.476 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8a5f219b-1082-4aa2-9e6c-e69c850796ff part 11 1:M 22 Sep 2025 03:28:34.476 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8a5f219b-1082-4aa2-9e6c-e69c850796ff part 11 1:M 22 Sep 2025 03:28:34.476 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-87119503:ctest-vmi-74797890 part 17 1:M 22 Sep 2025 03:28:34.477 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-87119503:ctest-vmi-74797890 part 17 1:M 22 Sep 2025 03:28:34.477 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-87119503:ctest-vmi-74797890 part 17 1:M 22 Sep 2025 03:28:34.877 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:43.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:43.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:43.562 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:44.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:44.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:44.486 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:28:59.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:04.882 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:13.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:13.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:13.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:14.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:14.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:14.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:29.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:34.877 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:43.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:43.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:43.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:44.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:44.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:44.487 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:29:59.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:04.884 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:13.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:13.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:13.560 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:14.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:14.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:14.487 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:29.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:34.878 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:43.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:43.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:43.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:44.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:44.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:44.494 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:30:59.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:04.880 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:12.366 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:aed01b77-450f-4409-8af0-4ba0a0c05768 part 17 1:M 22 Sep 2025 03:31:12.559 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:9c49a424-6f77-4d4f-bf88-a8dd429e3883 part 13 1:M 22 Sep 2025 03:31:13.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:13.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:13.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:13.683 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:827be720-b538-4f16-a25e-2f907c8a3012 part 13 1:M 22 Sep 2025 03:31:13.735 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:08fdc00f-1762-4126-9f79-c9d1aab254cb part 5 1:M 22 Sep 2025 03:31:14.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:14.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:14.468 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vmi-30859983 part 12 1:M 22 Sep 2025 03:31:14.494 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:14.673 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vmi-00672360 part 15 1:M 22 Sep 2025 03:31:14.718 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:2cfc952e-3af7-4175-966b-df292ea1b6ad part 8 1:M 22 Sep 2025 03:31:14.829 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vmi-73419238 part 12 1:M 22 Sep 2025 03:31:14.988 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vmi-24222112 part 15 1:M 22 Sep 2025 03:31:15.091 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vmi-21619041 part 15 1:M 22 Sep 2025 03:31:15.305 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vmi-17641051 part 16 1:M 22 Sep 2025 03:31:15.344 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:bbe7768e-921a-44fb-89fb-323cbfc31e27 part 9 1:M 22 Sep 2025 03:31:15.426 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-75015086 part 21 1:M 22 Sep 2025 03:31:15.487 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-75015086 part 21 1:M 22 Sep 2025 03:31:15.489 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-75015086 part 21 1:M 22 Sep 2025 03:31:15.489 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-75015086 part 21 1:M 22 Sep 2025 03:31:15.619 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-43053812 part 25 1:M 22 Sep 2025 03:31:15.686 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-43053812 part 25 1:M 22 Sep 2025 03:31:15.690 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-43053812 part 25 1:M 22 Sep 2025 03:31:15.692 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-43053812 part 25 1:M 22 Sep 2025 03:31:15.811 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-57658649 part 23 1:M 22 Sep 2025 03:31:15.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-57658649 part 23 1:M 22 Sep 2025 03:31:15.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-57658649 part 23 1:M 22 Sep 2025 03:31:15.863 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-57658649 part 23 1:M 22 Sep 2025 03:31:26.424 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSubInterfaces-81203692:default-application-policy-set part 20 1:M 22 Sep 2025 03:31:26.501 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSubInterfaces-81203692 part 29 1:M 22 Sep 2025 03:31:29.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-57658649 part 23 1:M 22 Sep 2025 03:31:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-81203692:ctest-vn-75015086 part 21 1:M 22 Sep 2025 03:31:34.474 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:08fdc00f-1762-4126-9f79-c9d1aab254cb part 5 1:M 22 Sep 2025 03:31:34.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:08fdc00f-1762-4126-9f79-c9d1aab254cb part 5 1:M 22 Sep 2025 03:31:34.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:827be720-b538-4f16-a25e-2f907c8a3012 part 13 1:M 22 Sep 2025 03:31:34.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:827be720-b538-4f16-a25e-2f907c8a3012 part 13 1:M 22 Sep 2025 03:31:34.475 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-81203692:827be720-b538-4f16-a25e-2f907c8a3012 part 13 1:M 22 Sep 2025 03:31:34.880 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:43.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:43.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:43.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:44.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:44.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:44.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:31:59.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:04.879 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:13.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:13.529 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:13.560 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:14.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:14.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:14.490 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:29.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:34.883 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:43.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:43.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:43.560 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:44.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:44.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:44.489 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:32:59.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:04.879 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:13.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:13.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:13.560 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:14.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:14.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:14.489 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:29.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:34.881 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:43.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:43.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:43.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:44.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:44.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:44.490 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:33:59.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:04.881 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:13.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:13.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:13.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:14.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:14.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:14.491 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:18.526 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-30821205:d6c0712a-0c5c-4e99-8d74-bf9067d5749d part 12 1:M 22 Sep 2025 03:34:18.575 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:16fba2b9-b975-4ec8-880a-29ff7c6121b0 part 7 1:M 22 Sep 2025 03:34:18.595 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-30821205:e003e40e-e04d-4326-8ba9-e964cb045271 part 14 1:M 22 Sep 2025 03:34:18.654 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:803ea304-e79c-459e-b00a-8bbe551a4192 part 8 1:M 22 Sep 2025 03:34:19.947 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-30821205:ctest-vn-06914241 part 20 1:M 22 Sep 2025 03:34:19.995 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-30821205:ctest-vn-06914241 part 20 1:M 22 Sep 2025 03:34:19.996 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-30821205:ctest-vn-06914241 part 20 1:M 22 Sep 2025 03:34:20.002 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-30821205:ctest-vn-06914241 part 20 1:M 22 Sep 2025 03:34:27.183 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestMtuProbe-30821205:default-application-policy-set part 22 1:M 22 Sep 2025 03:34:27.227 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestMtuProbe-30821205 part 27 1:M 22 Sep 2025 03:34:29.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:34.880 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:43.348 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:43.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:43.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:44.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:44.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:44.495 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:34:59.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:04.882 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:13.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:13.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:13.565 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:14.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:14.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:14.491 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:29.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:34.881 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:43.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:43.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:43.562 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:44.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:44.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:44.492 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:35:54.329 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestvifStats-55617978:5a3853d1-51fb-48d8-ab24-33594e071d3f part 16 1:M 22 Sep 2025 03:35:54.392 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:bc4f3674-1832-4d0a-97a3-85865c483f7d part 10 1:M 22 Sep 2025 03:35:54.431 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestvifStats-55617978:939dd21c-7650-43c0-a796-cc61304606b9 part 18 1:M 22 Sep 2025 03:35:54.479 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:549debe6-44b2-4f21-97be-8c3d225d4972 part 6 1:M 22 Sep 2025 03:35:55.771 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestvifStats-55617978:ctest-vn-63800275 part 29 1:M 22 Sep 2025 03:35:55.824 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-55617978:ctest-vn-63800275 part 29 1:M 22 Sep 2025 03:35:55.824 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-55617978:ctest-vn-63800275 part 29 1:M 22 Sep 2025 03:35:55.825 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-55617978:ctest-vn-63800275 part 29 1:M 22 Sep 2025 03:35:59.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:04.882 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:13.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:13.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:13.562 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:14.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:14.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:14.492 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:27.806 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestvifStats-55617978:default-application-policy-set part 23 1:M 22 Sep 2025 03:36:27.842 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestvifStats-55617978 part 22 1:M 22 Sep 2025 03:36:29.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:34.882 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:43.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:43.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:43.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:44.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:44.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:44.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:36:59.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:04.882 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:13.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:13.532 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:13.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:14.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:14.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:14.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:29.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:34.881 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:43.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:43.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:43.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:44.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:44.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:44.494 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:37:50.938 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-38033841:2e2a0154-0d38-4f20-937b-7d493a3ce785 part 18 1:M 22 Sep 2025 03:37:50.985 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a9d16043-7a1f-498d-a97d-be11dfd69ffd part 8 1:M 22 Sep 2025 03:37:51.082 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-38033841:e9ff3203-248d-4b2f-a956-3c52385b5301 part 18 1:M 22 Sep 2025 03:37:51.114 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:dbb6b0b2-4878-4abd-83de-689105c6d607 part 6 1:M 22 Sep 2025 03:37:52.382 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-38033841:ctest-vn1-12295408 part 24 1:M 22 Sep 2025 03:37:52.433 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-38033841:ctest-vn1-12295408 part 24 1:M 22 Sep 2025 03:37:52.434 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-38033841:ctest-vn1-12295408 part 24 1:M 22 Sep 2025 03:37:52.445 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-38033841:ctest-vn1-12295408 part 24 1:M 22 Sep 2025 03:37:59.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:04.882 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:13.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:13.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:13.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:14.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:14.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:14.494 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:28.336 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-AnalyticsTestSanityWithMin-38033841:default-application-policy-set part 27 1:M 22 Sep 2025 03:38:28.364 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-AnalyticsTestSanityWithMin-38033841 part 26 1:M 22 Sep 2025 03:38:29.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:34.885 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:43.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:43.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:43.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:44.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:44.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:44.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:38:59.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:04.886 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:13.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:13.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:13.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:14.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:14.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:14.499 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:29.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:34.884 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:43.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:43.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:43.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:44.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:44.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:44.495 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:39:59.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:04.885 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:13.345 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:13.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:13.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:14.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:14.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:14.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:29.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:34.885 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:43.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:43.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:43.565 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:44.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:44.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:44.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:40:59.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:04.883 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:13.345 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:13.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:13.565 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:14.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:14.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:14.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:29.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:34.885 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:43.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:43.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:43.567 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:44.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:44.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:44.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:41:59.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:04.884 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:13.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:13.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:13.566 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:14.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:14.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:14.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:29.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:34.884 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:43.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:43.536 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:43.566 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:44.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:44.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:44.497 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:42:59.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:04.885 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:10.874 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:5e3723e0-0451-43f2-bcb0-f799f1014e8f part 18 1:M 22 Sep 2025 03:43:11.209 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:0c78d0c3-c609-4aba-9853-972b047118df part 16 1:M 22 Sep 2025 03:43:11.219 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:7a914199-5d09-44aa-a20d-3d46127d2130 part 15 1:M 22 Sep 2025 03:43:11.252 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:c56fd0de-65e2-4569-a2ab-e29cf6a4608d part 8 1:M 22 Sep 2025 03:43:11.276 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:24c0b461-6cfa-4203-a4bd-369665c63e71 part 7 1:M 22 Sep 2025 03:43:11.302 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:f180650e-7aa5-4a20-ae28-061bc6b15fee part 12 1:M 22 Sep 2025 03:43:11.333 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:6c73a806-fced-4719-9af5-188b582652ad part 11 1:M 22 Sep 2025 03:43:12.192 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-fip_vn-13600869 part 22 1:M 22 Sep 2025 03:43:12.238 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-fip_vn-13600869 part 22 1:M 22 Sep 2025 03:43:12.248 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-fip_vn-13600869 part 22 1:M 22 Sep 2025 03:43:12.249 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-fip_vn-13600869 part 22 1:M 22 Sep 2025 03:43:12.588 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn2-26233083 part 24 1:M 22 Sep 2025 03:43:12.635 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn2-26233083 part 24 1:M 22 Sep 2025 03:43:12.635 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn2-26233083 part 24 1:M 22 Sep 2025 03:43:12.638 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn2-26233083 part 24 1:M 22 Sep 2025 03:43:13.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:13.536 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:13.569 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:13.629 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:6cf3ef86-7e4f-45dc-a736-9fa2ac0c1f6e part 19 1:M 22 Sep 2025 03:43:13.679 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:00e0b855-6d61-425f-90a5-c07d9ab0edb0 part 8 1:M 22 Sep 2025 03:43:13.717 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:f987959a-782a-49a4-9a3c-2be6cb0e3f2e part 17 1:M 22 Sep 2025 03:43:13.752 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:0a8265dc-bc10-4aa8-a71b-b430bacf7fdd part 7 1:M 22 Sep 2025 03:43:14.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:14.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:14.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:15.117 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn1-53202659 part 24 1:M 22 Sep 2025 03:43:15.169 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn1-53202659 part 24 1:M 22 Sep 2025 03:43:15.169 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn1-53202659 part 24 1:M 22 Sep 2025 03:43:15.169 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn1-53202659 part 24 1:M 22 Sep 2025 03:43:29.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:29.321 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:default-application-policy-set part 24 1:M 22 Sep 2025 03:43:29.361 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745 part 27 1:M 22 Sep 2025 03:43:29.415 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestAsn4-41522677:default-application-policy-set part 23 1:M 22 Sep 2025 03:43:29.454 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestAsn4-41522677 part 20 1:M 22 Sep 2025 03:43:34.477 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-fip_vn-13600869 part 22 1:M 22 Sep 2025 03:43:34.478 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:ctest-vn2-26233083 part 24 1:M 22 Sep 2025 03:43:34.478 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:24c0b461-6cfa-4203-a4bd-369665c63e71 part 7 1:M 22 Sep 2025 03:43:34.479 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:24c0b461-6cfa-4203-a4bd-369665c63e71 part 7 1:M 22 Sep 2025 03:43:34.479 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c56fd0de-65e2-4569-a2ab-e29cf6a4608d part 8 1:M 22 Sep 2025 03:43:34.479 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c56fd0de-65e2-4569-a2ab-e29cf6a4608d part 8 1:M 22 Sep 2025 03:43:34.480 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:0c78d0c3-c609-4aba-9853-972b047118df part 16 1:M 22 Sep 2025 03:43:34.480 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:0c78d0c3-c609-4aba-9853-972b047118df part 16 1:M 22 Sep 2025 03:43:34.480 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:0c78d0c3-c609-4aba-9853-972b047118df part 16 1:M 22 Sep 2025 03:43:34.480 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:7a914199-5d09-44aa-a20d-3d46127d2130 part 15 1:M 22 Sep 2025 03:43:34.480 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:7a914199-5d09-44aa-a20d-3d46127d2130 part 15 1:M 22 Sep 2025 03:43:34.480 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-69437745:7a914199-5d09-44aa-a20d-3d46127d2130 part 15 1:M 22 Sep 2025 03:43:34.886 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:43.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:43.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:43.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:44.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:44.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:44.500 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:43:59.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:04.887 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:13.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:13.536 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:13.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:14.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:14.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:14.499 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:29.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:34.892 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:43.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:43.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:43.571 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:44.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:44.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:44.499 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:44:59.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:04.896 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:13.348 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:13.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:13.569 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:14.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:14.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:14.501 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:29.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:34.895 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:43.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:43.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:43.572 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:44.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:44.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:44.500 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:45:59.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:04.894 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:13.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:13.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:13.570 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:14.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:14.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:14.501 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:29.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:34.895 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:43.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:43.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:43.572 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:44.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:44.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:44.507 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:46:59.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:04.896 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:13.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:13.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:13.570 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:14.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:14.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:14.501 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:14.884 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 28 1:M 22 Sep 2025 03:47:14.884 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 28 1:M 22 Sep 2025 03:47:14.884 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 28 1:M 22 Sep 2025 03:47:14.886 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 21 1:M 22 Sep 2025 03:47:14.886 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 21 1:M 22 Sep 2025 03:47:14.886 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 21 1:M 22 Sep 2025 03:47:14.893 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 21 1:M 22 Sep 2025 03:47:14.893 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 21 1:M 22 Sep 2025 03:47:14.893 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840:ctest-bgpaas_vn-00639840:ctest-TestBGPaaSlocalAS-08506271-65018833 part 21 1:M 22 Sep 2025 03:47:15.720 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-08506271:d1cad144-2be6-43e6-8e54-d7e6d0fe759f part 12 1:M 22 Sep 2025 03:47:15.802 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d5646d9f-40c6-42d3-a93e-e3bbd86c7fa0 part 8 1:M 22 Sep 2025 03:47:15.802 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-08506271:dd337bc0-bdcd-46b1-a812-bea46d4d07f9 part 19 1:M 22 Sep 2025 03:47:15.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:f649b85b-7fde-4552-bdca-3562ee9aaa5f part 4 1:M 22 Sep 2025 03:47:17.153 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840 part 25 1:M 22 Sep 2025 03:47:17.223 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840 part 25 1:M 22 Sep 2025 03:47:17.223 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840 part 25 1:M 22 Sep 2025 03:47:17.225 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840 part 25 1:M 22 Sep 2025 03:47:29.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:29.967 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBGPaaSlocalAS-08506271:default-application-policy-set part 25 1:M 22 Sep 2025 03:47:30.009 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBGPaaSlocalAS-08506271 part 24 1:M 22 Sep 2025 03:47:34.479 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-08506271:ctest-bgpaas_vn-00639840 part 25 1:M 22 Sep 2025 03:47:34.480 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d5646d9f-40c6-42d3-a93e-e3bbd86c7fa0 part 8 1:M 22 Sep 2025 03:47:34.480 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d5646d9f-40c6-42d3-a93e-e3bbd86c7fa0 part 8 1:M 22 Sep 2025 03:47:34.481 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-08506271:d1cad144-2be6-43e6-8e54-d7e6d0fe759f part 12 1:M 22 Sep 2025 03:47:34.481 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-08506271:d1cad144-2be6-43e6-8e54-d7e6d0fe759f part 12 1:M 22 Sep 2025 03:47:34.484 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-08506271:d1cad144-2be6-43e6-8e54-d7e6d0fe759f part 12 1:M 22 Sep 2025 03:47:34.896 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:43.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:43.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:43.570 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:44.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:44.301 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:44.502 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:47:59.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:04.895 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:13.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:13.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:13.571 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:14.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:14.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:14.502 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:29.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:34.897 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:43.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:43.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:43.574 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:44.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:44.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:44.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:48:59.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:04.898 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:13.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:13.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:13.571 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:14.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:14.301 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:14.507 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:29.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:34.903 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:43.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:43.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:43.572 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:44.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:44.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:44.507 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:49:59.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:04.897 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:13.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:13.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:13.572 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:14.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:14.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:14.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:29.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:34.897 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:43.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:43.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:43.573 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:44.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:44.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:44.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:50:59.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:04.897 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:09.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 25 1:M 22 Sep 2025 03:51:09.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 22 1:M 22 Sep 2025 03:51:09.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 22 1:M 22 Sep 2025 03:51:09.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 25 1:M 22 Sep 2025 03:51:09.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 22 1:M 22 Sep 2025 03:51:09.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 25 1:M 22 Sep 2025 03:51:09.525 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 23 1:M 22 Sep 2025 03:51:09.526 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 23 1:M 22 Sep 2025 03:51:09.527 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 23 1:M 22 Sep 2025 03:51:09.646 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:4daea03f-55dc-41bc-a0a0-9135441208b1 part 21 1:M 22 Sep 2025 03:51:09.646 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:4daea03f-55dc-41bc-a0a0-9135441208b1 part 21 1:M 22 Sep 2025 03:51:09.650 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:4daea03f-55dc-41bc-a0a0-9135441208b1 part 24 1:M 22 Sep 2025 03:51:09.656 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392:ctest-cnz_vn-35300392:4daea03f-55dc-41bc-a0a0-9135441208b1 part 22 1:M 22 Sep 2025 03:51:10.571 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:cdaba3f5-e6b6-4fec-a251-dfaa16362946 part 14 1:M 22 Sep 2025 03:51:10.628 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:e53f7ffd-bb85-4048-ae41-1851c856f583 part 10 1:M 22 Sep 2025 03:51:10.771 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:4daea03f-55dc-41bc-a0a0-9135441208b1 part 19 1:M 22 Sep 2025 03:51:10.824 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:ade9cac4-dbbf-4b06-9721-f85a029a5cb7 part 18 1:M 22 Sep 2025 03:51:10.825 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:4fc10ed0-2d23-475a-afe8-869a1a2b908a part 8 1:M 22 Sep 2025 03:51:10.894 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:10cc9c8b-4ffe-46dd-9881-dc75b7516971 part 8 1:M 22 Sep 2025 03:51:12.051 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392 part 28 1:M 22 Sep 2025 03:51:12.145 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392 part 28 1:M 22 Sep 2025 03:51:12.145 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392 part 28 1:M 22 Sep 2025 03:51:12.146 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392 part 28 1:M 22 Sep 2025 03:51:13.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:13.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:13.573 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:14.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:14.303 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:14.505 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:29.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:34.483 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-35300392 part 28 1:M 22 Sep 2025 03:51:34.485 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4fc10ed0-2d23-475a-afe8-869a1a2b908a part 8 1:M 22 Sep 2025 03:51:34.485 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4fc10ed0-2d23-475a-afe8-869a1a2b908a part 8 1:M 22 Sep 2025 03:51:34.485 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:4daea03f-55dc-41bc-a0a0-9135441208b1 part 19 1:M 22 Sep 2025 03:51:34.485 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:4daea03f-55dc-41bc-a0a0-9135441208b1 part 19 1:M 22 Sep 2025 03:51:34.486 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:4daea03f-55dc-41bc-a0a0-9135441208b1 part 19 1:M 22 Sep 2025 03:51:34.898 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:43.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:43.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:43.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:44.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:44.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:44.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:51:59.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:04.902 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:13.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:13.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:13.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:14.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:14.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:14.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:29.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:34.902 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:43.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:43.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:43.574 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:44.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:44.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:44.506 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:52:59.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:04.899 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:13.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:13.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:13.574 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:14.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:14.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:14.508 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:29.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:34.900 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:43.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:43.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:43.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:44.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:44.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:44.508 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:53:59.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:04.905 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:13.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:13.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:13.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:14.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:14.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:14.508 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:29.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:34.898 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:43.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:43.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:43.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:44.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:44.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:44.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:54:59.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:01.576 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:8244be9e-fa15-4276-b671-4644b2996ca2 part 22 1:M 22 Sep 2025 03:55:01.586 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:8244be9e-fa15-4276-b671-4644b2996ca2 part 23 1:M 22 Sep 2025 03:55:01.587 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:8244be9e-fa15-4276-b671-4644b2996ca2 part 23 1:M 22 Sep 2025 03:55:01.591 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:8244be9e-fa15-4276-b671-4644b2996ca2 part 24 1:M 22 Sep 2025 03:55:01.614 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:8244be9e-fa15-4276-b671-4644b2996ca2 part 24 1:M 22 Sep 2025 03:55:01.842 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-3:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 26 1:M 22 Sep 2025 03:55:01.844 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 27 1:M 22 Sep 2025 03:55:01.844 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-2:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 27 1:M 22 Sep 2025 03:55:01.845 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 24 1:M 22 Sep 2025 03:55:01.846 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:cn-jenkins-deploy-platform-ansible-os-4159-1:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919:ctest-cnz_vn-02405919:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 24 1:M 22 Sep 2025 03:55:03.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:8244be9e-fa15-4276-b671-4644b2996ca2 part 17 1:M 22 Sep 2025 03:55:03.202 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:d54dfefc-b630-425b-a70c-8b4034236718 part 9 1:M 22 Sep 2025 03:55:03.230 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:56ccbdee-26e5-46c8-96e1-7c4dba8dbe50 part 16 1:M 22 Sep 2025 03:55:03.274 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:b07cdf8c-d58d-42f2-b644-315925ea1190 part 7 1:M 22 Sep 2025 03:55:03.335 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 15 1:M 22 Sep 2025 03:55:03.378 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:cdecfd9b-2755-4341-874f-acd95898659f part 6 1:M 22 Sep 2025 03:55:04.481 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919 part 21 1:M 22 Sep 2025 03:55:04.484 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b07cdf8c-d58d-42f2-b644-315925ea1190 part 7 1:M 22 Sep 2025 03:55:04.484 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b07cdf8c-d58d-42f2-b644-315925ea1190 part 7 1:M 22 Sep 2025 03:55:04.484 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cdecfd9b-2755-4341-874f-acd95898659f part 6 1:M 22 Sep 2025 03:55:04.484 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cdecfd9b-2755-4341-874f-acd95898659f part 6 1:M 22 Sep 2025 03:55:04.484 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:56ccbdee-26e5-46c8-96e1-7c4dba8dbe50 part 16 1:M 22 Sep 2025 03:55:04.485 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:56ccbdee-26e5-46c8-96e1-7c4dba8dbe50 part 16 1:M 22 Sep 2025 03:55:04.485 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:56ccbdee-26e5-46c8-96e1-7c4dba8dbe50 part 16 1:M 22 Sep 2025 03:55:04.486 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 15 1:M 22 Sep 2025 03:55:04.486 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 15 1:M 22 Sep 2025 03:55:04.486 * DelUVE on an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-77112957:9ab7f676-2432-4bdb-bfd5-ac33915601c2 part 15 1:M 22 Sep 2025 03:55:04.597 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919 part 21 1:M 22 Sep 2025 03:55:04.696 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919 part 21 1:M 22 Sep 2025 03:55:04.696 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919 part 21 1:M 22 Sep 2025 03:55:04.701 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-77112957:ctest-cnz_vn-02405919 part 21 1:M 22 Sep 2025 03:55:04.899 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:13.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:13.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:13.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:14.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:14.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:14.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:29.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:31.121 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBGPaasZone-77112957:default-application-policy-set part 22 1:M 22 Sep 2025 03:55:31.152 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDM-47998146:default-application-policy-set part 22 1:M 22 Sep 2025 03:55:31.179 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBGPaasZone-77112957 part 23 1:M 22 Sep 2025 03:55:31.222 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDM-47998146 part 21 1:M 22 Sep 2025 03:55:31.242 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestEncapCases-67936363:default-application-policy-set part 20 1:M 22 Sep 2025 03:55:31.268 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestEncapCases-67936363 part 23 1:M 22 Sep 2025 03:55:34.901 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:43.357 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:43.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:43.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:44.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:44.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:44.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:55:59.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:04.901 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:13.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:13.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:13.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:14.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:14.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:14.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:29.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:34.901 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:43.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:43.545 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:43.578 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:44.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:44.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:44.510 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:56:59.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:04.900 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:13.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:13.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:13.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:14.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:14.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:14.511 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:29.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:34.900 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:43.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:43.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:43.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:44.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:44.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:44.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:59.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:57:59.679 * DelRequest for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VMITags 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 22 Sep 2025 03:57:59.679 * Read UVES:an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VMIStats 1:M 22 Sep 2025 03:57:59.679 * Delete an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 22 Sep 2025 03:57:59.679 * Remove an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 22 Sep 2025 03:57:59.679 * Delete Request for an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0 successful 1:M 22 Sep 2025 03:57:59.682 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:10.20.0.18 part 22 1:M 22 Sep 2025 03:57:59.682 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:10.20.0.18 part 22 1:M 22 Sep 2025 03:57:59.699 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:10.20.0.18 part 21 1:M 22 Sep 2025 03:57:59.700 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:10.20.0.18 part 21 1:M 22 Sep 2025 03:58:08.232 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:10.20.0.192 part 28 1:M 22 Sep 2025 03:58:08.232 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:10.20.0.192 part 28 1:M 22 Sep 2025 03:58:08.233 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:10.20.0.192 part 21 1:M 22 Sep 2025 03:58:08.233 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:10.20.0.192 part 21 1:M 22 Sep 2025 03:58:13.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:13.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:13.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:14.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:14.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:14.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:29.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:43.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:43.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:43.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:44.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:44.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:44.512 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:58:59.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:13.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:13.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:13.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:14.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:14.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:14.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:28.925 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-58237118:30de7fb1-98dc-4e17-90c2-cb010292d7a8 part 15 1:M 22 Sep 2025 03:59:28.960 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:e4ff07fa-e591-4c92-b07d-60db7059d4fb part 8 1:M 22 Sep 2025 03:59:29.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:43.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:43.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:43.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:44.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:44.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:44.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 03:59:52.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-58237118:43db4ffd-ba6e-489f-9d7d-578f8a8a0599 part 18 1:M 22 Sep 2025 03:59:52.460 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:642d6940-7c67-43cf-85e5-b88d1f66627e part 7 1:M 22 Sep 2025 03:59:59.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:13.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:13.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:13.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:13.750 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1 part 20 1:M 22 Sep 2025 04:00:13.804 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1 part 20 1:M 22 Sep 2025 04:00:13.804 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1 part 20 1:M 22 Sep 2025 04:00:13.808 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1 part 20 1:M 22 Sep 2025 04:00:14.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:14.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:14.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:29.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:32.350 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSerialSanity_MX-61662464:default-application-policy-set part 28 1:M 22 Sep 2025 04:00:32.388 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestGWLessFWD-57642152:default-application-policy-set part 25 1:M 22 Sep 2025 04:00:32.435 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestEvpnCasesRestart-58237118:default-application-policy-set part 25 1:M 22 Sep 2025 04:00:32.469 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSerialSanity_MX-61662464 part 23 1:M 22 Sep 2025 04:00:32.486 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestEvpnCasesRestart-58237118 part 20 1:M 22 Sep 2025 04:00:32.509 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestGWLessFWD-57642152 part 24 1:M 22 Sep 2025 04:00:43.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:43.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:43.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:44.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:44.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:44.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:00:59.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:13.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:13.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:13.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:14.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:14.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:14.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:17.902 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-39274262:13402b02-e07d-4c16-b49e-8053c4c3a734 part 19 1:M 22 Sep 2025 04:01:17.955 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:8e9104b0-e1c9-46bb-988b-0590799fe0d2 part 9 1:M 22 Sep 2025 04:01:18.040 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-39274262:7e471bdd-ad9a-4de6-8925-469d468415b8 part 16 1:M 22 Sep 2025 04:01:18.071 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:73b9d98e-3829-4a7d-b367-3c69db40bcef part 7 1:M 22 Sep 2025 04:01:19.790 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn2 part 29 1:M 22 Sep 2025 04:01:19.838 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn2 part 29 1:M 22 Sep 2025 04:01:19.840 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn2 part 29 1:M 22 Sep 2025 04:01:19.843 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn2 part 29 1:M 22 Sep 2025 04:01:19.972 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn1 part 28 1:M 22 Sep 2025 04:01:20.013 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn1 part 28 1:M 22 Sep 2025 04:01:20.017 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn1 part 28 1:M 22 Sep 2025 04:01:20.017 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn1 part 28 1:M 22 Sep 2025 04:01:21.404 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-39274262:41058851-4cf7-4f74-8a94-c212e4c4a762 part 14 1:M 22 Sep 2025 04:01:21.416 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-39274262:6f533b0d-68b6-4273-a484-9e6bae9df120 part 13 1:M 22 Sep 2025 04:01:21.471 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:b5e3e9ae-d6d5-4c02-ab1c-ca852f452e6e part 11 1:M 22 Sep 2025 04:01:21.488 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:e8d2efc6-bd49-4ef5-8853-4c3b7c2efbbf part 4 1:M 22 Sep 2025 04:01:22.772 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6dn part 20 1:M 22 Sep 2025 04:01:22.820 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6dn part 20 1:M 22 Sep 2025 04:01:22.820 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6dn part 20 1:M 22 Sep 2025 04:01:22.823 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6dn part 20 1:M 22 Sep 2025 04:01:22.964 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6sr part 29 1:M 22 Sep 2025 04:01:23.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6sr part 29 1:M 22 Sep 2025 04:01:23.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6sr part 29 1:M 22 Sep 2025 04:01:23.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6sr part 29 1:M 22 Sep 2025 04:01:29.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:43.359 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:43.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:43.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:44.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:44.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:44.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:01:59.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:09.513 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-39274262:17dabedc-eb9d-4d7c-88ac-0579495aa812 part 16 1:M 22 Sep 2025 04:02:09.531 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-39274262:cf3d4656-02cd-450c-a77c-c18ce831b913 part 18 1:M 22 Sep 2025 04:02:09.568 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:007674b4-b35c-428a-afaf-5614c307a8a8 part 8 1:M 22 Sep 2025 04:02:09.605 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:a2002565-1882-4c92-89f2-8ee440ba7dc2 part 9 1:M 22 Sep 2025 04:02:11.391 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn2 part 29 1:M 22 Sep 2025 04:02:11.578 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:vn1 part 28 1:M 22 Sep 2025 04:02:13.354 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-39274262:c7d6c659-60bf-4d94-ada4-26f4a4c6948b part 14 1:M 22 Sep 2025 04:02:13.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:13.409 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:af48b2a6-6f44-4062-9be6-fb3804f05e16 part 11 1:M 22 Sep 2025 04:02:13.440 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-39274262:d96379d6-3741-43f4-9139-c4edfdfa48ee part 12 1:M 22 Sep 2025 04:02:13.503 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:065bdbfc-791c-4e81-b95f-27467188d552 part 4 1:M 22 Sep 2025 04:02:13.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:13.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:14.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:14.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:14.516 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:14.666 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6dn part 20 1:M 22 Sep 2025 04:02:14.710 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6dn part 20 1:M 22 Sep 2025 04:02:14.710 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6dn part 20 1:M 22 Sep 2025 04:02:14.711 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6dn part 20 1:M 22 Sep 2025 04:02:14.888 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6sr part 29 1:M 22 Sep 2025 04:02:14.940 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6sr part 29 1:M 22 Sep 2025 04:02:14.941 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6sr part 29 1:M 22 Sep 2025 04:02:14.941 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-39274262:test_vnv6sr part 29 1:M 22 Sep 2025 04:02:29.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:33.008 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestMd5testsOnControl-39274262:default-application-policy-set part 21 1:M 22 Sep 2025 04:02:33.051 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestMd5testsOnControl-39274262 part 28 1:M 22 Sep 2025 04:02:43.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:43.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:43.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:44.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:44.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:44.519 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:02:51.790 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRbac-98884841:b23f6629-beb3-46c1-a5ad-456091ec4c11 part 18 1:M 22 Sep 2025 04:02:51.826 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:516cb4b4-4031-40fe-b031-fe5f44006b25 part 6 1:M 22 Sep 2025 04:02:59.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:07.125 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRbac-05187821:ctest-TestRbac-05187821-41762381 part 25 1:M 22 Sep 2025 04:03:13.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:13.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:13.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:14.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:14.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:14.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:25.149 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-23226839:ctest-TestRbacBasic-23226839-30734564 part 29 1:M 22 Sep 2025 04:03:25.296 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-70211592:ctest-TestRbacBasic-70211592-31550500 part 20 1:M 22 Sep 2025 04:03:29.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:34.216 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRbac-98884841:default-application-policy-set part 27 1:M 22 Sep 2025 04:03:34.303 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRbac-94204416:default-application-policy-set part 21 1:M 22 Sep 2025 04:03:34.363 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRbac-05187821:default-application-policy-set part 29 1:M 22 Sep 2025 04:03:34.364 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRbac-98884841 part 20 1:M 22 Sep 2025 04:03:34.366 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRbac-94204416 part 20 1:M 22 Sep 2025 04:03:34.461 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRbac-05187821 part 20 1:M 22 Sep 2025 04:03:34.523 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRbacBasic-23226839:default-application-policy-set part 20 1:M 22 Sep 2025 04:03:34.538 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRbacBasic-70211592:default-application-policy-set part 22 1:M 22 Sep 2025 04:03:34.559 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRbacBasic-23226839 part 25 1:M 22 Sep 2025 04:03:34.582 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRbacBasic-70211592 part 27 1:M 22 Sep 2025 04:03:41.215 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-46985279 part 23 1:M 22 Sep 2025 04:03:43.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:43.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:43.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:44.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:44.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:44.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:03:59.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:10.637 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRbacBasic-20373608:521d41e3-09b9-47d8-a7d2-754f6a9d8b54 part 19 1:M 22 Sep 2025 04:04:10.675 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:b879a3d5-eda3-4b8e-bc40-3d3e5ec950ef part 6 1:M 22 Sep 2025 04:04:13.359 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:13.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:13.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:14.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:14.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:14.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:29.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:35.300 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-02002875 part 29 1:M 22 Sep 2025 04:04:35.379 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-02002875 part 29 1:M 22 Sep 2025 04:04:35.383 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-02002875 part 29 1:M 22 Sep 2025 04:04:35.384 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-02002875 part 29 1:M 22 Sep 2025 04:04:35.730 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-33758693 part 23 1:M 22 Sep 2025 04:04:35.795 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-33758693 part 23 1:M 22 Sep 2025 04:04:35.799 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-33758693 part 23 1:M 22 Sep 2025 04:04:35.799 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-33758693 part 23 1:M 22 Sep 2025 04:04:43.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:43.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:43.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:44.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:44.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:44.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:04:59.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:13.359 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:13.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:13.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:14.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:14.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:14.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:29.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:35.260 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRbacBasic-20373608:default-application-policy-set part 20 1:M 22 Sep 2025 04:05:35.305 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRbacBasic-20373608 part 23 1:M 22 Sep 2025 04:05:43.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:43.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:43.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:44.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:44.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:44.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:05:59.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:13.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:13.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:13.584 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:14.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:14.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:14.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:29.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:43.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:43.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:43.586 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:44.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:44.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:44.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:06:59.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:13.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:13.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:13.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:14.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:14.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:14.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:28.882 * DelRequest for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 1:M 22 Sep 2025 04:07:28.882 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:ModuleClientState 1:M 22 Sep 2025 04:07:28.882 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:ModuleClientState [#1] 1:M 22 Sep 2025 04:07:28.882 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:BgpPeerInfoData 1:M 22 Sep 2025 04:07:28.882 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 22 Sep 2025 04:07:28.882 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:PeerStatsData 1:M 22 Sep 2025 04:07:28.882 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:PeerStatsData [#4] 1:M 22 Sep 2025 04:07:28.882 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:BgpRouterState 1:M 22 Sep 2025 04:07:28.882 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:BgpRouterState [#1] 1:M 22 Sep 2025 04:07:28.882 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:XmppPeerInfoData 1:M 22 Sep 2025 04:07:28.882 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:XmppPeerInfoData [#2] 1:M 22 Sep 2025 04:07:28.882 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:RoutingInstanceStatsData 1:M 22 Sep 2025 04:07:28.882 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:RoutingInstanceStatsData [#5] 1:M 22 Sep 2025 04:07:28.883 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:NodeStatus 1:M 22 Sep 2025 04:07:28.883 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:NodeStatus [#1] 1:M 22 Sep 2025 04:07:28.883 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:PeerFlapData 1:M 22 Sep 2025 04:07:28.883 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0:PeerFlapData [#2] 1:M 22 Sep 2025 04:07:28.883 * Remove cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 from NGENERATORS 1:M 22 Sep 2025 04:07:28.883 * Delete Request for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0 successful 1:M 22 Sep 2025 04:07:29.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:43.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:43.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:43.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:44.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:44.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:07:56.094 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-73921524:ef026981-f184-4156-9664-548cfc46a7f0 part 13 1:M 22 Sep 2025 04:07:56.134 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:ea262d74-4362-4d06-be60-b29a6eb13caf part 11 1:M 22 Sep 2025 04:07:59.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:04.857 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-73921524:430dd6a6-dbde-4959-afb0-44066efc0622 part 18 1:M 22 Sep 2025 04:08:04.899 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVMTable:eeabc166-a138-44e2-8629-2435da52fc57 part 10 1:M 22 Sep 2025 04:08:12.971 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-27673793 part 27 1:M 22 Sep 2025 04:08:13.023 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-27673793 part 27 1:M 22 Sep 2025 04:08:13.025 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-27673793 part 27 1:M 22 Sep 2025 04:08:13.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:13.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:13.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:14.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:14.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:29.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:43.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:43.556 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:43.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:44.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:44.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:08:59.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:13.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:13.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:13.585 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:14.322 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:14.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:29.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:43.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:43.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:43.586 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:44.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:44.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:09:59.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:11.090 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:10.20.0.18 part 27 1:M 22 Sep 2025 04:10:11.094 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:10.20.0.18 part 27 1:M 22 Sep 2025 04:10:13.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:13.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:13.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:14.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:14.532 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:19.607 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:10.20.0.192 part 21 1:M 22 Sep 2025 04:10:19.607 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:10.20.0.192 part 21 1:M 22 Sep 2025 04:10:29.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:33.591 * DelRequest for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 1:M 22 Sep 2025 04:10:33.591 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:ModuleClientState 1:M 22 Sep 2025 04:10:33.591 * Delete cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:ModuleClientState [#1] 1:M 22 Sep 2025 04:10:33.591 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:BgpPeerInfoData 1:M 22 Sep 2025 04:10:33.591 * Delete cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 22 Sep 2025 04:10:33.591 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:PeerStatsData 1:M 22 Sep 2025 04:10:33.592 * Delete cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:PeerStatsData [#2] 1:M 22 Sep 2025 04:10:33.592 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:BgpRouterState 1:M 22 Sep 2025 04:10:33.592 * Delete cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:BgpRouterState [#1] 1:M 22 Sep 2025 04:10:33.592 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:XmppPeerInfoData 1:M 22 Sep 2025 04:10:33.592 * Delete cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:XmppPeerInfoData [#2] 1:M 22 Sep 2025 04:10:33.592 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:RoutingInstanceStatsData 1:M 22 Sep 2025 04:10:33.592 * Delete cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:RoutingInstanceStatsData [#6] 1:M 22 Sep 2025 04:10:33.592 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:NodeStatus 1:M 22 Sep 2025 04:10:33.592 * Delete cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:NodeStatus [#1] 1:M 22 Sep 2025 04:10:33.592 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:PeerFlapData 1:M 22 Sep 2025 04:10:33.592 * Delete cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0:PeerFlapData [#2] 1:M 22 Sep 2025 04:10:33.592 * Remove cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 from NGENERATORS 1:M 22 Sep 2025 04:10:33.592 * Delete Request for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0 successful 1:M 22 Sep 2025 04:10:39.141 * DelRequest for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 1:M 22 Sep 2025 04:10:39.141 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:ModuleClientState 1:M 22 Sep 2025 04:10:39.141 * Delete cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:ModuleClientState [#1] 1:M 22 Sep 2025 04:10:39.141 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:BgpPeerInfoData 1:M 22 Sep 2025 04:10:39.141 * Delete cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 22 Sep 2025 04:10:39.141 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:PeerStatsData 1:M 22 Sep 2025 04:10:39.141 * Delete cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:PeerStatsData [#2] 1:M 22 Sep 2025 04:10:39.141 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:BgpRouterState 1:M 22 Sep 2025 04:10:39.141 * Delete cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:BgpRouterState [#1] 1:M 22 Sep 2025 04:10:39.141 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:XmppPeerInfoData 1:M 22 Sep 2025 04:10:39.141 * Delete cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:XmppPeerInfoData [#2] 1:M 22 Sep 2025 04:10:39.141 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:RoutingInstanceStatsData 1:M 22 Sep 2025 04:10:39.141 * Delete cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:RoutingInstanceStatsData [#6] 1:M 22 Sep 2025 04:10:39.141 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:NodeStatus 1:M 22 Sep 2025 04:10:39.141 * Delete cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:NodeStatus [#1] 1:M 22 Sep 2025 04:10:39.141 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:PeerFlapData 1:M 22 Sep 2025 04:10:39.141 * Delete cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0:PeerFlapData [#2] 1:M 22 Sep 2025 04:10:39.141 * Remove cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 from NGENERATORS 1:M 22 Sep 2025 04:10:39.141 * Delete Request for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0 successful 1:M 22 Sep 2025 04:10:43.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:43.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:43.585 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:10:45.022 * DelRequest for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 1:M 22 Sep 2025 04:10:45.022 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0:ConfigApiWorker 1:M 22 Sep 2025 04:10:45.022 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0:ConfigApiWorker [#1] 1:M 22 Sep 2025 04:10:45.022 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0:ModuleClientState 1:M 22 Sep 2025 04:10:45.022 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0:ModuleClientState [#1] 1:M 22 Sep 2025 04:10:45.022 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0:NodeStatus 1:M 22 Sep 2025 04:10:45.022 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0:NodeStatus [#1] 1:M 22 Sep 2025 04:10:45.022 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0:ContrailConfig 1:M 22 Sep 2025 04:10:45.022 * Delete cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0:ContrailConfig [#39] 1:M 22 Sep 2025 04:10:45.023 * Remove cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 from NGENERATORS 1:M 22 Sep 2025 04:10:45.023 * Delete Request for cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0 successful 1:M 22 Sep 2025 04:10:59.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:13.365 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:13.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:13.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:29.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:30.621 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 1:M 22 Sep 2025 04:11:30.621 * Add cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 to NGENERATORS 1:M 22 Sep 2025 04:11:30.621 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 done 1:M 22 Sep 2025 04:11:30.621 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:30.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:30.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:43.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:43.556 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:43.585 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:11:59.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:12:13.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:12:13.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:12:13.585 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:12:29.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:12:43.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:12:43.556 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:12:43.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:12:59.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:13:13.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:13:13.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:13:13.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:13:29.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:13:43.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:13:43.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:13:43.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:13:59.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:14:08.229 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-73921524:e178706c-cccf-4e57-950f-9a9a9dd321a5 part 13 1:M 22 Sep 2025 04:14:08.275 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:7c5f3a0c-e984-43c2-9e5c-cf0e7f046cdb part 7 1:M 22 Sep 2025 04:14:13.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:14:13.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:14:13.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:14:17.128 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-73921524:75952831-b32d-400f-b497-72b5ed547547 part 19 1:M 22 Sep 2025 04:14:17.169 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:edf5f476-5117-47e9-9612-e6cd54263439 part 11 1:M 22 Sep 2025 04:14:25.389 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn3-64515097 part 24 1:M 22 Sep 2025 04:14:27.893 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn2-20522580 part 24 1:M 22 Sep 2025 04:14:28.347 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-60968486 part 20 1:M 22 Sep 2025 04:14:29.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:14:43.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:14:43.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:14:43.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:14:59.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:15:13.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:15:13.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:15:13.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:15:14.535 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVN0-73921524 part 22 1:M 22 Sep 2025 04:15:29.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:15:43.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:15:43.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:15:43.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:15:59.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:16:13.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:16:13.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:16:13.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:16:17.064 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-65895477:ae679754-545d-4c62-ae48-90eeba7990bb part 14 1:M 22 Sep 2025 04:16:17.100 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:1ad3cc00-f18a-4aca-a30e-01753b332abc part 10 1:M 22 Sep 2025 04:16:26.056 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-65895477:ce9f206f-11f0-431b-9284-01526d3afca2 part 12 1:M 22 Sep 2025 04:16:26.107 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:af4e6dee-6fd6-4f59-8c70-175e939637d9 part 9 1:M 22 Sep 2025 04:16:29.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:16:43.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:16:43.560 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:16:43.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:16:46.488 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-65895477:ctest-vn-20483651 part 20 1:M 22 Sep 2025 04:16:46.703 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-65895477:ctest-vn-92802429 part 25 1:M 22 Sep 2025 04:16:56.934 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDropStats-65895477:default-application-policy-set part 26 1:M 22 Sep 2025 04:16:56.961 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDropStats-65895477 part 23 1:M 22 Sep 2025 04:16:59.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:17:13.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:17:13.560 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:17:13.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:17:29.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:17:43.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:17:43.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:17:43.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:17:59.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:18:13.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:18:13.562 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:18:13.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:18:29.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:18:43.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:18:43.560 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:18:43.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:18:59.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:19:13.374 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:19:13.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:19:13.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:19:29.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:19:43.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:19:43.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:19:43.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:19:59.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:20:13.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:20:13.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:20:13.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:20:29.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:20:43.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:20:43.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:20:43.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:20:59.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:21:13.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:21:13.562 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:21:13.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:21:29.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:21:43.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:21:43.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:21:43.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:21:59.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:22:05.963 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-91372461:ctest-vmi-18715274 part 15 1:M 22 Sep 2025 04:22:06.451 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-91372461:57da4aea-4b4b-4925-b457-69643b5b23d0 part 19 1:M 22 Sep 2025 04:22:06.489 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:0fd5b86e-0e6d-4061-9622-04e486768f59 part 6 1:M 22 Sep 2025 04:22:07.005 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-91372461:07ee026a-48a1-41cf-8ac4-208665091b14 part 17 1:M 22 Sep 2025 04:22:07.042 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:4bf062d7-06df-49a3-84e8-d5014c2e1666 part 5 1:M 22 Sep 2025 04:22:08.225 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-91372461:ctest-vn-30180423 part 21 1:M 22 Sep 2025 04:22:08.667 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-91372461:ctest-vn-79590965 part 24 1:M 22 Sep 2025 04:22:13.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:22:13.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:22:13.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:22:15.383 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowAggrIpv6Serial-91372461:default-application-policy-set part 29 1:M 22 Sep 2025 04:22:15.415 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowAggrIpv6Serial-91372461 part 26 1:M 22 Sep 2025 04:22:29.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:22:43.374 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:22:43.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:22:43.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:22:59.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:23:13.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:23:13.566 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:23:13.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:23:29.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:23:43.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:23:43.567 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:23:43.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:23:59.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:24:13.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:24:13.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:24:13.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:24:29.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:24:43.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:24:43.566 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:24:43.594 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:24:59.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:25:13.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:25:13.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:25:13.594 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:25:29.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:25:41.679 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-47549213:12bdb5f9-ab64-4e03-81ce-238718f20d42 part 16 1:M 22 Sep 2025 04:25:41.710 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-47549213:95af34f1-33f9-4b7a-a220-c23dfc2ec23d part 19 1:M 22 Sep 2025 04:25:41.731 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:cc06333b-35cf-4ccd-8e4b-bd3955dbc61e part 11 1:M 22 Sep 2025 04:25:41.757 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:78feaef4-4cb4-4ce6-ad54-ffc0229cc84a part 7 1:M 22 Sep 2025 04:25:41.837 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-47549213:ece6681d-be37-4abc-b7f0-1fd27297f178 part 12 1:M 22 Sep 2025 04:25:41.896 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVMTable:ace78141-c046-4b7d-9500-63ed40274c3e part 9 1:M 22 Sep 2025 04:25:43.054 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-47549213:ctest-vn-22745427 part 22 1:M 22 Sep 2025 04:25:43.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:25:43.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:25:43.594 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:25:57.738 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowSerialIpv6-47549213:default-application-policy-set part 22 1:M 22 Sep 2025 04:25:57.768 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowSerialIpv6-47549213 part 21 1:M 22 Sep 2025 04:25:59.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:26:13.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:26:13.565 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:26:13.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:26:29.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:26:31.582 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestXmpptests-71394062:default-application-policy-set part 21 1:M 22 Sep 2025 04:26:31.615 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestXmpptests-71394062 part 20 1:M 22 Sep 2025 04:26:43.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:26:43.565 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:26:43.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:26:59.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:27:13.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:27:13.566 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:27:13.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 22 Sep 2025 04:27:29.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info