++ 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 Oct 6 01:43:18 AM UTC 2025 ===================' INFO: =================== Mon Oct 6 01:43:18 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ '[' -n '10.0.0.33:8081 10.0.0.38:8081 10.0.0.249:8081 ' ']' +++ echo '10.0.0.33:8081 10.0.0.38:8081 10.0.0.249:8081' ++ ANALYTICS_SERVERS='10.0.0.33:8081 10.0.0.38:8081 10.0.0.249:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ '[' -n '10.0.0.33:9042 10.0.0.38:9042 10.0.0.249:9042 ' ']' +++ echo '10.0.0.33:9042 10.0.0.38:9042 10.0.0.249:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.33:9042 10.0.0.38:9042 10.0.0.249:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ '[' -n '10.0.0.33:8086 10.0.0.38:8086 10.0.0.249:8086 ' ']' +++ echo '10.0.0.33:8086 10.0.0.38:8086 10.0.0.249:8086' ++ COLLECTOR_SERVERS='10.0.0.33:8086 10.0.0.38:8086 10.0.0.249:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ CONFIGDB_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ '[' -n '10.0.0.33:8082 10.0.0.38:8082 10.0.0.249:8082 ' ']' +++ echo '10.0.0.33:8082 10.0.0.38:8082 10.0.0.249:8082' ++ CONFIG_SERVERS='10.0.0.33:8082 10.0.0.38:8082 10.0.0.249:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ '[' -n '10.0.0.33:9161 10.0.0.38:9161 10.0.0.249:9161 ' ']' +++ echo '10.0.0.33:9161 10.0.0.38:9161 10.0.0.249:9161' ++ CONFIGDB_SERVERS='10.0.0.33:9161 10.0.0.38:9161 10.0.0.249:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ '[' -n '10.0.0.33:9041 10.0.0.38:9041 10.0.0.249:9041 ' ']' +++ echo '10.0.0.33:9041 10.0.0.38:9041 10.0.0.249:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.33:9041 10.0.0.38:9041 10.0.0.249:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ '[' -n 10.0.0.33:2181,10.0.0.38:2181,10.0.0.249:2181, ']' +++ echo 10.0.0.33:2181,10.0.0.38:2181,10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33:2181,10.0.0.38:2181,10.0.0.249:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ '[' -n '10.0.0.33:2181 10.0.0.38:2181 10.0.0.249:2181 ' ']' +++ echo '10.0.0.33:2181 10.0.0.38:2181 10.0.0.249:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.33:2181 10.0.0.38:2181 10.0.0.249:2181' ++ RABBITMQ_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ '[' -n 10.0.0.33:5673,10.0.0.38:5673,10.0.0.249:5673, ']' +++ echo 10.0.0.33:5673,10.0.0.38:5673,10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.33:5673,10.0.0.38:5673,10.0.0.249:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ '[' -n '10.0.0.33:6379 10.0.0.38:6379 10.0.0.249:6379 ' ']' +++ echo '10.0.0.33:6379 10.0.0.38:6379 10.0.0.249:6379' ++ REDIS_SERVERS='10.0.0.33:6379 10.0.0.38:6379 10.0.0.249:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ '[' -n '10.0.0.33:9092 10.0.0.38:9092 10.0.0.249:9092 ' ']' +++ echo '10.0.0.33:9092 10.0.0.38:9092 10.0.0.249:9092' ++ KAFKA_SERVERS='10.0.0.33:9092 10.0.0.38:9092 10.0.0.249:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.33 ++ 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.33,10.0.0.38,10.0.0.249 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.33,10.0.0.38,10.0.0.249 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + REDIS_NODES=10.0.0.33,10.0.0.38,10.0.0.249,10.0.0.33,10.0.0.38,10.0.0.249 + [[ -z '' ]] + [[ -n 10.0.0.33,10.0.0.38,10.0.0.249,10.0.0.33,10.0.0.38,10.0.0.249 ]] + for i in {1..10} ++ find_my_ip_and_order_for_node REDIS ++ local server_typ=REDIS_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.33,10.0.0.38,10.0.0.249,10.0.0.33,10.0.0.38,10.0.0.249 ++ local servers=10.0.0.33,10.0.0.38,10.0.0.249,10.0.0.33,10.0.0.38,10.0.0.249 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ grep -vi host +++ awk '/32 host/ { print f } {f=$2}' +++ sort +++ uniq ++ local local_ips=,10.0.0.33,10.20.0.25,127.0.0.1,172.17.0.1,, ++ local ord=1 ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' ++ local server_ip=10.0.0.33 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.33 ]] ++ [[ ,10.0.0.33,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] ++ echo 10.0.0.33 1 ++ return + my_ip_and_order='10.0.0.33 1' + '[' -n '10.0.0.33 1' ']' + break ++ echo 10.0.0.33 1 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.33 + '[' -n 10.0.0.33 ']' + REDIS_LISTEN_ADDRESS=10.0.0.33 + redis_opts='--lua-time-limit 15000' + redis_opts+=' --dbfilename '\'''\''' + redis_opts+=' --bind 127.0.0.1' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ 10.0.0.33 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.33 ']' + redis_opts+=' 10.0.0.33' + '[' -n 6379 ']' + redis_opts+=' --port 6379' + '[' -n '' ']' + '[' -n '' ']' + echo 'INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '\'''\'' --bind 127.0.0.1 10.0.0.33 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.33 --port 6379 ++ id -u redis + CONTRAIL_UID=998 ++ id -g redis + CONTRAIL_GID=996 + find . '!' -user redis -exec chown redis '{}' + + do_run_service redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.33 --port 6379 + [[ -n 998 ]] + [[ -n 996 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 998 + local user_name=redis + export HOME=/home/redis + HOME=/home/redis + mkdir -p /home/redis + chown -R 998:996 /home/redis + exec setpriv --reuid 998 --regid 996 --clear-groups --no-new-privs redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.33 --port 6379 1:C 06 Oct 2025 01:43:19.087 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 06 Oct 2025 01:43:19.087 # Redis version=6.0.19, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 06 Oct 2025 01:43:19.087 # Configuration loaded 1:M 06 Oct 2025 01:43:19.088 * Running mode=standalone, port=6379. 1:M 06 Oct 2025 01:43:19.088 # Server initialized 1:M 06 Oct 2025 01:43:19.088 # 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 06 Oct 2025 01:43:19.088 * Ready to accept connections 1:M 06 Oct 2025 01:47:21.654 * WARNING: Flushing Redis UVE DB 1:M 06 Oct 2025 01:47:21.654 * WARNING: Flushing Redis UVE DB done 1:M 06 Oct 2025 01:47:21.654 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 1:M 06 Oct 2025 01:47:21.654 * Add cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.654 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 done 1:M 06 Oct 2025 01:47:21.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.660 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 1:M 06 Oct 2025 01:47:21.660 * Add cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.660 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 done 1:M 06 Oct 2025 01:47:21.670 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 1:M 06 Oct 2025 01:47:21.670 * Add cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.670 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 done 1:M 06 Oct 2025 01:47:21.677 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 1:M 06 Oct 2025 01:47:21.677 * Add cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.677 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 done 1:M 06 Oct 2025 01:47:21.682 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 1:M 06 Oct 2025 01:47:21.682 * Add cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.682 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 done 1:M 06 Oct 2025 01:47:21.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.687 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 1:M 06 Oct 2025 01:47:21.687 * Add cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.687 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 done 1:M 06 Oct 2025 01:47:21.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.689 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 1:M 06 Oct 2025 01:47:21.689 * Add cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.689 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 done 1:M 06 Oct 2025 01:47:21.692 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 1:M 06 Oct 2025 01:47:21.692 * Add cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.692 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 done 1:M 06 Oct 2025 01:47:21.702 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 1:M 06 Oct 2025 01:47:21.702 * Add cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:47:21.702 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 done 1:M 06 Oct 2025 01:47:21.705 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.711 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.711 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.713 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 1:M 06 Oct 2025 01:47:21.714 * Add cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:1 to NGENERATORS 1:M 06 Oct 2025 01:47:21.714 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 done 1:M 06 Oct 2025 01:47:21.726 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.726 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.726 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.741 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.742 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.747 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.747 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:21.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:22.409 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 1:M 06 Oct 2025 01:47:22.409 * Add cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 06 Oct 2025 01:47:22.409 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 done 1:M 06 Oct 2025 01:47:22.410 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:22.414 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:22.414 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:22.791 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 1:M 06 Oct 2025 01:47:22.791 * Add cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 06 Oct 2025 01:47:22.791 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 done 1:M 06 Oct 2025 01:47:22.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:22.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:22.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:26.106 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 1:M 06 Oct 2025 01:47:26.106 * Add cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:47:26.106 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 done 1:M 06 Oct 2025 01:47:26.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:26.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:26.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:32.831 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 1:M 06 Oct 2025 01:47:32.831 * Add cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.831 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 done 1:M 06 Oct 2025 01:47:32.831 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 1:M 06 Oct 2025 01:47:32.832 * Add cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 done 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 1:M 06 Oct 2025 01:47:32.832 * Add cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:1 to NGENERATORS 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 done 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 1:M 06 Oct 2025 01:47:32.832 * Add cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 done 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 1:M 06 Oct 2025 01:47:32.832 * Add cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 done 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 1:M 06 Oct 2025 01:47:32.832 * Add cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 done 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 1:M 06 Oct 2025 01:47:32.832 * Add cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 done 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 1:M 06 Oct 2025 01:47:32.832 * Add cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.832 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 done 1:M 06 Oct 2025 01:47:32.833 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 1:M 06 Oct 2025 01:47:32.833 * Add cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.833 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 done 1:M 06 Oct 2025 01:47:32.833 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 1:M 06 Oct 2025 01:47:32.833 * Add cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.833 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 done 1:M 06 Oct 2025 01:47:32.833 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 1:M 06 Oct 2025 01:47:32.833 * Add cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.833 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 done 1:M 06 Oct 2025 01:47:32.833 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 1:M 06 Oct 2025 01:47:32.833 * Add cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.833 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 done 1:M 06 Oct 2025 01:47:32.834 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 1:M 06 Oct 2025 01:47:32.834 * Add cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:47:32.834 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 done 1:M 06 Oct 2025 01:47:32.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:32.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:32.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:32.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:32.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:32.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:34.283 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 06 Oct 2025 01:47:34.283 * Add cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:47:34.283 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 06 Oct 2025 01:47:34.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:34.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:34.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:40.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:40.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:40.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:41.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:41.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:41.221 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 06 Oct 2025 01:47:41.221 * Add cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 06 Oct 2025 01:47:41.221 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 06 Oct 2025 01:47:41.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:41.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:41.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:42.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:49.499 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 06 Oct 2025 01:47:49.499 * Add cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:47:49.499 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 06 Oct 2025 01:47:49.500 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:49.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:49.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:51.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 1:M 06 Oct 2025 01:47:55.102 * Add cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 06 Oct 2025 01:47:55.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 done 1:M 06 Oct 2025 01:47:55.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.106 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.106 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.796 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 1:M 06 Oct 2025 01:47:55.796 * Add cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 06 Oct 2025 01:47:55.796 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 done 1:M 06 Oct 2025 01:47:55.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.885 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 06 Oct 2025 01:47:55.885 * Add cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 06 Oct 2025 01:47:55.885 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 06 Oct 2025 01:47:55.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:47:55.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:10.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:10.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:10.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:11.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:11.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:12.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:21.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:40.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:40.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:40.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:41.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:41.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:42.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:48:51.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:10.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:10.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:10.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:11.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:11.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:12.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:21.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:29.194 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 1:M 06 Oct 2025 01:49:29.194 * Add an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 06 Oct 2025 01:49:29.194 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 done 1:M 06 Oct 2025 01:49:29.201 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:29.201 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:30.432 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 1:M 06 Oct 2025 01:49:30.432 * Add an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 06 Oct 2025 01:49:30.432 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 done 1:M 06 Oct 2025 01:49:30.436 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:30.437 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:34.895 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 1:M 06 Oct 2025 01:49:34.895 * Add an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:49:34.895 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 done 1:M 06 Oct 2025 01:49:34.896 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:34.913 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:34.914 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:35.342 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4219-2 1:M 06 Oct 2025 01:49:35.729 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 1:M 06 Oct 2025 01:49:35.729 * Add an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 06 Oct 2025 01:49:35.729 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 06 Oct 2025 01:49:35.729 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:35.733 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:35.733 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:40.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:40.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:40.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:41.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:41.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:42.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:51.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:49:59.186 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:00.414 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:10.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:10.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:10.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:11.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:11.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:12.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:21.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:29.188 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:30.413 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:40.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:40.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:40.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:41.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:41.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:42.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:51.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:50:59.189 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:00.415 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:10.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:10.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:10.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:11.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:11.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:12.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:21.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:29.188 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:30.414 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:40.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:40.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:40.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:41.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:41.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:42.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:51.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:51:59.187 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:00.414 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:10.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:10.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:10.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:11.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:11.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:12.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:21.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:29.190 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:30.010 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-31877509:ctest-vn22-16496089 part 25 1:M 06 Oct 2025 01:52:30.014 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c2d9507b-514f-442f-a3d1-059fc57c24d9 part 11 1:M 06 Oct 2025 01:52:30.014 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-31877509:6bb78c90-198f-46b2-8a8f-f40498d549dc part 13 1:M 06 Oct 2025 01:52:30.014 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-31877509:6bb78c90-198f-46b2-8a8f-f40498d549dc part 13 1:M 06 Oct 2025 01:52:30.014 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-31877509:6bb78c90-198f-46b2-8a8f-f40498d549dc part 13 1:M 06 Oct 2025 01:52:30.416 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:40.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:40.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:40.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:41.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:41.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:42.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:51.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:52:59.190 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:00.418 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:10.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:10.325 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:10.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:11.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:11.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:12.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:21.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:29.191 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:30.417 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:40.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:40.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:40.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:41.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:41.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:42.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:51.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:53:59.191 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:00.415 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:07.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-left_ctest-TestECMPIPv6Fragments-00287238-89619287 part 25 1:M 06 Oct 2025 01:54:07.433 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-left_ctest-TestECMPIPv6Fragments-00287238-89619287 part 25 1:M 06 Oct 2025 01:54:07.433 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-left_ctest-TestECMPIPv6Fragments-00287238-89619287 part 25 1:M 06 Oct 2025 01:54:07.597 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-right_ctest-TestECMPIPv6Fragments-00287238-58415629 part 20 1:M 06 Oct 2025 01:54:07.597 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-right_ctest-TestECMPIPv6Fragments-00287238-58415629 part 20 1:M 06 Oct 2025 01:54:07.598 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-right_ctest-TestECMPIPv6Fragments-00287238-58415629 part 20 1:M 06 Oct 2025 01:54:07.771 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-mgmt_ctest-TestECMPIPv6Fragments-00287238-47036539 part 28 1:M 06 Oct 2025 01:54:07.774 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-mgmt_ctest-TestECMPIPv6Fragments-00287238-47036539 part 28 1:M 06 Oct 2025 01:54:07.774 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-00287238:ctest-mgmt_ctest-TestECMPIPv6Fragments-00287238-47036539 part 28 1:M 06 Oct 2025 01:54:10.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:10.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:10.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:11.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:11.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:12.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:21.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:21.761 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-95102910:ctest-mgmt_ctest-TestECMPSanity-95102910-20570125 part 21 1:M 06 Oct 2025 01:54:29.191 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:30.416 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:40.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:40.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:40.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:41.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:41.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:42.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:51.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:54:59.189 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:00.010 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-17714083:ctest-left_ctest-TestECMPSanityIPv6-17714083-04234568 part 27 1:M 06 Oct 2025 01:55:00.416 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:10.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:10.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:10.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:11.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:11.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:12.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:14.447 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-left_ctest-TestMultiInlineSVCIPv6-24948479-74102790 part 25 1:M 06 Oct 2025 01:55:14.448 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-left_ctest-TestMultiInlineSVCIPv6-24948479-74102790 part 25 1:M 06 Oct 2025 01:55:14.451 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-left_ctest-TestMultiInlineSVCIPv6-24948479-74102790 part 25 1:M 06 Oct 2025 01:55:14.624 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-right_ctest-TestMultiInlineSVCIPv6-24948479-60411198 part 28 1:M 06 Oct 2025 01:55:14.630 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-right_ctest-TestMultiInlineSVCIPv6-24948479-60411198 part 28 1:M 06 Oct 2025 01:55:14.631 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-right_ctest-TestMultiInlineSVCIPv6-24948479-60411198 part 28 1:M 06 Oct 2025 01:55:14.814 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-24948479-26564413 part 22 1:M 06 Oct 2025 01:55:14.816 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-24948479-26564413 part 22 1:M 06 Oct 2025 01:55:14.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-24948479:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-24948479-26564413 part 22 1:M 06 Oct 2025 01:55:21.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:29.191 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:30.416 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:40.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:40.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:40.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:41.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:41.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:42.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:51.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:55:59.192 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:00.418 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:10.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:10.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:10.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:11.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:11.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:12.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:21.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:29.192 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:30.418 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:40.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:40.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:40.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:41.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:41.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:42.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:51.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:56:59.198 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:00.418 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:10.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:10.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:10.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:11.192 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:11.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:12.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:21.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:29.191 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:30.419 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:40.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:40.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:40.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:41.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:41.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:42.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:51.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:57:59.192 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:00.420 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:06.709 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-vn1-63195263 part 24 1:M 06 Oct 2025 01:58:06.710 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-vn1-63195263 part 24 1:M 06 Oct 2025 01:58:06.713 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-vn1-63195263 part 24 1:M 06 Oct 2025 01:58:07.082 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-fvn-84972238 part 25 1:M 06 Oct 2025 01:58:07.085 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-fvn-84972238 part 25 1:M 06 Oct 2025 01:58:07.085 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-fvn-84972238 part 25 1:M 06 Oct 2025 01:58:10.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:10.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:10.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:11.192 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:11.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:12.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:21.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:28.926 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-fvn-84972238 part 25 1:M 06 Oct 2025 01:58:28.928 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7efc92c1-da16-4f65-841f-273024de7ba9 part 7 1:M 06 Oct 2025 01:58:28.928 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7efc92c1-da16-4f65-841f-273024de7ba9 part 7 1:M 06 Oct 2025 01:58:28.928 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-96348388:241a93f5-ca94-468d-b474-cf5aa3d935d7 part 15 1:M 06 Oct 2025 01:58:28.928 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-96348388:241a93f5-ca94-468d-b474-cf5aa3d935d7 part 15 1:M 06 Oct 2025 01:58:28.928 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-96348388:241a93f5-ca94-468d-b474-cf5aa3d935d7 part 15 1:M 06 Oct 2025 01:58:29.195 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:30.017 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-fvn-84972238 part 25 1:M 06 Oct 2025 01:58:30.017 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96348388:ctest-vn1-63195263 part 24 1:M 06 Oct 2025 01:58:30.017 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:79028218-4d8a-474f-9dfc-fb796ef8322a part 11 1:M 06 Oct 2025 01:58:30.017 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:79028218-4d8a-474f-9dfc-fb796ef8322a part 11 1:M 06 Oct 2025 01:58:30.017 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-96348388:6c6f682e-27e6-4941-bd1b-d4f1762eef6a part 19 1:M 06 Oct 2025 01:58:30.017 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-96348388:6c6f682e-27e6-4941-bd1b-d4f1762eef6a part 19 1:M 06 Oct 2025 01:58:30.017 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-96348388:6c6f682e-27e6-4941-bd1b-d4f1762eef6a part 19 1:M 06 Oct 2025 01:58:30.422 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:40.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:40.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:40.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:41.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:41.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:42.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:51.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:58:59.192 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:00.421 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:10.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:10.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:10.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:11.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:11.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:12.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:19.902 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPorts-95832457:ctest-vn1-17623127 part 21 1:M 06 Oct 2025 01:59:19.902 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPorts-95832457:ctest-vn1-17623127 part 21 1:M 06 Oct 2025 01:59:19.903 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPorts-95832457:ctest-vn1-17623127 part 21 1:M 06 Oct 2025 01:59:21.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:29.196 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:30.425 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:40.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:40.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:40.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:41.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:41.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:42.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:51.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 01:59:59.194 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:00.423 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:10.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:10.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:10.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:11.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:11.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:12.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:21.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:28.927 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-21242170:ctest-vn2-70713030 part 26 1:M 06 Oct 2025 02:00:28.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c87724d8-0400-4417-92b1-b16f1e76a145 part 11 1:M 06 Oct 2025 02:00:28.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c87724d8-0400-4417-92b1-b16f1e76a145 part 11 1:M 06 Oct 2025 02:00:28.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-21242170:e0ac466f-0b02-4921-b29c-4e14ea73659d part 13 1:M 06 Oct 2025 02:00:28.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-21242170:e0ac466f-0b02-4921-b29c-4e14ea73659d part 13 1:M 06 Oct 2025 02:00:28.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-21242170:e0ac466f-0b02-4921-b29c-4e14ea73659d part 13 1:M 06 Oct 2025 02:00:29.193 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:30.016 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-21242170:ctest-vn1-98173037 part 28 1:M 06 Oct 2025 02:00:30.017 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-21242170:ctest-vn2-70713030 part 26 1:M 06 Oct 2025 02:00:30.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6a808013-bbd4-4faa-9bca-c0d2cc3f7cb4 part 11 1:M 06 Oct 2025 02:00:30.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6a808013-bbd4-4faa-9bca-c0d2cc3f7cb4 part 11 1:M 06 Oct 2025 02:00:30.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-21242170:f08035b2-dff9-4d29-aac7-465a01e48d13 part 16 1:M 06 Oct 2025 02:00:30.021 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-21242170:f08035b2-dff9-4d29-aac7-465a01e48d13 part 16 1:M 06 Oct 2025 02:00:30.021 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-21242170:f08035b2-dff9-4d29-aac7-465a01e48d13 part 16 1:M 06 Oct 2025 02:00:30.425 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:35.441 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-57663285:ctest-vn-04139972 part 29 1:M 06 Oct 2025 02:00:40.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:40.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:40.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:41.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:41.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:42.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:51.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:00:58.929 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-57663285:ctest-ext_vn-41445355 part 27 1:M 06 Oct 2025 02:00:58.929 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-57663285:ctest-vn-04139972 part 29 1:M 06 Oct 2025 02:00:58.929 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-57663285:snat-si-left_snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b part 20 1:M 06 Oct 2025 02:00:58.929 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3308eb44-ff32-4e68-88f4-4c98086e3e74 part 6 1:M 06 Oct 2025 02:00:58.930 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__1 part 8 1:M 06 Oct 2025 02:00:58.932 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:4803fa36-afa9-4120-a9f3-6e53837f5785 part 19 1:M 06 Oct 2025 02:00:58.932 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:4803fa36-afa9-4120-a9f3-6e53837f5785 part 19 1:M 06 Oct 2025 02:00:58.932 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:4803fa36-afa9-4120-a9f3-6e53837f5785 part 19 1:M 06 Oct 2025 02:00:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__1__left__2 part 13 1:M 06 Oct 2025 02:00:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__1__left__2 part 13 1:M 06 Oct 2025 02:00:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__1__left__2 part 13 1:M 06 Oct 2025 02:00:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__1__right__1 part 15 1:M 06 Oct 2025 02:00:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__1__right__1 part 15 1:M 06 Oct 2025 02:00:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__1__right__1 part 15 1:M 06 Oct 2025 02:00:59.195 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:00.018 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-57663285:ctest-ext_vn-41445355 part 27 1:M 06 Oct 2025 02:01:00.018 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-57663285:ctest-vn-04139972 part 29 1:M 06 Oct 2025 02:01:00.018 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-57663285:snat-si-left_snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b part 20 1:M 06 Oct 2025 02:01:00.018 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c83ef329-bac0-4983-9cd2-fa9223b684d5 part 4 1:M 06 Oct 2025 02:01:00.018 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__2 part 9 1:M 06 Oct 2025 02:01:00.021 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:cb4cd98d-38a0-4ec9-9900-c805129af6d0 part 18 1:M 06 Oct 2025 02:01:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:cb4cd98d-38a0-4ec9-9900-c805129af6d0 part 18 1:M 06 Oct 2025 02:01:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:cb4cd98d-38a0-4ec9-9900-c805129af6d0 part 18 1:M 06 Oct 2025 02:01:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__2__left__2 part 14 1:M 06 Oct 2025 02:01:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__2__left__2 part 14 1:M 06 Oct 2025 02:01:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__2__left__2 part 14 1:M 06 Oct 2025 02:01:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__2__right__1 part 16 1:M 06 Oct 2025 02:01:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__2__right__1 part 16 1:M 06 Oct 2025 02:01:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-57663285:default-domain__ctest-TestRoutersBasic-57663285__snat_17068080-a602-4923-9b1e-22243a9913b3_f5019db3-bbf7-4a66-b3ae-c1025e4a8b6b__2__right__1 part 16 1:M 06 Oct 2025 02:01:00.424 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:10.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:10.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:10.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:11.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:11.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:12.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:21.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:29.197 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:30.427 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:40.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:40.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:40.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:41.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:41.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:42.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:51.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:01:59.199 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:00.426 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:10.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:10.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:10.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:11.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:11.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:12.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:18.136 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn-28153663 part 26 1:M 06 Oct 2025 02:02:18.136 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn-28153663 part 26 1:M 06 Oct 2025 02:02:18.139 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn-28153663 part 26 1:M 06 Oct 2025 02:02:18.541 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn-78717744 part 23 1:M 06 Oct 2025 02:02:18.541 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn-78717744 part 23 1:M 06 Oct 2025 02:02:18.543 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn-78717744 part 23 1:M 06 Oct 2025 02:02:21.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:28.929 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn-28153663 part 26 1:M 06 Oct 2025 02:02:28.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ba484f06-7614-4176-bce0-d15ebf23e97e part 4 1:M 06 Oct 2025 02:02:28.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ba484f06-7614-4176-bce0-d15ebf23e97e part 4 1:M 06 Oct 2025 02:02:28.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:b63ac893-13d5-43ed-a603-76104437426a part 18 1:M 06 Oct 2025 02:02:28.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:b63ac893-13d5-43ed-a603-76104437426a part 18 1:M 06 Oct 2025 02:02:28.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:b63ac893-13d5-43ed-a603-76104437426a part 18 1:M 06 Oct 2025 02:02:29.197 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:30.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn-78717744 part 23 1:M 06 Oct 2025 02:02:30.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7070d9af-62c5-43db-b5c2-70d2906a85c1 part 10 1:M 06 Oct 2025 02:02:30.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7070d9af-62c5-43db-b5c2-70d2906a85c1 part 10 1:M 06 Oct 2025 02:02:30.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:c5ac238c-6fe8-4482-8af9-bbc0690f1270 part 16 1:M 06 Oct 2025 02:02:30.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:c5ac238c-6fe8-4482-8af9-bbc0690f1270 part 16 1:M 06 Oct 2025 02:02:30.020 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:c5ac238c-6fe8-4482-8af9-bbc0690f1270 part 16 1:M 06 Oct 2025 02:02:30.428 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:40.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:40.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:40.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:41.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:41.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:42.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:51.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:02:59.197 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:00.429 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:10.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:10.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:10.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:11.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:11.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:12.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:21.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:29.199 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:30.427 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:40.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:40.332 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:40.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:41.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:41.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:42.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:51.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:03:59.198 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:00.431 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:10.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:10.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:10.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:11.192 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:11.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:12.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:21.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:29.199 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:30.431 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:40.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:40.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:40.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:41.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:41.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:42.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:51.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:04:59.199 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:00.436 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:10.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:10.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:10.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:11.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:11.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:12.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:21.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet1-19805361 part 23 1:M 06 Oct 2025 02:05:28.948 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cde89350-98eb-4dfd-8d3b-9ab634c39a79 part 10 1:M 06 Oct 2025 02:05:28.948 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:cde89350-98eb-4dfd-8d3b-9ab634c39a79 part 10 1:M 06 Oct 2025 02:05:28.948 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:68013456-dd21-4c3d-8d5c-dafc72763ba5 part 16 1:M 06 Oct 2025 02:05:28.948 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:68013456-dd21-4c3d-8d5c-dafc72763ba5 part 16 1:M 06 Oct 2025 02:05:28.950 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:68013456-dd21-4c3d-8d5c-dafc72763ba5 part 16 1:M 06 Oct 2025 02:05:29.198 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:30.430 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:40.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:40.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:40.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:41.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:41.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:42.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:51.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:05:59.199 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:00.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet0-07105004 part 28 1:M 06 Oct 2025 02:06:00.019 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:10119226-1b4f-4939-a9ed-799f393c3f18 part 11 1:M 06 Oct 2025 02:06:00.020 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:10119226-1b4f-4939-a9ed-799f393c3f18 part 11 1:M 06 Oct 2025 02:06:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:505d0524-fef4-4ccb-adde-594d460f4001 part 14 1:M 06 Oct 2025 02:06:00.022 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:505d0524-fef4-4ccb-adde-594d460f4001 part 14 1:M 06 Oct 2025 02:06:00.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:505d0524-fef4-4ccb-adde-594d460f4001 part 14 1:M 06 Oct 2025 02:06:00.428 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:04.179 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet3-06779379 part 22 1:M 06 Oct 2025 02:06:04.180 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet3-06779379 part 22 1:M 06 Oct 2025 02:06:04.181 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet3-06779379 part 22 1:M 06 Oct 2025 02:06:04.555 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet2-82555465 part 23 1:M 06 Oct 2025 02:06:04.555 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet2-82555465 part 23 1:M 06 Oct 2025 02:06:04.557 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet2-82555465 part 23 1:M 06 Oct 2025 02:06:04.898 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet1-19805361 part 23 1:M 06 Oct 2025 02:06:04.898 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet1-19805361 part 23 1:M 06 Oct 2025 02:06:04.908 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet1-19805361 part 23 1:M 06 Oct 2025 02:06:05.251 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet0-07105004 part 28 1:M 06 Oct 2025 02:06:05.251 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet0-07105004 part 28 1:M 06 Oct 2025 02:06:05.256 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vnet0-07105004 part 28 1:M 06 Oct 2025 02:06:10.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:10.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:10.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:11.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:11.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:12.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:21.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:29.199 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:30.429 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:40.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:40.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:40.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:41.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:41.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:42.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:51.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:06:59.199 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:00.437 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:10.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:10.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:10.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:11.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:11.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:12.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:21.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:29.202 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:30.437 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:40.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:40.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:40.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:41.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:41.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:42.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:43.090 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn1-64843704 part 27 1:M 06 Oct 2025 02:07:43.090 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn1-64843704 part 27 1:M 06 Oct 2025 02:07:43.091 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn1-64843704 part 27 1:M 06 Oct 2025 02:07:51.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:07:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn1-64843704 part 27 1:M 06 Oct 2025 02:07:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e985b7ff-cc78-4936-92de-c0524bd09bee part 9 1:M 06 Oct 2025 02:07:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e985b7ff-cc78-4936-92de-c0524bd09bee part 9 1:M 06 Oct 2025 02:07:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ec989d53-0e02-4d49-9181-1a12c0320b44 part 15 1:M 06 Oct 2025 02:07:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ec989d53-0e02-4d49-9181-1a12c0320b44 part 15 1:M 06 Oct 2025 02:07:58.933 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ec989d53-0e02-4d49-9181-1a12c0320b44 part 15 1:M 06 Oct 2025 02:07:59.201 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:00.020 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:ctest-vn1-64843704 part 27 1:M 06 Oct 2025 02:08:00.020 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e04da7d5-ee74-4922-a610-006754e3fc05 part 9 1:M 06 Oct 2025 02:08:00.020 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e04da7d5-ee74-4922-a610-006754e3fc05 part 9 1:M 06 Oct 2025 02:08:00.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:c5be5729-e5b8-47a2-a9f0-d89e987de2b1 part 19 1:M 06 Oct 2025 02:08:00.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:c5be5729-e5b8-47a2-a9f0-d89e987de2b1 part 19 1:M 06 Oct 2025 02:08:00.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-52449490:c5be5729-e5b8-47a2-a9f0-d89e987de2b1 part 19 1:M 06 Oct 2025 02:08:00.438 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:10.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:10.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:10.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:11.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:11.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:12.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:21.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:29.201 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:30.440 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:40.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:40.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:40.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:41.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:41.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:42.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:51.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:08:59.199 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:00.440 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:10.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:10.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:10.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:11.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:11.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:12.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:21.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:29.200 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:30.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-15621536:ctest-vnet0-31568952 part 22 1:M 06 Oct 2025 02:09:30.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:51f1cc95-42b0-426b-9282-9e533209cd61 part 7 1:M 06 Oct 2025 02:09:30.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:51f1cc95-42b0-426b-9282-9e533209cd61 part 7 1:M 06 Oct 2025 02:09:30.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-15621536:8a8c9193-1a40-47d8-9839-901ed21c08b6 part 16 1:M 06 Oct 2025 02:09:30.028 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-15621536:8a8c9193-1a40-47d8-9839-901ed21c08b6 part 16 1:M 06 Oct 2025 02:09:30.028 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-15621536:8a8c9193-1a40-47d8-9839-901ed21c08b6 part 16 1:M 06 Oct 2025 02:09:30.441 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:31.508 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-15621536:ctest-vnet0-31568952 part 22 1:M 06 Oct 2025 02:09:31.511 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-15621536:ctest-vnet0-31568952 part 22 1:M 06 Oct 2025 02:09:31.511 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-15621536:ctest-vnet0-31568952 part 22 1:M 06 Oct 2025 02:09:40.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:40.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:40.887 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:41.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:41.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:42.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:51.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:09:59.200 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:00.449 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:10.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:10.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:10.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:11.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:11.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:12.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:21.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:29.202 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:30.443 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:40.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:40.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:40.887 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:41.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:41.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:42.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:51.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:10:59.201 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:00.446 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:10.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:10.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:10.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:11.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:11.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:12.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:21.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:29.201 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:30.445 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:40.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:40.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:40.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:41.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:41.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:42.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:51.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:11:59.203 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN3-84869715 part 20 1:M 06 Oct 2025 02:12:00.028 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:67cb1863-7856-410f-b288-8f3e502716f1 part 8 1:M 06 Oct 2025 02:12:00.028 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:67cb1863-7856-410f-b288-8f3e502716f1 part 8 1:M 06 Oct 2025 02:12:00.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:d7579d6a-265e-4f78-8d1d-de03a17d33b9 part 13 1:M 06 Oct 2025 02:12:00.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:d7579d6a-265e-4f78-8d1d-de03a17d33b9 part 13 1:M 06 Oct 2025 02:12:00.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:d7579d6a-265e-4f78-8d1d-de03a17d33b9 part 13 1:M 06 Oct 2025 02:12:00.443 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:10.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:10.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:10.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:11.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:11.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:12.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:21.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:28.935 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN2-13626944 part 20 1:M 06 Oct 2025 02:12:28.935 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5ce395fb-f837-4d6b-b853-7688c1924e18 part 7 1:M 06 Oct 2025 02:12:28.935 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5ce395fb-f837-4d6b-b853-7688c1924e18 part 7 1:M 06 Oct 2025 02:12:28.935 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:896867b6-a217-4ded-9b9b-5f37c1a1300b part 18 1:M 06 Oct 2025 02:12:28.935 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:896867b6-a217-4ded-9b9b-5f37c1a1300b part 18 1:M 06 Oct 2025 02:12:28.935 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:896867b6-a217-4ded-9b9b-5f37c1a1300b part 18 1:M 06 Oct 2025 02:12:29.202 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:30.443 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:40.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:40.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:40.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:41.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:41.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:42.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:51.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:12:59.206 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:00.026 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN1-05566185 part 20 1:M 06 Oct 2025 02:13:00.026 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:be08d46e-6bf8-404c-a095-15db2480a824 part 4 1:M 06 Oct 2025 02:13:00.026 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:be08d46e-6bf8-404c-a095-15db2480a824 part 4 1:M 06 Oct 2025 02:13:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:e8bc951c-14bf-4002-a60b-91f57ff8b7dc part 12 1:M 06 Oct 2025 02:13:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:e8bc951c-14bf-4002-a60b-91f57ff8b7dc part 12 1:M 06 Oct 2025 02:13:00.028 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-61948542:e8bc951c-14bf-4002-a60b-91f57ff8b7dc part 12 1:M 06 Oct 2025 02:13:00.444 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:02.326 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN3-84869715 part 20 1:M 06 Oct 2025 02:13:02.330 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN3-84869715 part 20 1:M 06 Oct 2025 02:13:02.330 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN3-84869715 part 20 1:M 06 Oct 2025 02:13:02.707 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN2-13626944 part 20 1:M 06 Oct 2025 02:13:02.709 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN2-13626944 part 20 1:M 06 Oct 2025 02:13:02.709 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN2-13626944 part 20 1:M 06 Oct 2025 02:13:03.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN1-05566185 part 20 1:M 06 Oct 2025 02:13:03.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN1-05566185 part 20 1:M 06 Oct 2025 02:13:03.018 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-61948542:ctest-VN1-05566185 part 20 1:M 06 Oct 2025 02:13:10.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:10.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:10.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:11.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:11.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:12.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:21.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:29.203 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:30.442 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:40.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:40.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:40.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:41.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:41.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:42.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:51.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:13:59.200 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:00.440 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:10.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:10.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:10.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:11.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:11.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:12.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:21.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:29.200 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:30.441 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:40.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:40.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:40.887 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:41.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:41.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:42.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:51.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:14:59.202 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:00.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN3-79675535 part 20 1:M 06 Oct 2025 02:15:00.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5eecf9a7-6c01-47ea-849e-70de2eb4f7c0 part 4 1:M 06 Oct 2025 02:15:00.024 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5eecf9a7-6c01-47ea-849e-70de2eb4f7c0 part 4 1:M 06 Oct 2025 02:15:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:cfb5bb3d-e2e1-40f3-a3e3-6992c5ad5908 part 19 1:M 06 Oct 2025 02:15:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:cfb5bb3d-e2e1-40f3-a3e3-6992c5ad5908 part 19 1:M 06 Oct 2025 02:15:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:cfb5bb3d-e2e1-40f3-a3e3-6992c5ad5908 part 19 1:M 06 Oct 2025 02:15:00.439 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:10.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:10.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:10.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:11.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:11.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:12.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:21.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:28.930 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN2-01016645 part 29 1:M 06 Oct 2025 02:15:28.930 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5370e0bb-77b3-45e0-8ce2-e1eb46fba90d part 9 1:M 06 Oct 2025 02:15:28.930 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5370e0bb-77b3-45e0-8ce2-e1eb46fba90d part 9 1:M 06 Oct 2025 02:15:28.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:caa04ce8-0a27-43d3-bb5f-026f6d14f406 part 18 1:M 06 Oct 2025 02:15:28.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:caa04ce8-0a27-43d3-bb5f-026f6d14f406 part 18 1:M 06 Oct 2025 02:15:28.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:caa04ce8-0a27-43d3-bb5f-026f6d14f406 part 18 1:M 06 Oct 2025 02:15:29.203 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:30.441 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:40.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:40.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:40.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:41.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:41.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:42.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:51.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:15:59.200 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:00.023 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN1-70327937 part 21 1:M 06 Oct 2025 02:16:00.024 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:48259b8b-135a-4505-9481-b55bfb804bea part 9 1:M 06 Oct 2025 02:16:00.024 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:48259b8b-135a-4505-9481-b55bfb804bea part 9 1:M 06 Oct 2025 02:16:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:1d70257b-d301-485a-8a60-52d9df0f38af part 16 1:M 06 Oct 2025 02:16:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:1d70257b-d301-485a-8a60-52d9df0f38af part 16 1:M 06 Oct 2025 02:16:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:1d70257b-d301-485a-8a60-52d9df0f38af part 16 1:M 06 Oct 2025 02:16:00.439 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:02.056 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN3-79675535 part 20 1:M 06 Oct 2025 02:16:02.057 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN3-79675535 part 20 1:M 06 Oct 2025 02:16:02.059 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN3-79675535 part 20 1:M 06 Oct 2025 02:16:02.426 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN2-01016645 part 29 1:M 06 Oct 2025 02:16:02.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN2-01016645 part 29 1:M 06 Oct 2025 02:16:02.430 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN2-01016645 part 29 1:M 06 Oct 2025 02:16:02.808 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN1-70327937 part 21 1:M 06 Oct 2025 02:16:02.812 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN1-70327937 part 21 1:M 06 Oct 2025 02:16:02.815 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-92993988:ctest-VN1-70327937 part 21 1:M 06 Oct 2025 02:16:10.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:10.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:10.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:11.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:11.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:12.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:21.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:29.201 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:30.442 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:40.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:40.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:40.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:41.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:41.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:42.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:51.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:16:59.202 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:00.442 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:10.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:10.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:10.888 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:11.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:11.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:12.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:21.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:29.202 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:30.442 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:40.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:40.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:40.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:41.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:41.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:42.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:42.627 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-49156853:ctest-vn-64696006 part 26 1:M 06 Oct 2025 02:17:42.627 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-49156853:ctest-vn-64696006 part 26 1:M 06 Oct 2025 02:17:42.629 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-49156853:ctest-vn-64696006 part 26 1:M 06 Oct 2025 02:17:43.031 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-49156853:ctest-vn-89067622 part 21 1:M 06 Oct 2025 02:17:43.032 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-49156853:ctest-vn-89067622 part 21 1:M 06 Oct 2025 02:17:43.034 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-49156853:ctest-vn-89067622 part 21 1:M 06 Oct 2025 02:17:51.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:17:58.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-49156853:ctest-vn-64696006 part 26 1:M 06 Oct 2025 02:17:58.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c6a38ce5-610c-414c-af19-e4c63887eb91 part 7 1:M 06 Oct 2025 02:17:58.931 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c6a38ce5-610c-414c-af19-e4c63887eb91 part 7 1:M 06 Oct 2025 02:17:58.932 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-49156853:78cc61ed-7f68-48ff-9d6e-873747e121dc part 12 1:M 06 Oct 2025 02:17:58.932 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-49156853:78cc61ed-7f68-48ff-9d6e-873747e121dc part 12 1:M 06 Oct 2025 02:17:58.932 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-49156853:78cc61ed-7f68-48ff-9d6e-873747e121dc part 12 1:M 06 Oct 2025 02:17:59.209 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:00.024 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-49156853:ctest-vn-89067622 part 21 1:M 06 Oct 2025 02:18:00.024 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fe17cb45-fb82-47e5-ad0d-1b3ad3a73488 part 7 1:M 06 Oct 2025 02:18:00.024 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fe17cb45-fb82-47e5-ad0d-1b3ad3a73488 part 7 1:M 06 Oct 2025 02:18:00.025 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-49156853:49e85cfe-be4c-49ff-b83f-28ba6bd86a1f part 14 1:M 06 Oct 2025 02:18:00.025 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-49156853:49e85cfe-be4c-49ff-b83f-28ba6bd86a1f part 14 1:M 06 Oct 2025 02:18:00.025 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-49156853:49e85cfe-be4c-49ff-b83f-28ba6bd86a1f part 14 1:M 06 Oct 2025 02:18:00.442 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:10.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:10.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:10.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:11.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:11.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:12.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:21.659 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:29.203 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:30.445 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:40.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:40.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:40.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:41.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:41.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:42.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:51.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:18:59.204 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:00.447 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:10.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:10.348 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:10.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:11.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:11.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:12.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:21.659 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:29.207 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:30.445 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:40.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:40.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:40.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:41.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:41.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:42.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:51.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:19:59.205 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-96136354:ctest-vnet0-31249563 part 20 1:M 06 Oct 2025 02:20:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b9c4aef2-6a83-4ca5-b9ef-956f8d930e2e part 4 1:M 06 Oct 2025 02:20:00.027 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b9c4aef2-6a83-4ca5-b9ef-956f8d930e2e part 4 1:M 06 Oct 2025 02:20:00.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-96136354:defd332f-bd16-4d44-8a5d-4798d5a36926 part 13 1:M 06 Oct 2025 02:20:00.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-96136354:defd332f-bd16-4d44-8a5d-4798d5a36926 part 13 1:M 06 Oct 2025 02:20:00.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-96136354:defd332f-bd16-4d44-8a5d-4798d5a36926 part 13 1:M 06 Oct 2025 02:20:00.446 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:05.723 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-96136354:ctest-vnet0-31249563 part 20 1:M 06 Oct 2025 02:20:05.724 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-96136354:ctest-vnet0-31249563 part 20 1:M 06 Oct 2025 02:20:05.727 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-96136354:ctest-vnet0-31249563 part 20 1:M 06 Oct 2025 02:20:10.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:10.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:10.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:11.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:11.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:12.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:21.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:29.212 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:30.446 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:40.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:40.348 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:40.891 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:41.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:41.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:42.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:51.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:20:59.210 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:00.446 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:10.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:10.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:10.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:11.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:11.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:12.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:21.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:29.208 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:30.445 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:40.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:40.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:40.892 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:41.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:41.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:42.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:51.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:21:59.206 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:00.448 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:10.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:10.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:10.891 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:11.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:11.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:12.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:21.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:29.206 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:30.446 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:40.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:40.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:40.891 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:41.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:41.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:42.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:51.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:22:59.207 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:00.448 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:10.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:10.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:10.892 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:11.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:11.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:12.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:21.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:29.209 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:30.449 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:40.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:40.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:40.892 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:41.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:41.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:42.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:51.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:58.934 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-70815592:ctest-vnet1-45087120 part 23 1:M 06 Oct 2025 02:23:58.934 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:19eacefd-ed5d-4b10-a749-7c9aafb0c1e2 part 9 1:M 06 Oct 2025 02:23:58.934 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:19eacefd-ed5d-4b10-a749-7c9aafb0c1e2 part 9 1:M 06 Oct 2025 02:23:58.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-70815592:c13dbdfa-f303-4c3c-8476-ecbacf9ac3a2 part 16 1:M 06 Oct 2025 02:23:58.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-70815592:c13dbdfa-f303-4c3c-8476-ecbacf9ac3a2 part 16 1:M 06 Oct 2025 02:23:58.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-70815592:c13dbdfa-f303-4c3c-8476-ecbacf9ac3a2 part 16 1:M 06 Oct 2025 02:23:59.207 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:23:59.518 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4219-2 1:M 06 Oct 2025 02:24:00.447 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:10.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:10.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:10.892 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:11.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:11.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:12.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:21.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:29.209 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:30.028 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-70815592:ctest-vnet0-09657773 part 29 1:M 06 Oct 2025 02:24:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3fcd4fcc-bd7a-44ad-9616-46b7084d7c63 part 8 1:M 06 Oct 2025 02:24:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3fcd4fcc-bd7a-44ad-9616-46b7084d7c63 part 8 1:M 06 Oct 2025 02:24:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-70815592:93071b70-670f-4ed6-9c48-870ae703c40a part 17 1:M 06 Oct 2025 02:24:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-70815592:93071b70-670f-4ed6-9c48-870ae703c40a part 17 1:M 06 Oct 2025 02:24:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-70815592:93071b70-670f-4ed6-9c48-870ae703c40a part 17 1:M 06 Oct 2025 02:24:30.447 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:34.906 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-70815592:ctest-vnet1-45087120 part 23 1:M 06 Oct 2025 02:24:34.909 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-70815592:ctest-vnet1-45087120 part 23 1:M 06 Oct 2025 02:24:34.909 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-70815592:ctest-vnet1-45087120 part 23 1:M 06 Oct 2025 02:24:35.222 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-70815592:ctest-vnet0-09657773 part 29 1:M 06 Oct 2025 02:24:35.226 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-70815592:ctest-vnet0-09657773 part 29 1:M 06 Oct 2025 02:24:35.226 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-70815592:ctest-vnet0-09657773 part 29 1:M 06 Oct 2025 02:24:40.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:40.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:40.895 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:41.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:41.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:42.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:51.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:24:59.209 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:00.449 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:10.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:10.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:10.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:11.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:11.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:12.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:21.664 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:29.208 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:30.450 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:40.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:40.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:40.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:41.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:41.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:42.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:51.664 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:25:59.213 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:00.449 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:10.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:10.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:10.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:11.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:11.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:12.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:21.664 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:29.209 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:30.451 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:40.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:40.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:40.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:41.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:41.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:42.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:51.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:26:59.210 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:00.452 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:10.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:10.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:10.894 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:11.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:11.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:12.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:21.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:29.210 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:30.455 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:40.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:40.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:40.897 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:41.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:41.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:42.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:51.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:27:58.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:ctest-vnet1-10889021 part 20 1:M 06 Oct 2025 02:27:58.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:05e1edbf-fafa-47bd-bd2b-95ada96cb7e0 part 10 1:M 06 Oct 2025 02:27:58.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:05e1edbf-fafa-47bd-bd2b-95ada96cb7e0 part 10 1:M 06 Oct 2025 02:27:58.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:15c788db-15d9-4e0e-9175-5154a9458a5c part 12 1:M 06 Oct 2025 02:27:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:15c788db-15d9-4e0e-9175-5154a9458a5c part 12 1:M 06 Oct 2025 02:27:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:15c788db-15d9-4e0e-9175-5154a9458a5c part 12 1:M 06 Oct 2025 02:27:59.215 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:00.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:ctest-vnet0-12452908 part 29 1:M 06 Oct 2025 02:28:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ad7e99b7-c7ec-46b2-9526-1e9cbe3b8515 part 4 1:M 06 Oct 2025 02:28:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ad7e99b7-c7ec-46b2-9526-1e9cbe3b8515 part 4 1:M 06 Oct 2025 02:28:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:060ddc79-1e32-4602-93cd-b0382f2f7eb0 part 18 1:M 06 Oct 2025 02:28:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:060ddc79-1e32-4602-93cd-b0382f2f7eb0 part 18 1:M 06 Oct 2025 02:28:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:060ddc79-1e32-4602-93cd-b0382f2f7eb0 part 18 1:M 06 Oct 2025 02:28:00.453 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:04.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:ctest-vnet1-10889021 part 20 1:M 06 Oct 2025 02:28:04.474 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:ctest-vnet1-10889021 part 20 1:M 06 Oct 2025 02:28:04.475 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:ctest-vnet1-10889021 part 20 1:M 06 Oct 2025 02:28:04.829 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:ctest-vnet0-12452908 part 29 1:M 06 Oct 2025 02:28:04.829 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:ctest-vnet0-12452908 part 29 1:M 06 Oct 2025 02:28:04.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-88478475:ctest-vnet0-12452908 part 29 1:M 06 Oct 2025 02:28:10.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:10.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:10.897 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:11.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:11.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:12.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:21.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:29.215 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:30.455 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:40.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:40.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:40.897 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:41.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:41.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:42.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:51.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:28:59.212 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:00.452 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:10.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:10.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:10.898 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:11.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:11.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:12.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:21.668 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:29.213 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:30.460 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:40.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:40.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:40.899 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:41.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:41.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:42.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:51.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:29:59.214 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:00.454 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:10.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:10.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:10.898 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:11.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:11.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:12.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:21.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:29.213 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:30.452 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:33.298 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-35590516 part 23 1:M 06 Oct 2025 02:30:33.299 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-35590516 part 23 1:M 06 Oct 2025 02:30:33.301 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-35590516 part 23 1:M 06 Oct 2025 02:30:33.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-93726707 part 20 1:M 06 Oct 2025 02:30:33.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-93726707 part 20 1:M 06 Oct 2025 02:30:33.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-93726707 part 20 1:M 06 Oct 2025 02:30:40.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:40.357 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:40.901 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:41.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:41.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:42.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:51.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:30:58.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-35590516 part 23 1:M 06 Oct 2025 02:30:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-93726707 part 20 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7f667b61-32e1-42ec-b832-60f10697f72c part 7 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7f667b61-32e1-42ec-b832-60f10697f72c part 7 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:bc115712-5f32-4f88-9a5f-2e9517c38a2a part 5 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:bc115712-5f32-4f88-9a5f-2e9517c38a2a part 5 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:ccc3163b-99f7-4313-ae11-472444f6f510 part 17 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:ccc3163b-99f7-4313-ae11-472444f6f510 part 17 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:ccc3163b-99f7-4313-ae11-472444f6f510 part 17 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:f2c94dee-dd4a-475c-becf-5c9c1e606a27 part 12 1:M 06 Oct 2025 02:30:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:f2c94dee-dd4a-475c-becf-5c9c1e606a27 part 12 1:M 06 Oct 2025 02:30:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:f2c94dee-dd4a-475c-becf-5c9c1e606a27 part 12 1:M 06 Oct 2025 02:30:59.212 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:00.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-35667586:ctest-vn-93726707 part 20 1:M 06 Oct 2025 02:31:00.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1141d239-1282-4980-8d49-da674ced3228 part 6 1:M 06 Oct 2025 02:31:00.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1141d239-1282-4980-8d49-da674ced3228 part 6 1:M 06 Oct 2025 02:31:00.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:fc3ddf9b-efaa-431a-91b8-6d9bb42f3178 part 19 1:M 06 Oct 2025 02:31:00.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:fc3ddf9b-efaa-431a-91b8-6d9bb42f3178 part 19 1:M 06 Oct 2025 02:31:00.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-35667586:fc3ddf9b-efaa-431a-91b8-6d9bb42f3178 part 19 1:M 06 Oct 2025 02:31:00.450 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:10.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:10.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:10.899 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:11.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:11.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:12.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:21.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:28.161 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-37593964:ctest-bgpaas_vn-32334265 part 27 1:M 06 Oct 2025 02:31:28.163 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-37593964:ctest-bgpaas_vn-32334265 part 27 1:M 06 Oct 2025 02:31:28.170 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-37593964:ctest-bgpaas_vn-32334265 part 27 1:M 06 Oct 2025 02:31:28.311 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-37593964:ctest-bgpaas_vn-39424495 part 27 1:M 06 Oct 2025 02:31:28.313 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-37593964:ctest-bgpaas_vn-39424495 part 27 1:M 06 Oct 2025 02:31:28.313 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-37593964:ctest-bgpaas_vn-39424495 part 27 1:M 06 Oct 2025 02:31:28.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-37593964:ctest-bgpaas_vn-68066793 part 26 1:M 06 Oct 2025 02:31:28.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e737a9b4-bdf4-4d75-bab0-12724b076201 part 10 1:M 06 Oct 2025 02:31:28.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-37593964:853b421e-9a09-4ae6-815b-f22c9d609848 part 19 1:M 06 Oct 2025 02:31:28.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-37593964:853b421e-9a09-4ae6-815b-f22c9d609848 part 19 1:M 06 Oct 2025 02:31:28.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-37593964:853b421e-9a09-4ae6-815b-f22c9d609848 part 19 1:M 06 Oct 2025 02:31:29.212 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-37593964:ctest-bgpaas_vn-85708098 part 20 1:M 06 Oct 2025 02:31:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1f26c307-9b7d-4a8a-b7e0-da8143f53f5c part 8 1:M 06 Oct 2025 02:31:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-37593964:bdc6ca0f-6aa7-43bf-b51e-887c58c1a2de part 16 1:M 06 Oct 2025 02:31:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-37593964:bdc6ca0f-6aa7-43bf-b51e-887c58c1a2de part 16 1:M 06 Oct 2025 02:31:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-37593964:bdc6ca0f-6aa7-43bf-b51e-887c58c1a2de part 16 1:M 06 Oct 2025 02:31:30.451 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:40.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:40.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:40.899 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:41.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:41.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:42.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:51.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:31:59.213 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:00.453 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:10.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:10.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:10.899 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:11.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:11.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:12.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:21.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:29.212 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:30.451 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:40.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:40.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:40.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:41.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:41.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:42.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:51.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:32:59.212 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:00.452 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:10.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:10.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:10.866 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-61572130:service-vn-17402341 part 23 1:M 06 Oct 2025 02:33:10.871 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-61572130:service-vn-17402341 part 23 1:M 06 Oct 2025 02:33:10.871 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-61572130:service-vn-17402341 part 23 1:M 06 Oct 2025 02:33:10.902 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:11.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:11.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:12.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:21.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:29.214 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-61572130:service-vn-17402341 part 23 1:M 06 Oct 2025 02:33:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c108829c-36ed-4c70-b0e0-574057d07af2 part 10 1:M 06 Oct 2025 02:33:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c108829c-36ed-4c70-b0e0-574057d07af2 part 10 1:M 06 Oct 2025 02:33:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-61572130:078b3517-a90e-4fa9-8d2c-c09a3c0edf8d part 15 1:M 06 Oct 2025 02:33:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-61572130:078b3517-a90e-4fa9-8d2c-c09a3c0edf8d part 15 1:M 06 Oct 2025 02:33:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-61572130:078b3517-a90e-4fa9-8d2c-c09a3c0edf8d part 15 1:M 06 Oct 2025 02:33:30.452 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:40.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:40.357 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:40.902 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:41.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:41.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:42.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:51.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:33:59.216 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:00.453 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:10.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:10.357 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:10.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:11.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:11.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:12.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:21.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:28.519 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-61572130:ctest-vn30-44294065 part 20 1:M 06 Oct 2025 02:34:28.519 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-61572130:ctest-vn30-44294065 part 20 1:M 06 Oct 2025 02:34:28.520 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-61572130:ctest-vn30-44294065 part 20 1:M 06 Oct 2025 02:34:28.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-61572130:ctest-vn30-44294065 part 20 1:M 06 Oct 2025 02:34:28.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:16df5559-a245-4130-9a37-ef6df03b9837 part 5 1:M 06 Oct 2025 02:34:28.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:16df5559-a245-4130-9a37-ef6df03b9837 part 5 1:M 06 Oct 2025 02:34:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-61572130:58323e72-368a-4eb2-85f9-1c2cfe1956ee part 13 1:M 06 Oct 2025 02:34:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-61572130:58323e72-368a-4eb2-85f9-1c2cfe1956ee part 13 1:M 06 Oct 2025 02:34:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-61572130:58323e72-368a-4eb2-85f9-1c2cfe1956ee part 13 1:M 06 Oct 2025 02:34:29.215 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:30.457 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:40.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:40.359 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:40.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:41.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:41.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:42.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:51.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:34:59.215 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:00.453 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:10.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:10.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:10.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:11.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:11.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:12.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:21.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:29.218 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:30.457 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:40.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:40.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:40.902 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:41.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:41.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:42.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:51.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:35:59.214 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:00.453 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:10.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:10.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:10.902 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:11.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:11.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:12.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:21.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:29.216 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:30.456 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:40.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:40.359 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:40.903 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:41.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:41.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:42.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:51.672 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:36:58.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725-67847866 part 27 1:M 06 Oct 2025 02:36:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4ae00567-40c5-4253-b084-ca707b43b3fb part 5 1:M 06 Oct 2025 02:36:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4ae00567-40c5-4253-b084-ca707b43b3fb part 5 1:M 06 Oct 2025 02:36:58.942 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:8e84cae2-5e82-4024-a0f8-81b0a825a35c part 16 1:M 06 Oct 2025 02:36:58.946 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:8e84cae2-5e82-4024-a0f8-81b0a825a35c part 16 1:M 06 Oct 2025 02:36:58.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:8e84cae2-5e82-4024-a0f8-81b0a825a35c part 16 1:M 06 Oct 2025 02:36:59.215 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:00.456 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:10.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:10.359 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:10.905 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:11.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:11.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:12.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:21.672 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:29.217 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:30.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725-67847866 part 27 1:M 06 Oct 2025 02:37:30.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0df09cbd-6940-499c-a0b6-d46bd1d1783b part 8 1:M 06 Oct 2025 02:37:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0df09cbd-6940-499c-a0b6-d46bd1d1783b part 8 1:M 06 Oct 2025 02:37:30.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:8efc36e1-2531-42cf-ba50-93326d67b8a0 part 18 1:M 06 Oct 2025 02:37:30.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:8efc36e1-2531-42cf-ba50-93326d67b8a0 part 18 1:M 06 Oct 2025 02:37:30.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:8efc36e1-2531-42cf-ba50-93326d67b8a0 part 18 1:M 06 Oct 2025 02:37:30.455 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:32.600 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725-67847866 part 27 1:M 06 Oct 2025 02:37:32.600 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725-67847866 part 27 1:M 06 Oct 2025 02:37:32.606 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725:ctest-SecurityGroupBasicRegressionTests1Ipv6-03063725-67847866 part 27 1:M 06 Oct 2025 02:37:40.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:40.359 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:40.902 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:41.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:41.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:42.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:51.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:37:59.217 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:00.456 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:10.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:10.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:10.905 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:11.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:11.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:12.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:21.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:29.221 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:30.458 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:40.242 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:40.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:40.903 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:41.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:41.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:42.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:51.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:38:59.218 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:00.458 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:10.242 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:10.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:10.909 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:11.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:11.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:12.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:21.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:29.216 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:30.456 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:40.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:40.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:40.904 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:41.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:41.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:42.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:51.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:39:58.935 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964-74884315 part 27 1:M 06 Oct 2025 02:39:58.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c6614d66-9ddf-457c-a1fc-9898250a2188 part 7 1:M 06 Oct 2025 02:39:58.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c6614d66-9ddf-457c-a1fc-9898250a2188 part 7 1:M 06 Oct 2025 02:39:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:0ff3e9b3-833c-44ae-a6e8-1c449dfecc03 part 16 1:M 06 Oct 2025 02:39:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:0ff3e9b3-833c-44ae-a6e8-1c449dfecc03 part 16 1:M 06 Oct 2025 02:39:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:0ff3e9b3-833c-44ae-a6e8-1c449dfecc03 part 16 1:M 06 Oct 2025 02:39:59.214 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:00.455 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:10.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:10.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:10.904 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:11.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:11.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:12.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:21.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:29.214 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:30.028 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964-74884315 part 27 1:M 06 Oct 2025 02:40:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:74806cc7-e444-429f-9eb1-328d5783b763 part 8 1:M 06 Oct 2025 02:40:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:74806cc7-e444-429f-9eb1-328d5783b763 part 8 1:M 06 Oct 2025 02:40:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:4e6471e9-8a6b-4d25-86ff-00cafbacf1bb part 12 1:M 06 Oct 2025 02:40:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:4e6471e9-8a6b-4d25-86ff-00cafbacf1bb part 12 1:M 06 Oct 2025 02:40:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:4e6471e9-8a6b-4d25-86ff-00cafbacf1bb part 12 1:M 06 Oct 2025 02:40:30.454 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:31.895 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964-74884315 part 27 1:M 06 Oct 2025 02:40:31.897 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964-74884315 part 27 1:M 06 Oct 2025 02:40:31.900 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964:ctest-SecurityGroupBasicRegressionTests1_contrail-76109964-74884315 part 27 1:M 06 Oct 2025 02:40:40.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:40.384 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:40.904 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:41.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:41.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:42.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:51.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:40:59.216 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:00.457 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:10.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:10.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:10.907 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:11.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:11.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:12.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:21.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:29.218 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:30.454 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:40.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:40.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:40.905 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:41.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:41.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:42.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:51.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:41:59.217 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:00.453 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:10.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:10.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:10.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:11.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:11.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:12.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:21.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:29.216 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:30.457 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:40.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:40.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:40.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:41.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:41.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:42.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:51.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:42:58.935 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:ctest-SecurityGroupBasicRegressionTests1-39773995-02879088 part 21 1:M 06 Oct 2025 02:42:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5f171d55-6d9c-456d-9f22-e49f029f1ad5 part 11 1:M 06 Oct 2025 02:42:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5f171d55-6d9c-456d-9f22-e49f029f1ad5 part 11 1:M 06 Oct 2025 02:42:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:e373359c-4e38-4786-b74f-85485aa549d6 part 15 1:M 06 Oct 2025 02:42:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:e373359c-4e38-4786-b74f-85485aa549d6 part 15 1:M 06 Oct 2025 02:42:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:e373359c-4e38-4786-b74f-85485aa549d6 part 15 1:M 06 Oct 2025 02:42:59.215 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:00.453 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:10.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:10.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:10.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:11.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:11.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:12.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:21.676 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:29.215 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:30.028 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:ctest-SecurityGroupBasicRegressionTests1-39773995-02879088 part 21 1:M 06 Oct 2025 02:43:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:68a2d628-73be-48fe-8a41-3812a69540c6 part 4 1:M 06 Oct 2025 02:43:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:68a2d628-73be-48fe-8a41-3812a69540c6 part 4 1:M 06 Oct 2025 02:43:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:60a16b75-98bf-4517-97b0-658a7f5a6489 part 15 1:M 06 Oct 2025 02:43:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:60a16b75-98bf-4517-97b0-658a7f5a6489 part 15 1:M 06 Oct 2025 02:43:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:60a16b75-98bf-4517-97b0-658a7f5a6489 part 15 1:M 06 Oct 2025 02:43:30.454 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:30.704 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:ctest-SecurityGroupBasicRegressionTests1-39773995-02879088 part 21 1:M 06 Oct 2025 02:43:30.708 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:ctest-SecurityGroupBasicRegressionTests1-39773995-02879088 part 21 1:M 06 Oct 2025 02:43:30.709 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-39773995:ctest-SecurityGroupBasicRegressionTests1-39773995-02879088 part 21 1:M 06 Oct 2025 02:43:40.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:40.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:40.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:41.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:41.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:42.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:51.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:43:59.216 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:00.457 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:10.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:10.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:10.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:11.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:11.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:11.502 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-10391115:ctest-right_vn-20975936 part 25 1:M 06 Oct 2025 02:44:11.503 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-10391115:ctest-right_vn-20975936 part 25 1:M 06 Oct 2025 02:44:11.836 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-10391115:ctest-left_vn-14258228 part 25 1:M 06 Oct 2025 02:44:11.841 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-10391115:ctest-left_vn-14258228 part 25 1:M 06 Oct 2025 02:44:12.187 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-10391115:ctest-mgmt_vn-50568069 part 22 1:M 06 Oct 2025 02:44:12.187 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-10391115:ctest-mgmt_vn-50568069 part 22 1:M 06 Oct 2025 02:44:12.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:12.199 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-10391115:ctest-mgmt_vn-50568069 part 22 1:M 06 Oct 2025 02:44:21.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:29.219 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:30.456 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:40.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:40.365 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:40.909 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:41.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:41.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:42.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:51.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:44:59.219 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:00.458 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:10.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:10.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:10.907 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:11.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:11.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:12.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:16.297 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-trans_right_vn-51728147 part 29 1:M 06 Oct 2025 02:45:16.783 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-trans_left_vn-52500182 part 20 1:M 06 Oct 2025 02:45:16.788 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-trans_left_vn-52500182 part 20 1:M 06 Oct 2025 02:45:16.788 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-trans_left_vn-52500182 part 20 1:M 06 Oct 2025 02:45:19.249 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-right_vn-96762276 part 22 1:M 06 Oct 2025 02:45:19.251 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-right_vn-96762276 part 22 1:M 06 Oct 2025 02:45:19.251 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-right_vn-96762276 part 22 1:M 06 Oct 2025 02:45:19.568 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-left_vn-18819878 part 20 1:M 06 Oct 2025 02:45:19.569 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-left_vn-18819878 part 20 1:M 06 Oct 2025 02:45:19.571 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-left_vn-18819878 part 20 1:M 06 Oct 2025 02:45:19.868 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-mgmt_vn-29777405 part 23 1:M 06 Oct 2025 02:45:19.870 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-mgmt_vn-29777405 part 23 1:M 06 Oct 2025 02:45:19.872 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-mgmt_vn-29777405 part 23 1:M 06 Oct 2025 02:45:21.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:29.217 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-43015574:ctest-left_vn-56168220 part 26 1:M 06 Oct 2025 02:45:30.456 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:40.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:40.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:40.906 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:41.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:41.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:42.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:51.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:45:59.218 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:00.458 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:10.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:10.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:10.907 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:11.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:11.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:12.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:21.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:29.223 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:30.464 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:40.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:40.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:40.907 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:41.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:41.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:42.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:51.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:46:59.217 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:00.464 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:10.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:10.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:10.908 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:11.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:11.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:12.192 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:21.680 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:29.217 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:30.465 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:40.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:40.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:40.908 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:41.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:41.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:42.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:51.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:47:59.218 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:00.466 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:09.256 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-trans_right_vn-28747911 part 21 1:M 06 Oct 2025 02:48:09.259 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-trans_right_vn-28747911 part 21 1:M 06 Oct 2025 02:48:09.260 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-trans_right_vn-28747911 part 21 1:M 06 Oct 2025 02:48:10.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:10.365 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:10.908 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:11.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:11.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:11.685 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-trans_left_vn-04339803 part 25 1:M 06 Oct 2025 02:48:11.685 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-trans_left_vn-04339803 part 25 1:M 06 Oct 2025 02:48:11.685 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-trans_left_vn-04339803 part 25 1:M 06 Oct 2025 02:48:12.060 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-mgmt_vn-02162339 part 28 1:M 06 Oct 2025 02:48:12.062 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-mgmt_vn-02162339 part 28 1:M 06 Oct 2025 02:48:12.067 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-mgmt_vn-02162339 part 28 1:M 06 Oct 2025 02:48:12.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:12.421 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-right-84727568 part 21 1:M 06 Oct 2025 02:48:12.421 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-right-84727568 part 21 1:M 06 Oct 2025 02:48:12.422 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-right-84727568 part 21 1:M 06 Oct 2025 02:48:12.871 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-left-42980037 part 24 1:M 06 Oct 2025 02:48:12.875 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-left-42980037 part 24 1:M 06 Oct 2025 02:48:12.881 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-left-42980037 part 24 1:M 06 Oct 2025 02:48:21.680 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:28.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-right-84727568 part 21 1:M 06 Oct 2025 02:48:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c247d0e6-053b-4385-8244-4fe45af09765 part 10 1:M 06 Oct 2025 02:48:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c247d0e6-053b-4385-8244-4fe45af09765 part 10 1:M 06 Oct 2025 02:48:28.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:17377b42-1382-466a-a859-c4a4b888766c part 14 1:M 06 Oct 2025 02:48:28.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:17377b42-1382-466a-a859-c4a4b888766c part 14 1:M 06 Oct 2025 02:48:28.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:17377b42-1382-466a-a859-c4a4b888766c part 14 1:M 06 Oct 2025 02:48:29.221 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-left-42980037 part 24 1:M 06 Oct 2025 02:48:30.035 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-61993685:ctest-trans_left_vn-04339803 part 25 1:M 06 Oct 2025 02:48:30.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0d709b85-ed72-4d0b-bc69-f39290c6cc93 part 4 1:M 06 Oct 2025 02:48:30.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:0d709b85-ed72-4d0b-bc69-f39290c6cc93 part 4 1:M 06 Oct 2025 02:48:30.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:97647995-28d5-4447-ac43-4089dcc3612e part 10 1:M 06 Oct 2025 02:48:30.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:97647995-28d5-4447-ac43-4089dcc3612e part 10 1:M 06 Oct 2025 02:48:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:853b635a-5244-46f8-82b1-6a4581b1f5a3 part 19 1:M 06 Oct 2025 02:48:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:853b635a-5244-46f8-82b1-6a4581b1f5a3 part 19 1:M 06 Oct 2025 02:48:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:853b635a-5244-46f8-82b1-6a4581b1f5a3 part 19 1:M 06 Oct 2025 02:48:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:f592b164-cb36-45f5-a542-5c66d4995381 part 19 1:M 06 Oct 2025 02:48:30.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:f592b164-cb36-45f5-a542-5c66d4995381 part 19 1:M 06 Oct 2025 02:48:30.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-61993685:f592b164-cb36-45f5-a542-5c66d4995381 part 19 1:M 06 Oct 2025 02:48:30.465 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:40.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:40.365 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:40.909 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:41.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:41.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:42.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:51.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:48:59.219 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:00.465 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:10.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:10.365 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:10.909 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:11.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:11.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:12.192 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:21.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:29.219 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:30.465 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:40.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:40.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:40.913 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:41.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:41.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:42.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:51.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:49:59.220 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:00.465 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:10.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:10.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:10.914 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:11.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:11.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:12.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:21.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:29.220 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:30.465 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:40.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:40.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:40.910 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:41.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:41.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:42.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:51.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:50:59.220 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:00.465 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:10.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:10.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:10.910 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:11.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:11.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:12.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:18.081 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-50388478:ctest-vn1-vdns-14348663 part 24 1:M 06 Oct 2025 02:51:18.081 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-50388478:ctest-vn1-vdns-14348663 part 24 1:M 06 Oct 2025 02:51:18.100 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-50388478:ctest-vn1-vdns-14348663 part 24 1:M 06 Oct 2025 02:51:21.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:28.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-50388478:ctest-vn1-vdns-14348663 part 24 1:M 06 Oct 2025 02:51:28.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f0fb9487-0a13-4374-b527-bceabe59bc3f part 8 1:M 06 Oct 2025 02:51:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f0fb9487-0a13-4374-b527-bceabe59bc3f part 8 1:M 06 Oct 2025 02:51:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-50388478:004ee61e-7d3f-432b-a4c4-daf25cc89c86 part 12 1:M 06 Oct 2025 02:51:28.945 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-50388478:004ee61e-7d3f-432b-a4c4-daf25cc89c86 part 12 1:M 06 Oct 2025 02:51:28.945 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-50388478:004ee61e-7d3f-432b-a4c4-daf25cc89c86 part 12 1:M 06 Oct 2025 02:51:29.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-50388478:ctest-vn1-vdns-14348663 part 24 1:M 06 Oct 2025 02:51:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:26ccb894-6bd8-4905-9395-449ed462c28d part 5 1:M 06 Oct 2025 02:51:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:26ccb894-6bd8-4905-9395-449ed462c28d part 5 1:M 06 Oct 2025 02:51:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-50388478:ba837f00-6770-4da9-ac98-f74f9fc5cc4e part 16 1:M 06 Oct 2025 02:51:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-50388478:ba837f00-6770-4da9-ac98-f74f9fc5cc4e part 16 1:M 06 Oct 2025 02:51:30.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-50388478:ba837f00-6770-4da9-ac98-f74f9fc5cc4e part 16 1:M 06 Oct 2025 02:51:30.466 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:40.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:40.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:40.913 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:41.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:41.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:42.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:51.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:51:59.220 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:00.465 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:10.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:10.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:10.914 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:11.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:11.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:12.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:21.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:29.220 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:30.466 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:40.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:40.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:40.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:41.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:41.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:42.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:51.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:52:59.223 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:00.472 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:10.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:10.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:10.912 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:11.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:11.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:12.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:21.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:29.221 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:30.466 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:40.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:40.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:40.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:41.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:41.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:42.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:51.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:53:59.221 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:00.466 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:10.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:10.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:10.913 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:11.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:11.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:12.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:21.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:29.223 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:30.466 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:38.120 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-vn1-99167816 part 22 1:M 06 Oct 2025 02:54:38.121 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-vn1-99167816 part 22 1:M 06 Oct 2025 02:54:38.122 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-vn1-99167816 part 22 1:M 06 Oct 2025 02:54:38.444 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-fvn-56992077 part 23 1:M 06 Oct 2025 02:54:38.447 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-fvn-56992077 part 23 1:M 06 Oct 2025 02:54:38.454 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-fvn-56992077 part 23 1:M 06 Oct 2025 02:54:40.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:40.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:40.914 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:41.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:41.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:42.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:51.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:54:58.936 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-fvn-56992077 part 23 1:M 06 Oct 2025 02:54:58.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ef667a9e-ac5a-45dd-8a74-34c6589d2826 part 9 1:M 06 Oct 2025 02:54:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ef667a9e-ac5a-45dd-8a74-34c6589d2826 part 9 1:M 06 Oct 2025 02:54:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-20443200:9e0c620b-f15f-4a51-99ff-36c5879018f9 part 12 1:M 06 Oct 2025 02:54:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-20443200:9e0c620b-f15f-4a51-99ff-36c5879018f9 part 12 1:M 06 Oct 2025 02:54:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-20443200:9e0c620b-f15f-4a51-99ff-36c5879018f9 part 12 1:M 06 Oct 2025 02:54:59.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:00.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-fvn-56992077 part 23 1:M 06 Oct 2025 02:55:00.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-20443200:ctest-vn1-99167816 part 22 1:M 06 Oct 2025 02:55:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5cc9a60e-b361-49ca-9de8-778dbbf7bfd9 part 8 1:M 06 Oct 2025 02:55:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5cc9a60e-b361-49ca-9de8-778dbbf7bfd9 part 8 1:M 06 Oct 2025 02:55:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-20443200:0bae9a56-019c-4de2-99a4-ad454e82b357 part 15 1:M 06 Oct 2025 02:55:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-20443200:0bae9a56-019c-4de2-99a4-ad454e82b357 part 15 1:M 06 Oct 2025 02:55:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-20443200:0bae9a56-019c-4de2-99a4-ad454e82b357 part 15 1:M 06 Oct 2025 02:55:00.469 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:10.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:10.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:10.912 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:11.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:11.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:12.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:21.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:26.357 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-92641905:ctest-vn-50984960 part 20 1:M 06 Oct 2025 02:55:26.357 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-92641905:ctest-vn-50984960 part 20 1:M 06 Oct 2025 02:55:26.357 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-92641905:ctest-vn-50984960 part 20 1:M 06 Oct 2025 02:55:29.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:30.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-92641905:ctest-vn2_metadata-05168387 part 23 1:M 06 Oct 2025 02:55:30.030 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:6cfde30f-7d6e-4c7d-a800-50e66f57fd48 part 9 1:M 06 Oct 2025 02:55:30.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:f19f0b3e-97cc-4003-abc9-990abcf24fb5 part 15 1:M 06 Oct 2025 02:55:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:f19f0b3e-97cc-4003-abc9-990abcf24fb5 part 15 1:M 06 Oct 2025 02:55:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:f19f0b3e-97cc-4003-abc9-990abcf24fb5 part 15 1:M 06 Oct 2025 02:55:30.469 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:40.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:40.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:40.915 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:41.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:41.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:42.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:51.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:55:59.221 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:00.466 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:10.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:10.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:10.913 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:11.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:11.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:12.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:21.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:28.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-92641905:ctest-vn-17675525 part 27 1:M 06 Oct 2025 02:56:28.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:541af24b-fac2-4b3e-908b-f49b0c71e833 part 10 1:M 06 Oct 2025 02:56:28.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:541af24b-fac2-4b3e-908b-f49b0c71e833 part 10 1:M 06 Oct 2025 02:56:28.948 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:072990ae-e630-4a38-9536-0e453c2e688d part 13 1:M 06 Oct 2025 02:56:28.948 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:072990ae-e630-4a38-9536-0e453c2e688d part 13 1:M 06 Oct 2025 02:56:28.948 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:072990ae-e630-4a38-9536-0e453c2e688d part 13 1:M 06 Oct 2025 02:56:29.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:30.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-92641905:ctest-vn-17675525 part 27 1:M 06 Oct 2025 02:56:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:67b0cfcc-8b85-444d-8933-db811496a49c part 9 1:M 06 Oct 2025 02:56:30.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:67b0cfcc-8b85-444d-8933-db811496a49c part 9 1:M 06 Oct 2025 02:56:30.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f322c523-c60b-4ba8-b2dc-9321ffad97f2 part 8 1:M 06 Oct 2025 02:56:30.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:49d07265-685f-463a-93c7-b702df54a415 part 13 1:M 06 Oct 2025 02:56:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:49d07265-685f-463a-93c7-b702df54a415 part 13 1:M 06 Oct 2025 02:56:30.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:49d07265-685f-463a-93c7-b702df54a415 part 13 1:M 06 Oct 2025 02:56:30.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:a8ca4485-e0d5-4e2c-89e7-9ed6d7cb9863 part 15 1:M 06 Oct 2025 02:56:30.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:a8ca4485-e0d5-4e2c-89e7-9ed6d7cb9863 part 15 1:M 06 Oct 2025 02:56:30.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-92641905:a8ca4485-e0d5-4e2c-89e7-9ed6d7cb9863 part 15 1:M 06 Oct 2025 02:56:30.468 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:40.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:40.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:40.914 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:41.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:41.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:42.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:51.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:56:59.223 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:00.467 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:10.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:10.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:10.914 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:11.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:11.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:12.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:21.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:29.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:30.470 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:40.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:40.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:40.914 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:41.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:41.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:42.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:51.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:57:59.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:00.473 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:10.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:10.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:10.915 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:11.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:11.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:12.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:21.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:29.223 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:30.467 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:40.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:40.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:40.915 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:41.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:41.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:42.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:51.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:58:59.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:00.468 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:10.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:10.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:10.917 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:11.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:11.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:12.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:21.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:29.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:30.468 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:40.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:40.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:40.916 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:41.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:41.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:42.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:51.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 02:59:59.222 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:00.469 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:10.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:10.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:10.915 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:11.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:11.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:12.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:21.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f1a97823-d66f-4b20-adff-fcb8e44be3a4 part 4 1:M 06 Oct 2025 03:00:28.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f1a97823-d66f-4b20-adff-fcb8e44be3a4 part 4 1:M 06 Oct 2025 03:00:28.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:f140e640-fdc7-4281-88cf-67df23667b33 part 15 1:M 06 Oct 2025 03:00:28.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:f140e640-fdc7-4281-88cf-67df23667b33 part 15 1:M 06 Oct 2025 03:00:28.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:f140e640-fdc7-4281-88cf-67df23667b33 part 15 1:M 06 Oct 2025 03:00:29.223 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:30.469 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:36.317 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:ctest-vn-66343680 part 29 1:M 06 Oct 2025 03:00:36.318 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:ctest-vn-66343680 part 29 1:M 06 Oct 2025 03:00:36.319 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:ctest-vn-66343680 part 29 1:M 06 Oct 2025 03:00:40.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:40.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:40.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:41.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:41.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:42.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:51.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:00:58.937 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:ctest-vn-66343680 part 29 1:M 06 Oct 2025 03:00:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:108fc869-287b-45c7-9522-317912760b5a part 6 1:M 06 Oct 2025 03:00:58.938 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:108fc869-287b-45c7-9522-317912760b5a part 6 1:M 06 Oct 2025 03:00:58.939 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:40ff99ac-65a1-4f51-9c94-b8361163e8de part 18 1:M 06 Oct 2025 03:00:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:40ff99ac-65a1-4f51-9c94-b8361163e8de part 18 1:M 06 Oct 2025 03:00:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:40ff99ac-65a1-4f51-9c94-b8361163e8de part 18 1:M 06 Oct 2025 03:00:59.223 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:00.029 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:ctest-vn-66343680 part 29 1:M 06 Oct 2025 03:01:00.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7af8eee8-58d1-4a38-a9d2-de7501830051 part 7 1:M 06 Oct 2025 03:01:00.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7af8eee8-58d1-4a38-a9d2-de7501830051 part 7 1:M 06 Oct 2025 03:01:00.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e9b33a20-ab31-401b-84ea-57e411c027d9 part 10 1:M 06 Oct 2025 03:01:00.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e9b33a20-ab31-401b-84ea-57e411c027d9 part 10 1:M 06 Oct 2025 03:01:00.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:67a76520-68b8-4301-9a95-3c3b667caa84 part 19 1:M 06 Oct 2025 03:01:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:67a76520-68b8-4301-9a95-3c3b667caa84 part 19 1:M 06 Oct 2025 03:01:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:67a76520-68b8-4301-9a95-3c3b667caa84 part 19 1:M 06 Oct 2025 03:01:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:96173ee0-c7fc-4d7f-9a3d-4ee4aa03c00b part 19 1:M 06 Oct 2025 03:01:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:96173ee0-c7fc-4d7f-9a3d-4ee4aa03c00b part 19 1:M 06 Oct 2025 03:01:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-12844408:96173ee0-c7fc-4d7f-9a3d-4ee4aa03c00b part 19 1:M 06 Oct 2025 03:01:00.468 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:10.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:10.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:10.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:11.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:11.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:12.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:21.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:29.223 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:30.470 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:40.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:40.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:40.917 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:41.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:41.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:42.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:51.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:01:59.224 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:00.469 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:10.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:10.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:10.917 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:11.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:11.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:12.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:21.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:29.225 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:30.470 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:40.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:40.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:40.917 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:41.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:41.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:42.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:51.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:02:59.229 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:00.472 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:10.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:10.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:10.917 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:11.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:11.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:12.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:21.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:29.225 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:30.472 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:40.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:40.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:40.918 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:41.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:41.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:42.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:51.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:03:59.226 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:00.470 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:10.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:10.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:10.918 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:11.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:11.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:12.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:21.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:29.226 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:30.470 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:40.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:40.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:40.918 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:41.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:41.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:42.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:51.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:04:59.226 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:00.471 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:10.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:10.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:10.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:11.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:11.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:12.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:21.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:29.229 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:30.472 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:40.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:40.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:40.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:41.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:41.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:42.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:51.692 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:05:55.521 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-47461356:ctest-vn-08779431 part 23 1:M 06 Oct 2025 03:05:55.522 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-47461356:ctest-vn-08779431 part 23 1:M 06 Oct 2025 03:05:55.524 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-47461356:ctest-vn-08779431 part 23 1:M 06 Oct 2025 03:05:58.940 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-47461356:ctest-vn-08779431 part 23 1:M 06 Oct 2025 03:05:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d0b12826-a144-4d78-aa9f-b72c2069daae part 6 1:M 06 Oct 2025 03:05:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d0b12826-a144-4d78-aa9f-b72c2069daae part 6 1:M 06 Oct 2025 03:05:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:d12da55c-789f-40ce-a4b6-f9b8dd6009f4 part 15 1:M 06 Oct 2025 03:05:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:d12da55c-789f-40ce-a4b6-f9b8dd6009f4 part 15 1:M 06 Oct 2025 03:05:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:d12da55c-789f-40ce-a4b6-f9b8dd6009f4 part 15 1:M 06 Oct 2025 03:05:59.229 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:00.031 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-47461356:ctest-vn-08779431 part 23 1:M 06 Oct 2025 03:06:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2861a661-36ae-42bb-9c50-6708c6bc184b part 4 1:M 06 Oct 2025 03:06:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2861a661-36ae-42bb-9c50-6708c6bc184b part 4 1:M 06 Oct 2025 03:06:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:310f1f46-2b3b-45d6-a5ca-8debc990b8af part 11 1:M 06 Oct 2025 03:06:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:310f1f46-2b3b-45d6-a5ca-8debc990b8af part 11 1:M 06 Oct 2025 03:06:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:66559f85-5c39-466b-993c-dc79b650e837 part 16 1:M 06 Oct 2025 03:06:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:66559f85-5c39-466b-993c-dc79b650e837 part 16 1:M 06 Oct 2025 03:06:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:66559f85-5c39-466b-993c-dc79b650e837 part 16 1:M 06 Oct 2025 03:06:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:ctest-vmi-93101316 part 18 1:M 06 Oct 2025 03:06:00.035 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:ctest-vmi-93101316 part 18 1:M 06 Oct 2025 03:06:00.035 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-47461356:ctest-vmi-93101316 part 18 1:M 06 Oct 2025 03:06:00.473 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:10.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:10.374 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:10.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:11.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:11.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:12.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:21.692 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:29.227 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:30.473 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:40.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:40.374 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:40.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:41.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:41.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:42.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:51.694 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:06:59.228 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:00.032 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutes-24293778:ctest-random-36919377 part 22 1:M 06 Oct 2025 03:07:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4cad3147-baa8-42f3-9e9f-6edd2b72aeeb part 9 1:M 06 Oct 2025 03:07:00.033 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4cad3147-baa8-42f3-9e9f-6edd2b72aeeb part 9 1:M 06 Oct 2025 03:07:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-24293778:ab7f456b-1383-4eef-bbea-b6cfee4dffbb part 18 1:M 06 Oct 2025 03:07:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-24293778:ab7f456b-1383-4eef-bbea-b6cfee4dffbb part 18 1:M 06 Oct 2025 03:07:00.034 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-24293778:ab7f456b-1383-4eef-bbea-b6cfee4dffbb part 18 1:M 06 Oct 2025 03:07:00.473 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:03.122 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-24293778:ctest-random-36919377 part 22 1:M 06 Oct 2025 03:07:03.122 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-24293778:ctest-random-36919377 part 22 1:M 06 Oct 2025 03:07:03.122 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-24293778:ctest-random-36919377 part 22 1:M 06 Oct 2025 03:07:10.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:10.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:10.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:11.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:11.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:12.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:21.693 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:28.942 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutes-24293778:ctest-random-36919377 part 22 1:M 06 Oct 2025 03:07:28.944 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:73d99799-4774-461c-ba89-b6affdc19240 part 6 1:M 06 Oct 2025 03:07:28.945 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:73d99799-4774-461c-ba89-b6affdc19240 part 6 1:M 06 Oct 2025 03:07:28.946 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-24293778:ctest-vmi-21151866 part 12 1:M 06 Oct 2025 03:07:28.946 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-24293778:ctest-vmi-21151866 part 12 1:M 06 Oct 2025 03:07:28.946 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-24293778:ctest-vmi-21151866 part 12 1:M 06 Oct 2025 03:07:29.229 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:30.474 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:40.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:40.376 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:40.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:41.242 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:41.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:42.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:51.693 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:07:59.240 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:00.475 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:10.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:10.376 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:10.923 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:11.242 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:11.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:12.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:21.693 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:29.231 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:30.477 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:40.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:40.381 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:40.922 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:41.242 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:41.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:42.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:51.696 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:08:59.231 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:00.478 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:10.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:10.378 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:10.922 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:11.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:11.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:12.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:21.694 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:29.232 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:30.475 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:40.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:40.377 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:40.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:41.132 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-47444614 part 25 1:M 06 Oct 2025 03:09:41.132 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-47444614 part 25 1:M 06 Oct 2025 03:09:41.135 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-47444614 part 25 1:M 06 Oct 2025 03:09:41.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:41.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:41.299 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-77166989 part 26 1:M 06 Oct 2025 03:09:41.301 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-77166989 part 26 1:M 06 Oct 2025 03:09:41.306 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-77166989 part 26 1:M 06 Oct 2025 03:09:41.476 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-00118031 part 25 1:M 06 Oct 2025 03:09:41.478 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-00118031 part 25 1:M 06 Oct 2025 03:09:41.479 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-00118031 part 25 1:M 06 Oct 2025 03:09:42.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:51.697 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:09:58.941 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-00118031 part 25 1:M 06 Oct 2025 03:09:58.942 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-47444614 part 25 1:M 06 Oct 2025 03:09:58.944 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b21bcdf5-b316-4241-8c71-1da65bbabdfa part 7 1:M 06 Oct 2025 03:09:58.945 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b21bcdf5-b316-4241-8c71-1da65bbabdfa part 7 1:M 06 Oct 2025 03:09:58.945 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:0720bf26-275d-4efc-984b-b33bd9ef052c part 18 1:M 06 Oct 2025 03:09:58.945 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:0720bf26-275d-4efc-984b-b33bd9ef052c part 18 1:M 06 Oct 2025 03:09:58.945 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:0720bf26-275d-4efc-984b-b33bd9ef052c part 18 1:M 06 Oct 2025 03:09:59.232 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:00.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-00118031 part 25 1:M 06 Oct 2025 03:10:00.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-47444614 part 25 1:M 06 Oct 2025 03:10:00.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vn-77166989 part 26 1:M 06 Oct 2025 03:10:00.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:50428b9c-9619-47a0-9d61-395342dd94e2 part 9 1:M 06 Oct 2025 03:10:00.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:50428b9c-9619-47a0-9d61-395342dd94e2 part 9 1:M 06 Oct 2025 03:10:00.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f925bf84-c17b-4bce-bfb3-92776f45a632 part 5 1:M 06 Oct 2025 03:10:00.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f925bf84-c17b-4bce-bfb3-92776f45a632 part 5 1:M 06 Oct 2025 03:10:00.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-40243602 part 12 1:M 06 Oct 2025 03:10:00.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-40243602 part 12 1:M 06 Oct 2025 03:10:00.042 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-40243602 part 12 1:M 06 Oct 2025 03:10:00.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-74240377 part 17 1:M 06 Oct 2025 03:10:00.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-74240377 part 17 1:M 06 Oct 2025 03:10:00.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-74240377 part 17 1:M 06 Oct 2025 03:10:00.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-78688434 part 15 1:M 06 Oct 2025 03:10:00.043 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-78688434 part 15 1:M 06 Oct 2025 03:10:00.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-78688434 part 15 1:M 06 Oct 2025 03:10:00.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-78995205 part 12 1:M 06 Oct 2025 03:10:00.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-78995205 part 12 1:M 06 Oct 2025 03:10:00.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-34818986:ctest-vmi-78995205 part 12 1:M 06 Oct 2025 03:10:00.475 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:10.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:10.380 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:10.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:11.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:11.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:12.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:21.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:29.233 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:30.481 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:40.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:40.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:40.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:41.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:41.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:42.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:51.698 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:10:59.232 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:00.476 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:10.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:10.378 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:10.929 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:11.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:11.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:12.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:21.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:29.233 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:30.477 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:40.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:40.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:40.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:41.253 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:41.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:42.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:51.697 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:11:59.233 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:00.479 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:10.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:10.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:10.929 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:11.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:11.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:12.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:21.696 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:29.235 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:30.477 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:33.945 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-12651796:ctest-vn-65855783 part 26 1:M 06 Oct 2025 03:12:33.945 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-12651796:ctest-vn-65855783 part 26 1:M 06 Oct 2025 03:12:33.946 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-12651796:ctest-vn-65855783 part 26 1:M 06 Oct 2025 03:12:40.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:40.380 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:40.929 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:41.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:41.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:42.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:51.696 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:12:59.233 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:00.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-12651796:ctest-vn-65855783 part 26 1:M 06 Oct 2025 03:13:00.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3b3fb64c-5235-470b-984b-ae9d5537b9c4 part 10 1:M 06 Oct 2025 03:13:00.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3b3fb64c-5235-470b-984b-ae9d5537b9c4 part 10 1:M 06 Oct 2025 03:13:00.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:51df84ec-9857-4ac4-a595-29b15c381229 part 9 1:M 06 Oct 2025 03:13:00.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:51df84ec-9857-4ac4-a595-29b15c381229 part 9 1:M 06 Oct 2025 03:13:00.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-12651796:8ac72d46-ea56-40bc-80fd-35b54eb343a7 part 19 1:M 06 Oct 2025 03:13:00.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-12651796:8ac72d46-ea56-40bc-80fd-35b54eb343a7 part 19 1:M 06 Oct 2025 03:13:00.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-12651796:8ac72d46-ea56-40bc-80fd-35b54eb343a7 part 19 1:M 06 Oct 2025 03:13:00.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-12651796:ae07ca75-20ed-46e9-944d-b3dd79ab66ad part 14 1:M 06 Oct 2025 03:13:00.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-12651796:ae07ca75-20ed-46e9-944d-b3dd79ab66ad part 14 1:M 06 Oct 2025 03:13:00.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMtuProbe-12651796:ae07ca75-20ed-46e9-944d-b3dd79ab66ad part 14 1:M 06 Oct 2025 03:13:00.478 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:10.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:10.382 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:10.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:11.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:11.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:12.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:21.697 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:29.235 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:30.477 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:40.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:40.380 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:40.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:41.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:41.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:42.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:51.697 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:13:59.235 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:00.477 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:10.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:10.380 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:10.935 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:11.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:11.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:12.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:16.271 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-73049579:ctest-vn-67581400 part 21 1:M 06 Oct 2025 03:14:16.271 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-73049579:ctest-vn-67581400 part 21 1:M 06 Oct 2025 03:14:16.274 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-73049579:ctest-vn-67581400 part 21 1:M 06 Oct 2025 03:14:21.699 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:29.235 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:30.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvifStats-73049579:ctest-vn-67581400 part 21 1:M 06 Oct 2025 03:14:30.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:114faef5-4094-4425-b910-2f75ee2006fb part 8 1:M 06 Oct 2025 03:14:30.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:114faef5-4094-4425-b910-2f75ee2006fb part 8 1:M 06 Oct 2025 03:14:30.037 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fab9ad92-6a36-42f0-a215-1d183f9f871d part 10 1:M 06 Oct 2025 03:14:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fab9ad92-6a36-42f0-a215-1d183f9f871d part 10 1:M 06 Oct 2025 03:14:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-73049579:306da788-2a5f-4340-9f00-1b8b54d6da40 part 19 1:M 06 Oct 2025 03:14:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-73049579:306da788-2a5f-4340-9f00-1b8b54d6da40 part 19 1:M 06 Oct 2025 03:14:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-73049579:306da788-2a5f-4340-9f00-1b8b54d6da40 part 19 1:M 06 Oct 2025 03:14:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-73049579:936a2d59-1696-4bc5-b1a5-9bf121d64e0b part 19 1:M 06 Oct 2025 03:14:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-73049579:936a2d59-1696-4bc5-b1a5-9bf121d64e0b part 19 1:M 06 Oct 2025 03:14:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvifStats-73049579:936a2d59-1696-4bc5-b1a5-9bf121d64e0b part 19 1:M 06 Oct 2025 03:14:30.476 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:40.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:40.385 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:40.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:41.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:41.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:42.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:51.700 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:14:59.240 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:00.477 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:10.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:10.381 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:10.935 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:11.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:11.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:12.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:21.700 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:29.234 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:30.480 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:40.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:40.381 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:40.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:41.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:41.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:42.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:51.701 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:15:59.234 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:00.477 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:10.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:10.381 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:10.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:11.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:11.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:12.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:13.516 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:ctest-vn1-48918227 part 23 1:M 06 Oct 2025 03:16:13.520 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:ctest-vn1-48918227 part 23 1:M 06 Oct 2025 03:16:13.520 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:ctest-vn1-48918227 part 23 1:M 06 Oct 2025 03:16:21.699 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:29.235 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:30.036 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:ctest-vn1-48918227 part 23 1:M 06 Oct 2025 03:16:30.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b66e1c1a-e4ce-49c5-a0d8-3b7421282826 part 4 1:M 06 Oct 2025 03:16:30.038 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b66e1c1a-e4ce-49c5-a0d8-3b7421282826 part 4 1:M 06 Oct 2025 03:16:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:be48b30b-be19-4022-b149-dd4da5182eee part 4 1:M 06 Oct 2025 03:16:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:be48b30b-be19-4022-b149-dd4da5182eee part 4 1:M 06 Oct 2025 03:16:30.039 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:271301c7-144a-456c-beb1-7a22c77bd41b part 12 1:M 06 Oct 2025 03:16:30.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:271301c7-144a-456c-beb1-7a22c77bd41b part 12 1:M 06 Oct 2025 03:16:30.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:271301c7-144a-456c-beb1-7a22c77bd41b part 12 1:M 06 Oct 2025 03:16:30.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:a4161608-ad38-495e-908c-cc635c66d483 part 16 1:M 06 Oct 2025 03:16:30.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:a4161608-ad38-495e-908c-cc635c66d483 part 16 1:M 06 Oct 2025 03:16:30.040 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithMin-89348591:a4161608-ad38-495e-908c-cc635c66d483 part 16 1:M 06 Oct 2025 03:16:30.480 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:40.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:40.381 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:40.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:41.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:41.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:42.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:51.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:16:59.236 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:00.479 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:10.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:10.381 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:10.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:11.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:11.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:12.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:21.699 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:29.238 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:30.479 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:40.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:40.382 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:40.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:41.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:41.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:42.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:51.699 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:17:59.238 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:00.490 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:10.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:10.382 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:10.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:11.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:11.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:12.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:21.700 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:29.235 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:30.478 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:40.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:40.384 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:40.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:41.258 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:41.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:42.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:51.701 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:18:59.237 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:00.479 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:10.265 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:10.384 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:10.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:11.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:11.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:12.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:21.701 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:29.238 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:30.480 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:40.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:40.386 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:40.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:41.259 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:41.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:42.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:51.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:19:59.238 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:00.481 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:10.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:10.384 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:10.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:11.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:11.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:12.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:21.702 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:29.238 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:30.482 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:40.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:40.384 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:40.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:41.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:41.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:42.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:51.702 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:20:59.239 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:00.485 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:10.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:10.385 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:10.935 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:11.260 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:11.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:12.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:19.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-fip_vn-05843057 part 25 1:M 06 Oct 2025 03:21:19.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-fip_vn-05843057 part 25 1:M 06 Oct 2025 03:21:19.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-fip_vn-05843057 part 25 1:M 06 Oct 2025 03:21:20.127 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn2-12193926 part 28 1:M 06 Oct 2025 03:21:20.128 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn2-12193926 part 28 1:M 06 Oct 2025 03:21:20.134 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn2-12193926 part 28 1:M 06 Oct 2025 03:21:21.702 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:22.644 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn1-54076337 part 27 1:M 06 Oct 2025 03:21:22.646 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn1-54076337 part 27 1:M 06 Oct 2025 03:21:22.647 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn1-54076337 part 27 1:M 06 Oct 2025 03:21:28.944 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-fip_vn-05843057 part 25 1:M 06 Oct 2025 03:21:28.944 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn2-12193926 part 28 1:M 06 Oct 2025 03:21:28.946 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9f36946b-c381-47a8-b011-7b8e95dcffcf part 5 1:M 06 Oct 2025 03:21:28.946 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:9f36946b-c381-47a8-b011-7b8e95dcffcf part 5 1:M 06 Oct 2025 03:21:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e302f82a-39a3-46df-b33e-8ee90caaa118 part 8 1:M 06 Oct 2025 03:21:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e302f82a-39a3-46df-b33e-8ee90caaa118 part 8 1:M 06 Oct 2025 03:21:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:33a08dcb-7517-4488-bb1d-da1c7313492f part 19 1:M 06 Oct 2025 03:21:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:33a08dcb-7517-4488-bb1d-da1c7313492f part 19 1:M 06 Oct 2025 03:21:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:33a08dcb-7517-4488-bb1d-da1c7313492f part 19 1:M 06 Oct 2025 03:21:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:f57f9f33-49a0-4af8-a778-b011180188de part 14 1:M 06 Oct 2025 03:21:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:f57f9f33-49a0-4af8-a778-b011180188de part 14 1:M 06 Oct 2025 03:21:28.947 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:f57f9f33-49a0-4af8-a778-b011180188de part 14 1:M 06 Oct 2025 03:21:29.239 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:30.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn1-54076337 part 27 1:M 06 Oct 2025 03:21:30.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:ctest-vn2-12193926 part 28 1:M 06 Oct 2025 03:21:30.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3d2ba365-fe0b-4f38-b6df-8aed483bf9dc part 8 1:M 06 Oct 2025 03:21:30.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3d2ba365-fe0b-4f38-b6df-8aed483bf9dc part 8 1:M 06 Oct 2025 03:21:30.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d4abf086-6a74-4b0b-87ff-5e357e6ca982 part 8 1:M 06 Oct 2025 03:21:30.044 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d4abf086-6a74-4b0b-87ff-5e357e6ca982 part 8 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e3b09243-aaa4-4ed1-8b5a-b57dfd1b48d8 part 9 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e3b09243-aaa4-4ed1-8b5a-b57dfd1b48d8 part 9 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:61c1c8a2-968b-48e6-a67e-d4303aa216e2 part 14 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:61c1c8a2-968b-48e6-a67e-d4303aa216e2 part 14 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:61c1c8a2-968b-48e6-a67e-d4303aa216e2 part 14 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:622d4f15-fa4d-47c1-a477-6caf2cf0c568 part 18 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:622d4f15-fa4d-47c1-a477-6caf2cf0c568 part 18 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:622d4f15-fa4d-47c1-a477-6caf2cf0c568 part 18 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:cff2adba-db67-4841-9979-fcb46e63c1ad part 13 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:cff2adba-db67-4841-9979-fcb46e63c1ad part 13 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:cff2adba-db67-4841-9979-fcb46e63c1ad part 13 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:e8059e48-ba43-4652-9cba-2d73bb7b793b part 18 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:e8059e48-ba43-4652-9cba-2d73bb7b793b part 18 1:M 06 Oct 2025 03:21:30.045 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-37640221:e8059e48-ba43-4652-9cba-2d73bb7b793b part 18 1:M 06 Oct 2025 03:21:30.484 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:40.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:40.386 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:40.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:41.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:41.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:42.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:51.712 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:21:59.241 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:00.485 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:10.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:10.386 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:10.935 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:11.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:11.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:12.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:21.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:29.239 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:30.486 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:40.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:40.386 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:40.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:41.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:41.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:42.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:51.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:22:59.239 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:00.489 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:10.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:10.387 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:10.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:11.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:11.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:12.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:21.704 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:29.240 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:30.488 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:40.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:40.389 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:40.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:41.266 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:41.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:42.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:51.705 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:23:59.240 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:00.490 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:10.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:10.391 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:10.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:11.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:11.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:12.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:21.705 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:29.241 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:30.488 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:40.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:40.391 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:40.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:41.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:41.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:42.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:43.400 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624:ctest-bgpaas_vn-61033624:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624:ctest-bgpaas_vn-61033624:ctest-TestBGPaaSlocalAS-59074745-77490251 part 27 1:M 06 Oct 2025 03:24:43.404 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624:ctest-bgpaas_vn-61033624:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624:ctest-bgpaas_vn-61033624:ctest-TestBGPaaSlocalAS-59074745-77490251 part 20 1:M 06 Oct 2025 03:24:43.408 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624:ctest-bgpaas_vn-61033624:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624:ctest-bgpaas_vn-61033624:ctest-TestBGPaaSlocalAS-59074745-77490251 part 27 1:M 06 Oct 2025 03:24:43.409 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624:ctest-bgpaas_vn-61033624:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624:ctest-bgpaas_vn-61033624:ctest-TestBGPaaSlocalAS-59074745-77490251 part 27 1:M 06 Oct 2025 03:24:45.764 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624 part 26 1:M 06 Oct 2025 03:24:45.769 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624 part 26 1:M 06 Oct 2025 03:24:45.770 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624 part 26 1:M 06 Oct 2025 03:24:51.706 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:24:58.954 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624 part 26 1:M 06 Oct 2025 03:24:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:974d3551-7138-4269-9358-0ebfa9d1e01d part 6 1:M 06 Oct 2025 03:24:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:974d3551-7138-4269-9358-0ebfa9d1e01d part 6 1:M 06 Oct 2025 03:24:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-59074745:ea0fab5e-8576-4d17-b39e-58952d12fdac part 19 1:M 06 Oct 2025 03:24:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-59074745:ea0fab5e-8576-4d17-b39e-58952d12fdac part 19 1:M 06 Oct 2025 03:24:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-59074745:ea0fab5e-8576-4d17-b39e-58952d12fdac part 19 1:M 06 Oct 2025 03:24:59.246 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:00.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-59074745:ctest-bgpaas_vn-61033624 part 26 1:M 06 Oct 2025 03:25:00.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ffc02379-aee6-4993-866c-220e3feaf990 part 6 1:M 06 Oct 2025 03:25:00.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ffc02379-aee6-4993-866c-220e3feaf990 part 6 1:M 06 Oct 2025 03:25:00.046 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-59074745:7674d4a5-e0f5-496a-bf3e-fa4cd01797a1 part 17 1:M 06 Oct 2025 03:25:00.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-59074745:7674d4a5-e0f5-496a-bf3e-fa4cd01797a1 part 17 1:M 06 Oct 2025 03:25:00.047 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-59074745:7674d4a5-e0f5-496a-bf3e-fa4cd01797a1 part 17 1:M 06 Oct 2025 03:25:00.491 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:10.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:10.394 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:10.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:11.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:11.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:12.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:21.706 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:29.251 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:30.490 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:40.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:40.393 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:40.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:41.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:41.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:42.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:51.706 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:25:59.250 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:00.490 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:10.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:10.393 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:10.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:11.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:11.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:12.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:21.706 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:29.250 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:30.492 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:40.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:40.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:40.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:41.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:41.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:42.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:51.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:26:59.253 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:00.494 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:10.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:10.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:11.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:11.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:12.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:21.706 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:29.255 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:30.494 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:40.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:40.395 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:40.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:41.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:41.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:42.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:51.707 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:27:59.254 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:00.492 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:10.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:10.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:11.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:11.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:12.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:21.707 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:29.255 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:30.495 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:35.143 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 20 1:M 06 Oct 2025 03:28:35.143 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 20 1:M 06 Oct 2025 03:28:35.143 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 20 1:M 06 Oct 2025 03:28:35.149 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 29 1:M 06 Oct 2025 03:28:35.149 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 29 1:M 06 Oct 2025 03:28:35.149 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 29 1:M 06 Oct 2025 03:28:35.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 22 1:M 06 Oct 2025 03:28:35.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 22 1:M 06 Oct 2025 03:28:35.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:edd15309-7a17-4d24-854c-c1e0c796f247 part 22 1:M 06 Oct 2025 03:28:35.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 29 1:M 06 Oct 2025 03:28:35.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 29 1:M 06 Oct 2025 03:28:35.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 29 1:M 06 Oct 2025 03:28:35.230 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 26 1:M 06 Oct 2025 03:28:35.230 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 26 1:M 06 Oct 2025 03:28:35.230 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 26 1:M 06 Oct 2025 03:28:35.234 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 27 1:M 06 Oct 2025 03:28:35.235 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 27 1:M 06 Oct 2025 03:28:35.235 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228:ctest-cnz_vn-80732228:46b92876-fb94-41bb-beed-29ae50272176 part 27 1:M 06 Oct 2025 03:28:37.660 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228 part 24 1:M 06 Oct 2025 03:28:37.661 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228 part 24 1:M 06 Oct 2025 03:28:37.661 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228 part 24 1:M 06 Oct 2025 03:28:40.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:40.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:40.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:41.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:41.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:42.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:51.707 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:28:58.960 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228 part 24 1:M 06 Oct 2025 03:28:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:22852cd5-49f4-4f90-ac66-c219520adccc part 6 1:M 06 Oct 2025 03:28:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:22852cd5-49f4-4f90-ac66-c219520adccc part 6 1:M 06 Oct 2025 03:28:58.969 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:46b92876-fb94-41bb-beed-29ae50272176 part 12 1:M 06 Oct 2025 03:28:58.969 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:46b92876-fb94-41bb-beed-29ae50272176 part 12 1:M 06 Oct 2025 03:28:58.969 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:46b92876-fb94-41bb-beed-29ae50272176 part 12 1:M 06 Oct 2025 03:28:59.257 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:00.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-80732228 part 24 1:M 06 Oct 2025 03:29:00.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7bf06ebb-196f-4ec6-a09a-dcd5cf880606 part 7 1:M 06 Oct 2025 03:29:00.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7bf06ebb-196f-4ec6-a09a-dcd5cf880606 part 7 1:M 06 Oct 2025 03:29:00.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d38ec4a7-f371-4eb6-9e78-e24e9f654584 part 10 1:M 06 Oct 2025 03:29:00.051 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d38ec4a7-f371-4eb6-9e78-e24e9f654584 part 10 1:M 06 Oct 2025 03:29:00.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:cbcda152-b77b-46ae-9d13-ba1d49514bba part 15 1:M 06 Oct 2025 03:29:00.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:cbcda152-b77b-46ae-9d13-ba1d49514bba part 15 1:M 06 Oct 2025 03:29:00.052 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:cbcda152-b77b-46ae-9d13-ba1d49514bba part 15 1:M 06 Oct 2025 03:29:00.053 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:edd15309-7a17-4d24-854c-c1e0c796f247 part 17 1:M 06 Oct 2025 03:29:00.053 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:edd15309-7a17-4d24-854c-c1e0c796f247 part 17 1:M 06 Oct 2025 03:29:00.053 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:edd15309-7a17-4d24-854c-c1e0c796f247 part 17 1:M 06 Oct 2025 03:29:00.494 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:10.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:10.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:10.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:11.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:11.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:12.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:21.708 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:29.257 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:30.496 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:40.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:40.395 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:40.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:41.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:41.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:42.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:51.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:29:59.255 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:00.495 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:10.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:10.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:11.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:11.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:12.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:21.708 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:29.254 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:30.493 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:40.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:40.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:40.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:41.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:41.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:42.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:51.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:30:59.254 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:00.492 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:10.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:10.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:11.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:11.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:12.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:21.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:29.252 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:30.490 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:37.200 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:d0965d97-f471-40bf-bb29-9bba03af54d5 part 23 1:M 06 Oct 2025 03:31:37.200 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:d0965d97-f471-40bf-bb29-9bba03af54d5 part 21 1:M 06 Oct 2025 03:31:37.200 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:d0965d97-f471-40bf-bb29-9bba03af54d5 part 21 1:M 06 Oct 2025 03:31:37.204 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:d0965d97-f471-40bf-bb29-9bba03af54d5 part 20 1:M 06 Oct 2025 03:31:37.204 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:d0965d97-f471-40bf-bb29-9bba03af54d5 part 20 1:M 06 Oct 2025 03:31:37.389 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 28 1:M 06 Oct 2025 03:31:37.389 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 28 1:M 06 Oct 2025 03:31:37.389 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-3:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 28 1:M 06 Oct 2025 03:31:37.391 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 25 1:M 06 Oct 2025 03:31:37.391 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 25 1:M 06 Oct 2025 03:31:37.391 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-2:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 25 1:M 06 Oct 2025 03:31:37.396 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 26 1:M 06 Oct 2025 03:31:37.396 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 26 1:M 06 Oct 2025 03:31:37.396 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:cn-jenkins-deploy-platform-ansible-os-4219-1:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414:ctest-cnz_vn-69483414:5d86592d-7d83-4759-840d-4e9101587341 part 26 1:M 06 Oct 2025 03:31:40.270 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414 part 23 1:M 06 Oct 2025 03:31:40.271 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414 part 23 1:M 06 Oct 2025 03:31:40.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:40.281 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414 part 23 1:M 06 Oct 2025 03:31:40.397 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:40.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:41.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:41.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:42.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:51.710 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:31:58.956 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414 part 23 1:M 06 Oct 2025 03:31:58.965 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2d546c58-4ce6-4d30-8c78-d3c0364466b8 part 6 1:M 06 Oct 2025 03:31:58.965 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2d546c58-4ce6-4d30-8c78-d3c0364466b8 part 6 1:M 06 Oct 2025 03:31:58.965 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:44ffef75-ea8d-461a-b842-750e6a0664fa part 9 1:M 06 Oct 2025 03:31:58.965 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:44ffef75-ea8d-461a-b842-750e6a0664fa part 9 1:M 06 Oct 2025 03:31:58.965 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:24f8acaa-16a8-4c46-a8dd-c335c42707a2 part 15 1:M 06 Oct 2025 03:31:58.966 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:24f8acaa-16a8-4c46-a8dd-c335c42707a2 part 15 1:M 06 Oct 2025 03:31:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:24f8acaa-16a8-4c46-a8dd-c335c42707a2 part 15 1:M 06 Oct 2025 03:31:58.967 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:5d86592d-7d83-4759-840d-4e9101587341 part 13 1:M 06 Oct 2025 03:31:58.969 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:5d86592d-7d83-4759-840d-4e9101587341 part 13 1:M 06 Oct 2025 03:31:58.969 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:5d86592d-7d83-4759-840d-4e9101587341 part 13 1:M 06 Oct 2025 03:31:59.253 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:00.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-84907673:ctest-cnz_vn-69483414 part 23 1:M 06 Oct 2025 03:32:00.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8dd0c712-8c57-45fc-994b-dfc71a90d276 part 9 1:M 06 Oct 2025 03:32:00.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:8dd0c712-8c57-45fc-994b-dfc71a90d276 part 9 1:M 06 Oct 2025 03:32:00.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:d0965d97-f471-40bf-bb29-9bba03af54d5 part 14 1:M 06 Oct 2025 03:32:00.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:d0965d97-f471-40bf-bb29-9bba03af54d5 part 14 1:M 06 Oct 2025 03:32:00.048 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-84907673:d0965d97-f471-40bf-bb29-9bba03af54d5 part 14 1:M 06 Oct 2025 03:32:00.491 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:10.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:10.397 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:10.944 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:11.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:11.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:12.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:21.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:29.251 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:30.492 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:40.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:40.397 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:40.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:41.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:41.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:42.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:51.714 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:32:59.252 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:00.493 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:10.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:10.401 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:10.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:11.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:11.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:12.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:21.710 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:29.253 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:30.493 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:40.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:40.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:40.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:41.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:41.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:42.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:51.711 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:33:59.253 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:00.495 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:10.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:10.399 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:10.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:11.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:11.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:12.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:18.755 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:10.20.0.18 part 28 1:M 06 Oct 2025 03:34:18.756 * DelRequest for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 1:M 06 Oct 2025 03:34:18.756 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 06 Oct 2025 03:34:18.756 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VMITags 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VMIStats 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 06 Oct 2025 03:34:18.757 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 06 Oct 2025 03:34:18.757 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 06 Oct 2025 03:34:18.757 * Remove an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 06 Oct 2025 03:34:18.757 * Delete Request for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 successful 1:M 06 Oct 2025 03:34:18.759 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:10.20.0.18 part 28 1:M 06 Oct 2025 03:34:18.764 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:10.20.0.18 part 26 1:M 06 Oct 2025 03:34:18.765 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:10.20.0.18 part 26 1:M 06 Oct 2025 03:34:21.714 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:22.781 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 1:M 06 Oct 2025 03:34:22.781 * Add an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 06 Oct 2025 03:34:22.781 * GetSeq for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 done 1:M 06 Oct 2025 03:34:22.783 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:22.784 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:27.691 * DelRequest for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VMITags 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VMIStats 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 06 Oct 2025 03:34:27.691 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 06 Oct 2025 03:34:27.691 * Delete an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 06 Oct 2025 03:34:27.691 * Remove an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 06 Oct 2025 03:34:27.691 * Delete Request for an-jenkins-deploy-platform-ansible-os-4219-2:Compute:contrail-vrouter-agent:0 successful 1:M 06 Oct 2025 03:34:27.694 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:10.20.0.192 part 28 1:M 06 Oct 2025 03:34:27.694 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:10.20.0.192 part 28 1:M 06 Oct 2025 03:34:27.705 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:10.20.0.192 part 21 1:M 06 Oct 2025 03:34:27.705 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:10.20.0.192 part 21 1:M 06 Oct 2025 03:34:40.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:40.399 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:40.944 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:41.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:41.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:42.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:51.711 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:34:52.776 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:10.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:10.401 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:10.944 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:11.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:11.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:12.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:21.712 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:22.775 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:40.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:40.403 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:40.949 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:41.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:41.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:42.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:51.712 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:35:52.776 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:10.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:10.402 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:10.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:11.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:11.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:12.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:21.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:22.568 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-54690551:EVPN-VN1 part 28 1:M 06 Oct 2025 03:36:22.568 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:dfad2252-365a-4dfe-a8b1-39901206fc74 part 11 1:M 06 Oct 2025 03:36:22.568 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:dfad2252-365a-4dfe-a8b1-39901206fc74 part 11 1:M 06 Oct 2025 03:36:22.569 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-54690551:5a904895-6421-41e7-ac56-8e8ce8ae1b2b part 13 1:M 06 Oct 2025 03:36:22.569 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-54690551:5a904895-6421-41e7-ac56-8e8ce8ae1b2b part 13 1:M 06 Oct 2025 03:36:22.569 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestEvpnCasesRestart-54690551:5a904895-6421-41e7-ac56-8e8ce8ae1b2b part 13 1:M 06 Oct 2025 03:36:22.784 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:22.961 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-54690551:EVPN-VN1 part 28 1:M 06 Oct 2025 03:36:22.961 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-54690551:EVPN-VN1 part 28 1:M 06 Oct 2025 03:36:22.965 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-54690551:EVPN-VN1 part 28 1:M 06 Oct 2025 03:36:40.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:40.402 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:40.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:41.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:41.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:42.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:51.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:36:52.780 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:10.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:10.402 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:10.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:11.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:11.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:12.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:21.715 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:21.797 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:vn2 part 27 1:M 06 Oct 2025 03:37:21.797 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:vn2 part 27 1:M 06 Oct 2025 03:37:21.797 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:vn2 part 27 1:M 06 Oct 2025 03:37:21.934 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:vn1 part 26 1:M 06 Oct 2025 03:37:21.936 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:vn1 part 26 1:M 06 Oct 2025 03:37:21.938 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:vn1 part 26 1:M 06 Oct 2025 03:37:22.777 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:24.740 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:test_vnv6dn part 26 1:M 06 Oct 2025 03:37:24.740 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:test_vnv6dn part 26 1:M 06 Oct 2025 03:37:24.748 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:test_vnv6dn part 26 1:M 06 Oct 2025 03:37:24.922 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:test_vnv6sr part 25 1:M 06 Oct 2025 03:37:24.923 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:test_vnv6sr part 25 1:M 06 Oct 2025 03:37:24.929 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:test_vnv6sr part 25 1:M 06 Oct 2025 03:37:40.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:40.403 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:40.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:41.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:41.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:42.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:51.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:37:52.570 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:test_vnv6sr part 25 1:M 06 Oct 2025 03:37:52.573 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7608e0b1-a33e-499c-bfae-85af1acea3a1 part 5 1:M 06 Oct 2025 03:37:52.573 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7608e0b1-a33e-499c-bfae-85af1acea3a1 part 5 1:M 06 Oct 2025 03:37:52.573 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:3f5926cd-1e4e-4d51-bf67-1996b8d9abd7 part 19 1:M 06 Oct 2025 03:37:52.573 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:3f5926cd-1e4e-4d51-bf67-1996b8d9abd7 part 19 1:M 06 Oct 2025 03:37:52.573 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:3f5926cd-1e4e-4d51-bf67-1996b8d9abd7 part 19 1:M 06 Oct 2025 03:37:52.779 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:10.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:10.403 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:10.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:11.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:11.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:12.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:21.714 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:22.570 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:test_vnv6sr part 25 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-71630969:vn1 part 26 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:63670313-0d9e-4539-a476-52930896157f part 4 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:63670313-0d9e-4539-a476-52930896157f part 4 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ffe4d553-40d6-43e1-921a-8cfde66cc3d6 part 8 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:62e65607-50fb-4cd0-aae4-d06954a01fcd part 16 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:62e65607-50fb-4cd0-aae4-d06954a01fcd part 16 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:62e65607-50fb-4cd0-aae4-d06954a01fcd part 16 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:904c6b66-a06e-4c36-a39a-4849843a7e89 part 17 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:904c6b66-a06e-4c36-a39a-4849843a7e89 part 17 1:M 06 Oct 2025 03:38:22.576 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestMd5testsOnControl-71630969:904c6b66-a06e-4c36-a39a-4849843a7e89 part 17 1:M 06 Oct 2025 03:38:22.781 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:40.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:40.401 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:40.946 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:41.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:41.300 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:42.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:51.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:38:52.777 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:10.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:10.402 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:10.946 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:11.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:11.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:12.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:21.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:22.773 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:40.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:40.403 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:40.950 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:41.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:41.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:42.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:51.715 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:39:52.772 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:10.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:10.949 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:11.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:11.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:12.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:21.716 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:22.559 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-84828174:ctest-TestRbacBasic-84828174-73242393 part 28 1:M 06 Oct 2025 03:40:22.560 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:bbe83f8f-a55a-4698-8954-913b1d6ddc0b part 9 1:M 06 Oct 2025 03:40:22.560 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbacBasic-84828174:6521c4f0-7b97-4861-aa9e-d15698286db3 part 18 1:M 06 Oct 2025 03:40:22.560 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbacBasic-84828174:6521c4f0-7b97-4861-aa9e-d15698286db3 part 18 1:M 06 Oct 2025 03:40:22.560 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRbacBasic-84828174:6521c4f0-7b97-4861-aa9e-d15698286db3 part 18 1:M 06 Oct 2025 03:40:22.771 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:23.349 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-84828174:ctest-TestRbacBasic-84828174-73242393 part 28 1:M 06 Oct 2025 03:40:23.352 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-84828174:ctest-TestRbacBasic-84828174-73242393 part 28 1:M 06 Oct 2025 03:40:23.354 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-84828174:ctest-TestRbacBasic-84828174-73242393 part 28 1:M 06 Oct 2025 03:40:23.680 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-84828174:ctest-TestRbacBasic-84828174-12541720 part 25 1:M 06 Oct 2025 03:40:23.680 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-84828174:ctest-TestRbacBasic-84828174-12541720 part 25 1:M 06 Oct 2025 03:40:23.692 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-84828174:ctest-TestRbacBasic-84828174-12541720 part 25 1:M 06 Oct 2025 03:40:40.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:40.395 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:40.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:41.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:41.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:42.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:51.715 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:40:52.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:10.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:10.951 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:11.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:11.300 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:12.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:21.716 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:22.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:40.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:40.391 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:40.951 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:41.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:41.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:42.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:51.716 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:41:52.770 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:10.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:10.392 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:10.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:11.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:11.297 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:12.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:21.719 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:22.772 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:36.922 * DelRequest for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 1:M 06 Oct 2025 03:42:36.922 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:BgpRouterState 1:M 06 Oct 2025 03:42:36.922 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:BgpRouterState [#1] 1:M 06 Oct 2025 03:42:36.922 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:ModuleClientState 1:M 06 Oct 2025 03:42:36.922 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:ModuleClientState [#1] 1:M 06 Oct 2025 03:42:36.922 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:XmppPeerInfoData 1:M 06 Oct 2025 03:42:36.922 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:XmppPeerInfoData [#1] 1:M 06 Oct 2025 03:42:36.922 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:PeerStatsData 1:M 06 Oct 2025 03:42:36.922 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:PeerStatsData [#3] 1:M 06 Oct 2025 03:42:36.923 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:RoutingInstanceStatsData 1:M 06 Oct 2025 03:42:36.923 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:RoutingInstanceStatsData [#5] 1:M 06 Oct 2025 03:42:36.923 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:PeerFlapData 1:M 06 Oct 2025 03:42:36.923 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:PeerFlapData [#2] 1:M 06 Oct 2025 03:42:36.923 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:NodeStatus 1:M 06 Oct 2025 03:42:36.923 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:NodeStatus [#1] 1:M 06 Oct 2025 03:42:36.923 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:BgpPeerInfoData 1:M 06 Oct 2025 03:42:36.923 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 06 Oct 2025 03:42:36.923 * Remove cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 from NGENERATORS 1:M 06 Oct 2025 03:42:36.923 * Delete Request for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 successful 1:M 06 Oct 2025 03:42:40.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:40.394 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:40.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:41.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:41.298 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:42.661 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 1:M 06 Oct 2025 03:42:42.661 * Add cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 03:42:42.661 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 done 1:M 06 Oct 2025 03:42:42.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:42.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:51.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:42:52.769 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:10.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:10.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:11.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:11.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:12.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:21.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:22.772 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:40.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:40.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:40.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:41.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:41.300 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:42.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:51.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:52.562 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn1-78495307 part 25 1:M 06 Oct 2025 03:43:52.563 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:05cd029d-8b78-4f59-aa47-053d5285e6b3 part 10 1:M 06 Oct 2025 03:43:52.563 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:05cd029d-8b78-4f59-aa47-053d5285e6b3 part 10 1:M 06 Oct 2025 03:43:52.564 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-27464959:1f133c37-6309-47c1-bcb5-c726d113ea44 part 13 1:M 06 Oct 2025 03:43:52.564 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-27464959:1f133c37-6309-47c1-bcb5-c726d113ea44 part 13 1:M 06 Oct 2025 03:43:52.564 * DelUVE on an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-27464959:1f133c37-6309-47c1-bcb5-c726d113ea44 part 13 1:M 06 Oct 2025 03:43:52.774 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:43:54.341 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn1-78495307 part 25 1:M 06 Oct 2025 03:43:54.346 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn1-78495307 part 25 1:M 06 Oct 2025 03:43:54.346 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn1-78495307 part 25 1:M 06 Oct 2025 03:44:10.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:10.399 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:10.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:11.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:11.300 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:12.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:21.718 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:22.782 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:40.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:40.401 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:40.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:41.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:41.301 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:42.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:51.718 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:44:52.781 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:10.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:10.404 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:10.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:11.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:11.301 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:12.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:20.950 * DelRequest for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 1:M 06 Oct 2025 03:45:20.950 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 06 Oct 2025 03:45:20.950 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VMITags 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VMIStats 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 06 Oct 2025 03:45:20.951 * Read UVES:an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 06 Oct 2025 03:45:20.951 * Delete an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 06 Oct 2025 03:45:20.951 * Remove an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 06 Oct 2025 03:45:20.951 * Delete Request for an-jenkins-deploy-platform-ansible-os-4219-1:Compute:contrail-vrouter-agent:0 successful 1:M 06 Oct 2025 03:45:20.955 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:10.20.0.18 part 27 1:M 06 Oct 2025 03:45:20.955 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:10.20.0.18 part 27 1:M 06 Oct 2025 03:45:20.955 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:10.20.0.18 part 28 1:M 06 Oct 2025 03:45:20.955 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:10.20.0.18 part 28 1:M 06 Oct 2025 03:45:21.718 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:29.450 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:10.20.0.192 part 21 1:M 06 Oct 2025 03:45:29.450 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:10.20.0.192 part 21 1:M 06 Oct 2025 03:45:29.454 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:10.20.0.192 part 25 1:M 06 Oct 2025 03:45:29.454 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:10.20.0.192 part 25 1:M 06 Oct 2025 03:45:37.909 * DelRequest for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 1:M 06 Oct 2025 03:45:37.909 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:BgpRouterState 1:M 06 Oct 2025 03:45:37.909 * Delete cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:BgpRouterState [#1] 1:M 06 Oct 2025 03:45:37.909 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:ModuleClientState 1:M 06 Oct 2025 03:45:37.909 * Delete cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:ModuleClientState [#1] 1:M 06 Oct 2025 03:45:37.909 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:XmppPeerInfoData 1:M 06 Oct 2025 03:45:37.909 * Delete cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:XmppPeerInfoData [#1] 1:M 06 Oct 2025 03:45:37.909 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:PeerStatsData 1:M 06 Oct 2025 03:45:37.909 * Delete cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:PeerStatsData [#2] 1:M 06 Oct 2025 03:45:37.909 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:RoutingInstanceStatsData 1:M 06 Oct 2025 03:45:37.909 * Delete cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:RoutingInstanceStatsData [#6] 1:M 06 Oct 2025 03:45:37.909 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:PeerFlapData 1:M 06 Oct 2025 03:45:37.909 * Delete cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:PeerFlapData [#2] 1:M 06 Oct 2025 03:45:37.909 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:NodeStatus 1:M 06 Oct 2025 03:45:37.909 * Delete cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:NodeStatus [#1] 1:M 06 Oct 2025 03:45:37.909 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:BgpPeerInfoData 1:M 06 Oct 2025 03:45:37.909 * Delete cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 06 Oct 2025 03:45:37.909 * Remove cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 from NGENERATORS 1:M 06 Oct 2025 03:45:37.909 * Delete Request for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 successful 1:M 06 Oct 2025 03:45:38.539 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 1:M 06 Oct 2025 03:45:38.539 * Add cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 03:45:38.539 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 done 1:M 06 Oct 2025 03:45:38.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:38.586 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:40.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:40.406 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:40.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:41.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:42.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:43.607 * DelRequest for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 1:M 06 Oct 2025 03:45:43.607 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:BgpRouterState 1:M 06 Oct 2025 03:45:43.607 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:BgpRouterState [#1] 1:M 06 Oct 2025 03:45:43.607 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:XmppPeerInfoData 1:M 06 Oct 2025 03:45:43.607 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:XmppPeerInfoData [#1] 1:M 06 Oct 2025 03:45:43.607 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:ModuleClientState 1:M 06 Oct 2025 03:45:43.607 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:ModuleClientState [#1] 1:M 06 Oct 2025 03:45:43.607 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:PeerStatsData 1:M 06 Oct 2025 03:45:43.607 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:PeerStatsData [#3] 1:M 06 Oct 2025 03:45:43.607 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:RoutingInstanceStatsData 1:M 06 Oct 2025 03:45:43.607 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:RoutingInstanceStatsData [#6] 1:M 06 Oct 2025 03:45:43.607 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:BgpPeerInfoData 1:M 06 Oct 2025 03:45:43.607 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 06 Oct 2025 03:45:43.607 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:NodeStatus 1:M 06 Oct 2025 03:45:43.607 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:NodeStatus [#1] 1:M 06 Oct 2025 03:45:43.608 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:PeerFlapData 1:M 06 Oct 2025 03:45:43.608 * Delete cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0:PeerFlapData [#2] 1:M 06 Oct 2025 03:45:43.608 * Remove cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 from NGENERATORS 1:M 06 Oct 2025 03:45:43.608 * Delete Request for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 successful 1:M 06 Oct 2025 03:45:43.949 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 1:M 06 Oct 2025 03:45:43.949 * Add cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 03:45:43.949 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 done 1:M 06 Oct 2025 03:45:43.951 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:43.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:49.080 * DelRequest for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 1:M 06 Oct 2025 03:45:49.080 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:BgpRouterState 1:M 06 Oct 2025 03:45:49.080 * Delete cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:BgpRouterState [#1] 1:M 06 Oct 2025 03:45:49.080 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:ModuleClientState 1:M 06 Oct 2025 03:45:49.080 * Delete cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:ModuleClientState [#1] 1:M 06 Oct 2025 03:45:49.080 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:XmppPeerInfoData 1:M 06 Oct 2025 03:45:49.080 * Delete cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:XmppPeerInfoData [#2] 1:M 06 Oct 2025 03:45:49.080 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:PeerStatsData 1:M 06 Oct 2025 03:45:49.080 * Delete cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:PeerStatsData [#2] 1:M 06 Oct 2025 03:45:49.080 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:RoutingInstanceStatsData 1:M 06 Oct 2025 03:45:49.080 * Delete cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:RoutingInstanceStatsData [#6] 1:M 06 Oct 2025 03:45:49.080 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:PeerFlapData 1:M 06 Oct 2025 03:45:49.080 * Delete cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:PeerFlapData [#2] 1:M 06 Oct 2025 03:45:49.080 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:NodeStatus 1:M 06 Oct 2025 03:45:49.080 * Delete cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:NodeStatus [#1] 1:M 06 Oct 2025 03:45:49.080 * Read UVES:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:BgpPeerInfoData 1:M 06 Oct 2025 03:45:49.080 * Delete cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 06 Oct 2025 03:45:49.080 * Remove cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 from NGENERATORS 1:M 06 Oct 2025 03:45:49.080 * Delete Request for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 successful 1:M 06 Oct 2025 03:45:49.539 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 1:M 06 Oct 2025 03:45:49.539 * Add cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 to NGENERATORS 1:M 06 Oct 2025 03:45:49.539 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 done 1:M 06 Oct 2025 03:45:49.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:49.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:45:51.719 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:08.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:10.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:10.404 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:10.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:13.947 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:19.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:21.719 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:38.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:39.753 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 1:M 06 Oct 2025 03:46:39.754 * Add cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 to NGENERATORS 1:M 06 Oct 2025 03:46:39.754 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 done 1:M 06 Oct 2025 03:46:39.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:39.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:39.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:40.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:40.405 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:40.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:43.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:49.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:46:51.719 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:08.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:10.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:10.405 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:10.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:13.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:19.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:21.720 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:38.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:40.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:40.407 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:40.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:43.969 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:49.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:47:51.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:08.536 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:10.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:10.408 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:10.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:13.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:19.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:21.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:38.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:40.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:40.405 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:40.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:43.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:49.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:48:51.721 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:07.421 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-27464959:edec9937-0d19-4584-96eb-993d05300c9e part 12 1:M 06 Oct 2025 03:49:07.456 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:7f747b23-e19a-4868-a674-45dc11194442 part 5 1:M 06 Oct 2025 03:49:08.415 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-4219-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-4219-2 1:M 06 Oct 2025 03:49:08.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:10.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:10.404 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:10.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:13.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:19.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:21.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:34.765 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-27464959:88101299-ee81-4a6e-ac85-de183e981d36 part 15 1:M 06 Oct 2025 03:49:34.800 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:a45bd249-2dd0-484e-b87e-431f0012331b part 7 1:M 06 Oct 2025 03:49:38.584 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:40.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:40.404 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:40.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:43.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:49.529 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:51.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:49:55.343 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn3-07927242 part 25 1:M 06 Oct 2025 03:49:55.384 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn3-07927242 part 25 1:M 06 Oct 2025 03:49:55.386 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn3-07927242 part 25 1:M 06 Oct 2025 03:49:55.387 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn3-07927242 part 25 1:M 06 Oct 2025 03:49:57.856 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn2-18112973 part 27 1:M 06 Oct 2025 03:49:57.901 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn2-18112973 part 27 1:M 06 Oct 2025 03:49:57.901 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn2-18112973 part 27 1:M 06 Oct 2025 03:49:57.902 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn2-18112973 part 27 1:M 06 Oct 2025 03:49:58.263 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn1-47861815 part 22 1:M 06 Oct 2025 03:49:58.297 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn1-47861815 part 22 1:M 06 Oct 2025 03:49:58.299 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn1-47861815 part 22 1:M 06 Oct 2025 03:49:58.302 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-27464959:ctest-vn1-47861815 part 22 1:M 06 Oct 2025 03:50:08.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:10.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:10.404 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:10.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:13.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:19.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:21.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:38.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:39.790 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVN0-27464959 part 21 1:M 06 Oct 2025 03:50:40.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:40.405 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:40.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:43.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:49.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:50:51.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:08.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:10.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:10.406 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:10.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:13.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:19.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:21.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:26.331 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-51748825:75cf3f2a-4828-4060-8282-20141558d422 part 12 1:M 06 Oct 2025 03:51:26.369 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:3611b7a1-381f-4d97-83d4-49ee5d03b4b1 part 8 1:M 06 Oct 2025 03:51:35.120 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-51748825:2f06ba54-c415-48ff-9ac2-5ce1ecb59bc1 part 19 1:M 06 Oct 2025 03:51:35.153 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:a110334b-d2a1-408e-8b4e-0a9a08d272c7 part 8 1:M 06 Oct 2025 03:51:38.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:40.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:40.407 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:40.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:43.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:49.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:51.724 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:51:55.580 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-51748825:ctest-vn-93792984 part 27 1:M 06 Oct 2025 03:51:55.626 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-51748825:ctest-vn-93792984 part 27 1:M 06 Oct 2025 03:51:55.627 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-51748825:ctest-vn-93792984 part 27 1:M 06 Oct 2025 03:51:55.631 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-51748825:ctest-vn-93792984 part 27 1:M 06 Oct 2025 03:51:55.767 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-51748825:ctest-vn-26663077 part 29 1:M 06 Oct 2025 03:51:55.801 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-51748825:ctest-vn-26663077 part 29 1:M 06 Oct 2025 03:51:55.801 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-51748825:ctest-vn-26663077 part 29 1:M 06 Oct 2025 03:51:55.804 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDropStats-51748825:ctest-vn-26663077 part 29 1:M 06 Oct 2025 03:52:06.703 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDropStats-51748825:default-application-policy-set part 23 1:M 06 Oct 2025 03:52:06.741 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDropStats-51748825 part 28 1:M 06 Oct 2025 03:52:08.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:10.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:10.410 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:10.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:13.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:19.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:21.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:38.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:40.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:40.408 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:40.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:43.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:49.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:52:51.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:08.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:10.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:10.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:10.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:13.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:19.529 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:21.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:38.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:40.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:40.410 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:40.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:43.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:49.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:53:51.726 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:08.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:10.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:10.410 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:10.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:13.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:19.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:21.726 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:38.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:40.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:40.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:40.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:43.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:49.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:54:51.726 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:08.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:10.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:10.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:10.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:13.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:19.536 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:21.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:38.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:40.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:40.412 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:40.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:43.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:49.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:55:51.727 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:08.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:10.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:10.412 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:10.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:13.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:19.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:21.727 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:38.560 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:40.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:40.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:40.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:43.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:49.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:56:51.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:08.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:09.585 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vmi-25530375 part 12 1:M 06 Oct 2025 03:57:09.924 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:35e35116-d9bb-4d9d-9bf8-55c9f15cf1a4 part 14 1:M 06 Oct 2025 03:57:09.952 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:32710629-7c54-4ef7-8814-33bf4f0f590d part 5 1:M 06 Oct 2025 03:57:10.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:10.406 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:10.502 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:dd5c4db8-68ca-43d1-a105-e34ee16760c5 part 18 1:M 06 Oct 2025 03:57:10.528 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:108ea747-3c61-4c26-a04d-630112e6e111 part 7 1:M 06 Oct 2025 03:57:10.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:11.803 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vn-17874206 part 29 1:M 06 Oct 2025 03:57:11.844 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vn-17874206 part 29 1:M 06 Oct 2025 03:57:11.846 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vn-17874206 part 29 1:M 06 Oct 2025 03:57:11.849 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vn-17874206 part 29 1:M 06 Oct 2025 03:57:12.211 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vn-04962285 part 22 1:M 06 Oct 2025 03:57:12.246 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vn-04962285 part 22 1:M 06 Oct 2025 03:57:12.246 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vn-04962285 part 22 1:M 06 Oct 2025 03:57:12.250 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:ctest-vn-04962285 part 22 1:M 06 Oct 2025 03:57:13.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:19.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:21.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:23.165 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565:default-application-policy-set part 23 1:M 06 Oct 2025 03:57:23.191 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowAggrIpv6Serial-71911565 part 20 1:M 06 Oct 2025 03:57:38.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:40.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:40.405 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:40.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:43.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:49.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:57:51.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:08.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:10.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:10.401 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:10.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:13.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:19.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:21.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:38.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:40.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:40.400 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:40.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:43.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:49.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:58:51.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:08.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:10.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:10.400 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:10.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:13.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:19.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:21.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:38.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:40.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:40.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:40.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:43.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:49.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 03:59:51.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:05.078 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-56517951:2d7d3449-9e19-4a19-97be-3569f652ff90 part 14 1:M 06 Oct 2025 04:00:05.113 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:031b9f76-de74-4e50-a7bb-ec52f9fe000b part 4 1:M 06 Oct 2025 04:00:05.324 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-56517951:dbe2034a-a2a6-441d-9242-d57155579c11 part 14 1:M 06 Oct 2025 04:00:05.351 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:1ff56835-41d2-428d-85fa-b2ea11165319 part 7 1:M 06 Oct 2025 04:00:05.555 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-56517951:ba913b12-4645-4468-9479-180dec5aa179 part 12 1:M 06 Oct 2025 04:00:05.579 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVMTable:a69a73a6-9896-4bef-bdbf-c907a5df5270 part 11 1:M 06 Oct 2025 04:00:06.644 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-56517951:ctest-vn-19124243 part 27 1:M 06 Oct 2025 04:00:06.693 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-56517951:ctest-vn-19124243 part 27 1:M 06 Oct 2025 04:00:06.694 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-56517951:ctest-vn-19124243 part 27 1:M 06 Oct 2025 04:00:06.701 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-56517951:ctest-vn-19124243 part 27 1:M 06 Oct 2025 04:00:08.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:10.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:10.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:10.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:13.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:19.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:21.732 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:23.731 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowSerialIpv6-56517951:default-application-policy-set part 20 1:M 06 Oct 2025 04:00:23.763 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowSerialIpv6-56517951 part 25 1:M 06 Oct 2025 04:00:38.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:40.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:40.397 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:40.588 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestXmpptests-29401237:default-application-policy-set part 27 1:M 06 Oct 2025 04:00:40.614 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4219-3.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestXmpptests-29401237 part 22 1:M 06 Oct 2025 04:00:40.965 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:43.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:49.523 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:00:51.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:08.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:10.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:10.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:10.966 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:13.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:19.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:21.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:38.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:40.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:40.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:40.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:43.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:49.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:01:51.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:02:08.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:02:10.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:02:10.402 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:02:10.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Oct 2025 04:02:13.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4219-2:Control:contrail-control:0 type:attr ModuleClientState:client_info