++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/redis ++ CONTAINER_LOG_DIR=/var/log/contrail/redis ++ mkdir -p /var/log/contrail/redis ++ log_file=/var/log/contrail/redis/console.log ++ touch /var/log/contrail/redis/console.log ++ chmod 600 /var/log/contrail/redis/console.log ++ exec +++ tee -a /var/log/contrail/redis/console.log +++ date ++ echo 'INFO: =================== Thu Aug 28 02:04:43 AM UTC 2025 ===================' INFO: =================== Thu Aug 28 02:04:43 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ 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.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.38:8081 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.38:8086 10.0.0.41: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.19,10.0.0.38,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.38:8082 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.38:9161 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.38:9041 10.0.0.41: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.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.38:2181,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.38:5673,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.38:6379 10.0.0.41: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.19,10.0.0.38,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.38:9092 10.0.0.41: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.19 ++ 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.19,10.0.0.38,10.0.0.41 ++ 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.19,10.0.0.38,10.0.0.41 ++ 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.19,10.0.0.38,10.0.0.41,10.0.0.19,10.0.0.38,10.0.0.41 + [[ -z '' ]] + [[ -n 10.0.0.19,10.0.0.38,10.0.0.41,10.0.0.19,10.0.0.38,10.0.0.41 ]] + 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.19,10.0.0.38,10.0.0.41,10.0.0.19,10.0.0.38,10.0.0.41 ++ local servers=10.0.0.19,10.0.0.38,10.0.0.41,10.0.0.19,10.0.0.38,10.0.0.41 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ awk '/32 host/ { print f } {f=$2}' +++ grep -vi host +++ sort +++ uniq ++ local local_ips=,10.0.0.41,10.20.0.254,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.19'\''))' ++ local server_ip=10.0.0.19 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.19 ]] ++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' ++ local server_ip=10.0.0.38 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.38 ]] ++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] ++ (( ord+=1 )) ++ for server in "${server_list[@]}" ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' ++ local server_ip=10.0.0.41 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.41 ]] ++ [[ ,10.0.0.41,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] ++ echo 10.0.0.41 3 ++ return + my_ip_and_order='10.0.0.41 3' + '[' -n '10.0.0.41 3' ']' + break ++ echo 10.0.0.41 3 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.41 + '[' -n 10.0.0.41 ']' + REDIS_LISTEN_ADDRESS=10.0.0.41 + 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.41 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.41 ']' + redis_opts+=' 10.0.0.41' + '[' -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.41 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.41 --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.41 --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.41 --port 6379 1:C 28 Aug 2025 02:04:43.571 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 28 Aug 2025 02:04:43.571 # Redis version=6.0.19, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 28 Aug 2025 02:04:43.571 # Configuration loaded 1:M 28 Aug 2025 02:04:43.572 * Running mode=standalone, port=6379. 1:M 28 Aug 2025 02:04:43.572 # Server initialized 1:M 28 Aug 2025 02:04:43.572 # 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 28 Aug 2025 02:04:43.572 * Ready to accept connections 1:M 28 Aug 2025 02:09:03.297 * WARNING: Flushing Redis UVE DB 1:M 28 Aug 2025 02:09:03.297 * WARNING: Flushing Redis UVE DB done 1:M 28 Aug 2025 02:09:03.297 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 1:M 28 Aug 2025 02:09:03.297 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 to NGENERATORS 1:M 28 Aug 2025 02:09:03.297 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 done 1:M 28 Aug 2025 02:09:03.299 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.302 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 1:M 28 Aug 2025 02:09:03.302 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 28 Aug 2025 02:09:03.302 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 done 1:M 28 Aug 2025 02:09:03.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.310 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 1:M 28 Aug 2025 02:09:03.310 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:03.310 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 28 Aug 2025 02:09:03.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.312 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 1:M 28 Aug 2025 02:09:03.312 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 28 Aug 2025 02:09:03.312 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 done 1:M 28 Aug 2025 02:09:03.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.326 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.571 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 1:M 28 Aug 2025 02:09:03.571 * Add cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 28 Aug 2025 02:09:03.571 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 done 1:M 28 Aug 2025 02:09:03.572 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.935 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 1:M 28 Aug 2025 02:09:03.935 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 28 Aug 2025 02:09:03.935 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 done 1:M 28 Aug 2025 02:09:03.935 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.988 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:03.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:07.216 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 1:M 28 Aug 2025 02:09:07.216 * Add cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 to NGENERATORS 1:M 28 Aug 2025 02:09:07.216 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 done 1:M 28 Aug 2025 02:09:07.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:07.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.003 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 1:M 28 Aug 2025 02:09:08.003 * Add cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 to NGENERATORS 1:M 28 Aug 2025 02:09:08.003 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 done 1:M 28 Aug 2025 02:09:08.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.163 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 1:M 28 Aug 2025 02:09:08.163 * Add cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 to NGENERATORS 1:M 28 Aug 2025 02:09:08.163 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 done 1:M 28 Aug 2025 02:09:08.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.286 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 1:M 28 Aug 2025 02:09:08.286 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:08.286 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 done 1:M 28 Aug 2025 02:09:08.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.300 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 1:M 28 Aug 2025 02:09:08.300 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:08.300 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 done 1:M 28 Aug 2025 02:09:08.301 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.348 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.440 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 1:M 28 Aug 2025 02:09:08.440 * Add cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 to NGENERATORS 1:M 28 Aug 2025 02:09:08.440 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 done 1:M 28 Aug 2025 02:09:08.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.634 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 1:M 28 Aug 2025 02:09:08.634 * Add cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 to NGENERATORS 1:M 28 Aug 2025 02:09:08.634 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 done 1:M 28 Aug 2025 02:09:08.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:08.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:09.162 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 1:M 28 Aug 2025 02:09:09.162 * Add cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 to NGENERATORS 1:M 28 Aug 2025 02:09:09.162 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 done 1:M 28 Aug 2025 02:09:09.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:09.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:15.100 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 1:M 28 Aug 2025 02:09:15.100 * Add cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.100 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 done 1:M 28 Aug 2025 02:09:15.100 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 1:M 28 Aug 2025 02:09:15.100 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 28 Aug 2025 02:09:15.100 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 done 1:M 28 Aug 2025 02:09:15.100 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 1:M 28 Aug 2025 02:09:15.100 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.100 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 done 1:M 28 Aug 2025 02:09:15.101 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 1:M 28 Aug 2025 02:09:15.101 * Add cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.101 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 done 1:M 28 Aug 2025 02:09:15.101 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 1:M 28 Aug 2025 02:09:15.101 * Add cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.101 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 done 1:M 28 Aug 2025 02:09:15.101 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 1:M 28 Aug 2025 02:09:15.101 * Add cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.101 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 done 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 1:M 28 Aug 2025 02:09:15.102 * Add cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 done 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 1:M 28 Aug 2025 02:09:15.102 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 done 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 1:M 28 Aug 2025 02:09:15.102 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 done 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 1:M 28 Aug 2025 02:09:15.102 * Add cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 done 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 1:M 28 Aug 2025 02:09:15.102 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 done 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 1:M 28 Aug 2025 02:09:15.102 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.102 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 28 Aug 2025 02:09:15.103 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 1:M 28 Aug 2025 02:09:15.103 * Add cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.103 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 done 1:M 28 Aug 2025 02:09:15.103 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 1:M 28 Aug 2025 02:09:15.103 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:15.103 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 done 1:M 28 Aug 2025 02:09:15.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:15.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:15.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:15.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:15.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:15.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:15.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:16.447 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 28 Aug 2025 02:09:16.447 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:16.447 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 28 Aug 2025 02:09:16.456 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:16.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:16.504 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:16.944 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 28 Aug 2025 02:09:16.944 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:16.944 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 28 Aug 2025 02:09:16.946 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:16.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:16.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:23.963 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 28 Aug 2025 02:09:23.963 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 28 Aug 2025 02:09:23.963 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 28 Aug 2025 02:09:23.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:23.972 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:23.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:32.009 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 28 Aug 2025 02:09:32.009 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 28 Aug 2025 02:09:32.009 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 28 Aug 2025 02:09:32.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:32.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:32.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:33.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:36.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:36.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:36.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:36.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:37.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:37.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:38.187 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 28 Aug 2025 02:09:38.187 * Add cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 28 Aug 2025 02:09:38.187 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 28 Aug 2025 02:09:38.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:38.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:38.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:38.924 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 1:M 28 Aug 2025 02:09:38.924 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 28 Aug 2025 02:09:38.924 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 done 1:M 28 Aug 2025 02:09:38.924 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:38.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:09:38.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:03.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:06.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:06.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:06.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:06.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:07.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:07.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:33.280 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:36.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:36.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:36.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:36.968 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:37.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:10:37.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:03.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:06.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:06.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:06.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:06.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:07.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:07.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:10.575 * GetSeq for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 1:M 28 Aug 2025 02:11:10.575 * Add an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 28 Aug 2025 02:11:10.575 * GetSeq for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 done 1:M 28 Aug 2025 02:11:10.578 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:10.581 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:18.074 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3956-2 1:M 28 Aug 2025 02:11:20.070 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3956-1 1:M 28 Aug 2025 02:11:33.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:36.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:36.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:36.758 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:36.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:37.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:37.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:11:40.568 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:03.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:06.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:06.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:06.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:06.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:07.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:07.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:10.568 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:33.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:36.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:36.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:36.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:36.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:37.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:37.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:12:40.568 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:03.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:06.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:06.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:06.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:06.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:07.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:07.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:10.569 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:33.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:36.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:36.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:36.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:36.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:37.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:37.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:40.569 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:13:43.050 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-55532033:ctest-vn22-33154288 part 22 1:M 28 Aug 2025 02:13:43.116 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-55532033:ctest-vn22-33154288 part 22 1:M 28 Aug 2025 02:13:43.118 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-55532033:ctest-vn22-33154288 part 22 1:M 28 Aug 2025 02:13:43.119 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-55532033:ctest-vn22-33154288 part 22 1:M 28 Aug 2025 02:14:03.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:03.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-46036190:ctest-left_ctest-TestECMPConfigHashFeature-46036190-41824314 part 24 1:M 28 Aug 2025 02:14:06.054 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-46036190:ctest-right_ctest-TestECMPConfigHashFeature-46036190-07687955 part 23 1:M 28 Aug 2025 02:14:06.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:06.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:06.232 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPConfigHashFeature-46036190:ctest-mgmt_ctest-TestECMPConfigHashFeature-46036190-08650515 part 21 1:M 28 Aug 2025 02:14:06.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:06.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:07.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:07.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:10.572 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:18.076 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-73175678:ctest-left_ctest-TestECMPFeature-73175678-30562094 part 28 1:M 28 Aug 2025 02:14:18.258 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-73175678:ctest-right_ctest-TestECMPFeature-73175678-35983761 part 22 1:M 28 Aug 2025 02:14:18.428 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPFeature-73175678:ctest-mgmt_ctest-TestECMPFeature-73175678-51591348 part 23 1:M 28 Aug 2025 02:14:33.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:36.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:36.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:36.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:36.965 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:37.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:37.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:14:40.569 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:03.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:06.106 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:06.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:06.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:06.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:07.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:07.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:10.569 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:33.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:36.105 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:36.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:36.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:36.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:37.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:37.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:40.570 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:15:49.044 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-left_ctest-TestECMPIPv6Fragments-26680047-05493455 part 28 1:M 28 Aug 2025 02:15:49.102 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-left_ctest-TestECMPIPv6Fragments-26680047-05493455 part 28 1:M 28 Aug 2025 02:15:49.103 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-left_ctest-TestECMPIPv6Fragments-26680047-05493455 part 28 1:M 28 Aug 2025 02:15:49.106 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-left_ctest-TestECMPIPv6Fragments-26680047-05493455 part 28 1:M 28 Aug 2025 02:15:49.212 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-right_ctest-TestECMPIPv6Fragments-26680047-77727211 part 20 1:M 28 Aug 2025 02:15:49.272 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-right_ctest-TestECMPIPv6Fragments-26680047-77727211 part 20 1:M 28 Aug 2025 02:15:49.273 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-right_ctest-TestECMPIPv6Fragments-26680047-77727211 part 20 1:M 28 Aug 2025 02:15:49.285 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-right_ctest-TestECMPIPv6Fragments-26680047-77727211 part 20 1:M 28 Aug 2025 02:15:49.390 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-mgmt_ctest-TestECMPIPv6Fragments-26680047-18791859 part 23 1:M 28 Aug 2025 02:15:49.436 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-mgmt_ctest-TestECMPIPv6Fragments-26680047-18791859 part 23 1:M 28 Aug 2025 02:15:49.440 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-mgmt_ctest-TestECMPIPv6Fragments-26680047-18791859 part 23 1:M 28 Aug 2025 02:15:49.448 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-26680047:ctest-mgmt_ctest-TestECMPIPv6Fragments-26680047-18791859 part 23 1:M 28 Aug 2025 02:16:02.778 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-83592136:ctest-left_ctest-TestECMPSanity-83592136-43183597 part 21 1:M 28 Aug 2025 02:16:02.995 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-83592136:ctest-right_ctest-TestECMPSanity-83592136-91419115 part 25 1:M 28 Aug 2025 02:16:03.172 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanity-83592136:ctest-mgmt_ctest-TestECMPSanity-83592136-89669702 part 28 1:M 28 Aug 2025 02:16:03.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:06.106 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:06.192 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:06.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:06.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:07.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:07.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:10.570 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:15.411 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-37409311:ctest-left_ctest-TestECMPSanityIPv6-37409311-81386548 part 28 1:M 28 Aug 2025 02:16:15.639 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-37409311:ctest-right_ctest-TestECMPSanityIPv6-37409311-32897659 part 23 1:M 28 Aug 2025 02:16:15.797 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPSanityIPv6-37409311:ctest-mgmt_ctest-TestECMPSanityIPv6-37409311-54105049 part 21 1:M 28 Aug 2025 02:16:27.512 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-30400051:ctest-left_ctest-TestECMPwithSVMChange-30400051-41181529 part 20 1:M 28 Aug 2025 02:16:27.678 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-30400051:ctest-right_ctest-TestECMPwithSVMChange-30400051-27390495 part 25 1:M 28 Aug 2025 02:16:27.823 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestECMPwithSVMChange-30400051:ctest-mgmt_ctest-TestECMPwithSVMChange-30400051-34070248 part 23 1:M 28 Aug 2025 02:16:33.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:36.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:36.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:36.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:36.966 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:37.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:37.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:40.573 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:16:41.263 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-left_ctest-TestMultiInlineSVC-31166568-28618393 part 27 1:M 28 Aug 2025 02:16:41.311 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-left_ctest-TestMultiInlineSVC-31166568-28618393 part 27 1:M 28 Aug 2025 02:16:41.311 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-left_ctest-TestMultiInlineSVC-31166568-28618393 part 27 1:M 28 Aug 2025 02:16:41.312 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-left_ctest-TestMultiInlineSVC-31166568-28618393 part 27 1:M 28 Aug 2025 02:16:41.427 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-right_ctest-TestMultiInlineSVC-31166568-99733100 part 20 1:M 28 Aug 2025 02:16:41.478 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-right_ctest-TestMultiInlineSVC-31166568-99733100 part 20 1:M 28 Aug 2025 02:16:41.478 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-right_ctest-TestMultiInlineSVC-31166568-99733100 part 20 1:M 28 Aug 2025 02:16:41.480 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-right_ctest-TestMultiInlineSVC-31166568-99733100 part 20 1:M 28 Aug 2025 02:16:41.591 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-mgmt_ctest-TestMultiInlineSVC-31166568-87524599 part 24 1:M 28 Aug 2025 02:16:41.635 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-mgmt_ctest-TestMultiInlineSVC-31166568-87524599 part 24 1:M 28 Aug 2025 02:16:41.635 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-mgmt_ctest-TestMultiInlineSVC-31166568-87524599 part 24 1:M 28 Aug 2025 02:16:41.635 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVC-31166568:ctest-mgmt_ctest-TestMultiInlineSVC-31166568-87524599 part 24 1:M 28 Aug 2025 02:16:55.597 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-57636291:ctest-left_ctest-TestMultiInlineSVCIPv6-57636291-88887117 part 29 1:M 28 Aug 2025 02:16:55.804 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-57636291:ctest-right_ctest-TestMultiInlineSVCIPv6-57636291-80316523 part 20 1:M 28 Aug 2025 02:16:55.968 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-57636291:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-57636291-32893516 part 20 1:M 28 Aug 2025 02:17:03.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:06.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:06.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:06.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:06.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:07.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:07.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:10.571 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:33.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:36.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:36.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:36.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:36.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:37.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:37.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:17:40.571 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:03.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:06.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:06.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:06.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:06.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:07.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:07.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:10.571 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:33.286 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:36.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:36.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:36.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:36.965 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:37.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:37.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:18:40.575 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:03.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:06.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:06.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:06.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:06.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:07.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:07.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:10.572 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:33.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:36.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:36.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:36.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:36.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:37.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:37.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:40.572 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:19:43.771 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-vn1-09699596 part 23 1:M 28 Aug 2025 02:19:43.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-vn1-09699596 part 23 1:M 28 Aug 2025 02:19:43.823 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-vn1-09699596 part 23 1:M 28 Aug 2025 02:19:43.823 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-vn1-09699596 part 23 1:M 28 Aug 2025 02:19:44.137 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-fvn-15392877 part 21 1:M 28 Aug 2025 02:19:44.196 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-fvn-15392877 part 21 1:M 28 Aug 2025 02:19:44.198 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-fvn-15392877 part 21 1:M 28 Aug 2025 02:19:44.201 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-fvn-15392877 part 21 1:M 28 Aug 2025 02:20:03.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:06.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:06.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:06.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:06.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:07.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:07.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:10.328 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-81064887:ctest-fvn-15392877 part 21 1:M 28 Aug 2025 02:20:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b04bef02-17d7-41c5-8f9f-694191710aeb part 9 1:M 28 Aug 2025 02:20:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b04bef02-17d7-41c5-8f9f-694191710aeb part 9 1:M 28 Aug 2025 02:20:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-81064887:b4903bfa-7a4d-47c9-8338-c4bbd4b6046d part 15 1:M 28 Aug 2025 02:20:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-81064887:b4903bfa-7a4d-47c9-8338-c4bbd4b6046d part 15 1:M 28 Aug 2025 02:20:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-81064887:b4903bfa-7a4d-47c9-8338-c4bbd4b6046d part 15 1:M 28 Aug 2025 02:20:10.573 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:33.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:35.567 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPorts-28903696:ctest-vn-64482669 part 24 1:M 28 Aug 2025 02:20:36.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:36.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:36.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:36.966 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:37.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:37.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:20:40.573 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:03.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:03.297 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPorts-28903696:ctest-vn1-30148623 part 27 1:M 28 Aug 2025 02:21:06.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:06.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:06.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:06.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:07.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:07.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:10.577 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:33.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:36.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:36.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:36.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:36.967 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:37.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:37.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:40.574 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:21:44.534 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3956-1 1:M 28 Aug 2025 02:21:46.336 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn2-98130771 part 22 1:M 28 Aug 2025 02:21:46.386 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn2-98130771 part 22 1:M 28 Aug 2025 02:21:46.387 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn2-98130771 part 22 1:M 28 Aug 2025 02:21:46.387 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn2-98130771 part 22 1:M 28 Aug 2025 02:21:46.505 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn1-49602187 part 24 1:M 28 Aug 2025 02:21:46.559 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn1-49602187 part 24 1:M 28 Aug 2025 02:21:46.560 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn1-49602187 part 24 1:M 28 Aug 2025 02:21:46.561 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn1-49602187 part 24 1:M 28 Aug 2025 02:22:03.288 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:06.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:06.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:06.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:06.967 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:07.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:07.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:10.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRouters-91954293:ctest-vn2-98130771 part 22 1:M 28 Aug 2025 02:22:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f2aef703-e92c-45b1-afef-ed7faff0d4c2 part 8 1:M 28 Aug 2025 02:22:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-91954293:16562eef-0352-4983-9a09-7ce0aab570d9 part 16 1:M 28 Aug 2025 02:22:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-91954293:16562eef-0352-4983-9a09-7ce0aab570d9 part 16 1:M 28 Aug 2025 02:22:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRouters-91954293:16562eef-0352-4983-9a09-7ce0aab570d9 part 16 1:M 28 Aug 2025 02:22:10.574 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:14.879 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-96995274:snat-si-left_snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40 part 29 1:M 28 Aug 2025 02:22:16.981 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-96995274:ctest-ext_vn-18599755 part 24 1:M 28 Aug 2025 02:22:17.165 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-96995274:ctest-vn-25801586 part 26 1:M 28 Aug 2025 02:22:33.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:36.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:36.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:36.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:36.967 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:37.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:37.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:22:40.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-96995274:ctest-ext_vn-18599755 part 24 1:M 28 Aug 2025 02:22:40.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-96995274:ctest-vn-25801586 part 26 1:M 28 Aug 2025 02:22:40.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-96995274:snat-si-left_snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40 part 29 1:M 28 Aug 2025 02:22:40.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-96995274__snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40__1 part 9 1:M 28 Aug 2025 02:22:40.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:315b243c-63e3-4c64-81d2-847144584053 part 6 1:M 28 Aug 2025 02:22:40.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:811c8498-ef74-4ed0-a749-4724bd88c091 part 12 1:M 28 Aug 2025 02:22:40.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:811c8498-ef74-4ed0-a749-4724bd88c091 part 12 1:M 28 Aug 2025 02:22:40.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:811c8498-ef74-4ed0-a749-4724bd88c091 part 12 1:M 28 Aug 2025 02:22:40.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:default-domain__ctest-TestRoutersBasic-96995274__snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40__1__left__2 part 15 1:M 28 Aug 2025 02:22:40.334 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:default-domain__ctest-TestRoutersBasic-96995274__snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40__1__left__2 part 15 1:M 28 Aug 2025 02:22:40.334 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:default-domain__ctest-TestRoutersBasic-96995274__snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40__1__left__2 part 15 1:M 28 Aug 2025 02:22:40.334 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:default-domain__ctest-TestRoutersBasic-96995274__snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40__1__right__1 part 17 1:M 28 Aug 2025 02:22:40.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:default-domain__ctest-TestRoutersBasic-96995274__snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40__1__right__1 part 17 1:M 28 Aug 2025 02:22:40.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-96995274:default-domain__ctest-TestRoutersBasic-96995274__snat_fc4620b0-f1eb-418d-98d2-e67db54e8523_413b5176-6ff9-40da-9a58-24f7f6d48e40__1__right__1 part 17 1:M 28 Aug 2025 02:22:40.575 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:03.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:06.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:06.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:06.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:06.967 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:07.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:07.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:10.576 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:33.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:36.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:36.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:36.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:36.969 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:37.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:37.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:40.575 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:23:56.484 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-56228706 part 20 1:M 28 Aug 2025 02:23:56.529 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-56228706 part 20 1:M 28 Aug 2025 02:23:56.537 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-56228706 part 20 1:M 28 Aug 2025 02:23:56.538 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-56228706 part 20 1:M 28 Aug 2025 02:23:56.850 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-66339328 part 20 1:M 28 Aug 2025 02:23:56.900 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-66339328 part 20 1:M 28 Aug 2025 02:23:56.900 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-66339328 part 20 1:M 28 Aug 2025 02:23:56.903 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-66339328 part 20 1:M 28 Aug 2025 02:24:03.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:06.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:06.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:06.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:06.967 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:07.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:07.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:10.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn-56228706 part 20 1:M 28 Aug 2025 02:24:10.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:a4d2f891-0d1f-4938-9b5f-9ad6abed61b1 part 7 1:M 28 Aug 2025 02:24:10.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:a4d2f891-0d1f-4938-9b5f-9ad6abed61b1 part 7 1:M 28 Aug 2025 02:24:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:643cef43-4a45-47c6-bcdf-c571364d6a8c part 19 1:M 28 Aug 2025 02:24:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:643cef43-4a45-47c6-bcdf-c571364d6a8c part 19 1:M 28 Aug 2025 02:24:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:643cef43-4a45-47c6-bcdf-c571364d6a8c part 19 1:M 28 Aug 2025 02:24:10.575 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:33.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:36.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:36.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:36.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:36.969 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:37.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:37.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:24:40.576 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:03.290 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:06.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:06.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:06.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:06.969 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:07.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:07.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:10.576 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:33.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:36.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:36.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:36.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:36.968 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:37.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:37.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:25:40.578 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:03.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:06.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:06.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:06.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:06.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:07.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:07.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:10.577 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:33.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:36.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:36.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:36.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:36.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:37.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:37.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:26:40.577 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:03.291 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:06.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:06.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:06.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:06.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:07.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:07.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:10.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet1-75110364 part 29 1:M 28 Aug 2025 02:27:10.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5e182971-6cd2-407b-99a3-f8efd1a0f5b5 part 10 1:M 28 Aug 2025 02:27:10.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5e182971-6cd2-407b-99a3-f8efd1a0f5b5 part 10 1:M 28 Aug 2025 02:27:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ce69d7cf-2107-449b-a4ca-63c6d42745c6 part 19 1:M 28 Aug 2025 02:27:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ce69d7cf-2107-449b-a4ca-63c6d42745c6 part 19 1:M 28 Aug 2025 02:27:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ce69d7cf-2107-449b-a4ca-63c6d42745c6 part 19 1:M 28 Aug 2025 02:27:10.577 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:16.899 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet3-23258485 part 29 1:M 28 Aug 2025 02:27:16.961 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet3-23258485 part 29 1:M 28 Aug 2025 02:27:16.962 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet3-23258485 part 29 1:M 28 Aug 2025 02:27:16.963 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet3-23258485 part 29 1:M 28 Aug 2025 02:27:17.353 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet2-45178423 part 27 1:M 28 Aug 2025 02:27:17.419 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet2-45178423 part 27 1:M 28 Aug 2025 02:27:17.419 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet2-45178423 part 27 1:M 28 Aug 2025 02:27:17.419 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet2-45178423 part 27 1:M 28 Aug 2025 02:27:17.757 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet1-75110364 part 29 1:M 28 Aug 2025 02:27:17.800 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet1-75110364 part 29 1:M 28 Aug 2025 02:27:17.800 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet1-75110364 part 29 1:M 28 Aug 2025 02:27:17.800 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet1-75110364 part 29 1:M 28 Aug 2025 02:27:18.171 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet0-79840890 part 20 1:M 28 Aug 2025 02:27:18.237 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet0-79840890 part 20 1:M 28 Aug 2025 02:27:18.237 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet0-79840890 part 20 1:M 28 Aug 2025 02:27:18.238 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet0-79840890 part 20 1:M 28 Aug 2025 02:27:33.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:36.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:36.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:36.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:36.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:37.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:37.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:27:40.578 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:03.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:06.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:06.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:06.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:06.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:07.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:07.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:10.578 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:33.292 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:36.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:36.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:36.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:36.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:37.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:37.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:40.578 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:28:53.326 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn1-58491610 part 27 1:M 28 Aug 2025 02:28:53.370 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn1-58491610 part 27 1:M 28 Aug 2025 02:28:53.370 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn1-58491610 part 27 1:M 28 Aug 2025 02:28:53.370 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn1-58491610 part 27 1:M 28 Aug 2025 02:29:03.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:06.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:06.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:06.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:06.972 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:07.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:07.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:10.329 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vn1-58491610 part 27 1:M 28 Aug 2025 02:29:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:35c99f22-a810-4b21-bdc1-2bbd936896a5 part 6 1:M 28 Aug 2025 02:29:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:35c99f22-a810-4b21-bdc1-2bbd936896a5 part 6 1:M 28 Aug 2025 02:29:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:f4e300ea-df75-4a83-abf6-10f2254e4026 part 15 1:M 28 Aug 2025 02:29:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:f4e300ea-df75-4a83-abf6-10f2254e4026 part 15 1:M 28 Aug 2025 02:29:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicyIpv4v6-75851588:f4e300ea-df75-4a83-abf6-10f2254e4026 part 15 1:M 28 Aug 2025 02:29:10.579 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:33.295 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:36.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:36.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:36.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:36.972 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:37.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:37.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:29:40.578 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:03.293 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:06.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:06.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:06.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:06.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:07.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:07.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:10.579 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:33.294 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:36.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:36.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:36.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:36.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:37.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:37.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:40.579 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:30:45.737 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-91433191:ctest-vnet0-56086182 part 25 1:M 28 Aug 2025 02:30:45.786 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-91433191:ctest-vnet0-56086182 part 25 1:M 28 Aug 2025 02:30:45.786 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-91433191:ctest-vnet0-56086182 part 25 1:M 28 Aug 2025 02:30:45.787 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-91433191:ctest-vnet0-56086182 part 25 1:M 28 Aug 2025 02:30:58.887 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyNegativeIpv4v6-18745152:ctest-vn4-00291639 part 21 1:M 28 Aug 2025 02:31:03.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:06.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:06.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:06.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:06.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:07.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:07.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:10.579 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:33.302 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:36.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:36.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:36.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:36.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:37.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:37.112 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:31:40.580 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:03.303 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:06.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:06.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:06.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:06.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:07.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:07.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:10.581 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:33.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:36.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:36.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:36.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:36.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:37.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:37.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:32:40.581 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:03.303 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:06.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:06.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:06.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:06.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:07.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:07.107 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:10.581 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:33.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:36.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:36.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:36.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:36.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:37.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:37.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:40.330 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN2-19010842 part 21 1:M 28 Aug 2025 02:33:40.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 part 8 1:M 28 Aug 2025 02:33:40.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7bbddfef-4f7a-4a07-88ca-7efadbeedcf9 part 8 1:M 28 Aug 2025 02:33:40.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-52027420:e121c753-9a61-4fda-8f6c-8af9e8b83d0c part 14 1:M 28 Aug 2025 02:33:40.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-52027420:e121c753-9a61-4fda-8f6c-8af9e8b83d0c part 14 1:M 28 Aug 2025 02:33:40.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAcl-52027420:e121c753-9a61-4fda-8f6c-8af9e8b83d0c part 14 1:M 28 Aug 2025 02:33:40.581 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:33:46.244 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN3-78918316 part 24 1:M 28 Aug 2025 02:33:46.297 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN3-78918316 part 24 1:M 28 Aug 2025 02:33:46.297 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN3-78918316 part 24 1:M 28 Aug 2025 02:33:46.301 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN3-78918316 part 24 1:M 28 Aug 2025 02:33:46.600 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN2-19010842 part 21 1:M 28 Aug 2025 02:33:46.640 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN2-19010842 part 21 1:M 28 Aug 2025 02:33:46.641 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN2-19010842 part 21 1:M 28 Aug 2025 02:33:46.664 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN2-19010842 part 21 1:M 28 Aug 2025 02:33:46.920 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN1-79245349 part 22 1:M 28 Aug 2025 02:33:46.969 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN1-79245349 part 22 1:M 28 Aug 2025 02:33:46.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN1-79245349 part 22 1:M 28 Aug 2025 02:33:46.972 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-52027420:ctest-VN1-79245349 part 22 1:M 28 Aug 2025 02:34:03.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:06.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:06.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:06.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:06.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:07.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:07.108 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:10.582 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:33.304 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:36.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:36.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:36.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:36.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:37.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:37.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:34:40.582 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:03.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:06.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:06.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:06.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:06.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:07.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:07.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:10.581 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:33.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:36.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:36.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:36.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:36.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:37.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:37.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:35:40.582 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:03.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:06.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:06.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:06.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:06.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:07.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:07.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN2-05184334 part 29 1:M 28 Aug 2025 02:36:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:db995b93-70a2-400a-952a-2af6b18933b2 part 9 1:M 28 Aug 2025 02:36:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:db995b93-70a2-400a-952a-2af6b18933b2 part 9 1:M 28 Aug 2025 02:36:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:8cccc106-836b-4ba6-8112-324128d44e01 part 15 1:M 28 Aug 2025 02:36:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:8cccc106-836b-4ba6-8112-324128d44e01 part 15 1:M 28 Aug 2025 02:36:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:8cccc106-836b-4ba6-8112-324128d44e01 part 15 1:M 28 Aug 2025 02:36:10.582 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:14.319 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN3-26142907 part 29 1:M 28 Aug 2025 02:36:14.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN3-26142907 part 29 1:M 28 Aug 2025 02:36:14.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN3-26142907 part 29 1:M 28 Aug 2025 02:36:14.363 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN3-26142907 part 29 1:M 28 Aug 2025 02:36:14.656 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN2-05184334 part 29 1:M 28 Aug 2025 02:36:14.711 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN2-05184334 part 29 1:M 28 Aug 2025 02:36:14.713 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN2-05184334 part 29 1:M 28 Aug 2025 02:36:14.715 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN2-05184334 part 29 1:M 28 Aug 2025 02:36:15.046 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN1-43350243 part 26 1:M 28 Aug 2025 02:36:15.097 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN1-43350243 part 26 1:M 28 Aug 2025 02:36:15.098 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN1-43350243 part 26 1:M 28 Aug 2025 02:36:15.099 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN1-43350243 part 26 1:M 28 Aug 2025 02:36:33.305 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:36.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:36.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:36.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:36.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:37.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:37.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:36:40.583 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:03.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:06.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:06.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:06.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:06.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:07.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:07.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:10.584 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:33.306 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:36.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:36.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:36.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:36.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:37.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:37.110 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:40.583 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:37:53.235 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-74073737 part 27 1:M 28 Aug 2025 02:37:53.281 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-74073737 part 27 1:M 28 Aug 2025 02:37:53.281 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-74073737 part 27 1:M 28 Aug 2025 02:37:53.281 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-74073737 part 27 1:M 28 Aug 2025 02:37:53.610 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-31165338 part 23 1:M 28 Aug 2025 02:37:53.656 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-31165338 part 23 1:M 28 Aug 2025 02:37:53.657 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-31165338 part 23 1:M 28 Aug 2025 02:37:53.658 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-31165338 part 23 1:M 28 Aug 2025 02:38:03.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:06.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:06.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:06.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:06.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:07.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:07.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:10.331 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-14792969:ctest-vn-74073737 part 27 1:M 28 Aug 2025 02:38:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:049c16ee-d960-44c4-82f7-58ecaeb22e5c part 9 1:M 28 Aug 2025 02:38:10.332 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:049c16ee-d960-44c4-82f7-58ecaeb22e5c part 9 1:M 28 Aug 2025 02:38:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-14792969:1fd9cd75-7c3d-4734-94a6-3a52fae21ece part 19 1:M 28 Aug 2025 02:38:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-14792969:1fd9cd75-7c3d-4734-94a6-3a52fae21ece part 19 1:M 28 Aug 2025 02:38:10.333 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-14792969:1fd9cd75-7c3d-4734-94a6-3a52fae21ece part 19 1:M 28 Aug 2025 02:38:10.583 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:33.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:36.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:36.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:36.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:36.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:37.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:37.111 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:38:40.584 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:03.307 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:06.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:06.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:06.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:06.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:07.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:07.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:10.584 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:33.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:36.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:36.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:36.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:36.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:37.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:37.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:39:40.587 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:03.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:06.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:06.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:06.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:06.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:07.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:07.113 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:10.584 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:16.919 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-69950665:ctest-vnet0-65150326 part 22 1:M 28 Aug 2025 02:40:16.959 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-69950665:ctest-vnet0-65150326 part 22 1:M 28 Aug 2025 02:40:16.959 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-69950665:ctest-vnet0-65150326 part 22 1:M 28 Aug 2025 02:40:16.960 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-69950665:ctest-vnet0-65150326 part 22 1:M 28 Aug 2025 02:40:33.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:36.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:36.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:36.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:36.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:37.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:37.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:40:40.584 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:03.308 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:06.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:06.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:06.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:06.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:07.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:07.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:10.586 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:33.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:36.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:36.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:36.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:36.981 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:37.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:37.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:41:40.585 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:03.309 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:06.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:06.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:06.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:06.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:07.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:07.114 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:10.585 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:33.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:36.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:36.210 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:36.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:36.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:37.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:37.116 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:42:40.585 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:03.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:06.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:06.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:06.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:06.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:07.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:07.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:10.585 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:33.310 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:36.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:36.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:36.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:36.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:37.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:37.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:40.334 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet1-53167832 part 28 1:M 28 Aug 2025 02:43:40.334 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7aeabf5e-c245-4dd7-801c-941f64d26228 part 4 1:M 28 Aug 2025 02:43:40.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7aeabf5e-c245-4dd7-801c-941f64d26228 part 4 1:M 28 Aug 2025 02:43:40.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-03790461:2e161f94-9736-4d07-a4ca-7f725be7ae8e part 15 1:M 28 Aug 2025 02:43:40.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-03790461:2e161f94-9736-4d07-a4ca-7f725be7ae8e part 15 1:M 28 Aug 2025 02:43:40.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1-03790461:2e161f94-9736-4d07-a4ca-7f725be7ae8e part 15 1:M 28 Aug 2025 02:43:40.586 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:43:47.017 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet1-53167832 part 28 1:M 28 Aug 2025 02:43:47.075 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet1-53167832 part 28 1:M 28 Aug 2025 02:43:47.075 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet1-53167832 part 28 1:M 28 Aug 2025 02:43:47.078 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet1-53167832 part 28 1:M 28 Aug 2025 02:43:47.402 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet0-19703913 part 23 1:M 28 Aug 2025 02:43:47.438 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet0-19703913 part 23 1:M 28 Aug 2025 02:43:47.438 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet0-19703913 part 23 1:M 28 Aug 2025 02:43:47.439 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet0-19703913 part 23 1:M 28 Aug 2025 02:44:03.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:06.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:06.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:06.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:06.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:07.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:07.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:10.591 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:33.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:36.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:36.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:36.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:36.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:37.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:37.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:44:40.588 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:03.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:06.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:06.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:06.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:06.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:07.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:07.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:10.588 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:33.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:36.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:36.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:36.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:36.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:37.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:37.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:45:40.587 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:03.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:06.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:06.214 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:06.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:06.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:07.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:07.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:10.587 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:33.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:36.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:36.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:36.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:36.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:37.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:37.118 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:46:40.588 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:03.312 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:06.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:06.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:06.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:06.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:07.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:07.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:10.334 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet1-80582045 part 25 1:M 28 Aug 2025 02:47:10.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:95204055-7112-4336-8bec-fe495512aee7 part 11 1:M 28 Aug 2025 02:47:10.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:95204055-7112-4336-8bec-fe495512aee7 part 11 1:M 28 Aug 2025 02:47:10.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:0b8e056a-5698-4f82-a2d7-e2282a6e5ed9 part 15 1:M 28 Aug 2025 02:47:10.336 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:0b8e056a-5698-4f82-a2d7-e2282a6e5ed9 part 15 1:M 28 Aug 2025 02:47:10.336 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:0b8e056a-5698-4f82-a2d7-e2282a6e5ed9 part 15 1:M 28 Aug 2025 02:47:10.587 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:16.108 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet1-80582045 part 25 1:M 28 Aug 2025 02:47:16.160 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet1-80582045 part 25 1:M 28 Aug 2025 02:47:16.160 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet1-80582045 part 25 1:M 28 Aug 2025 02:47:16.165 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet1-80582045 part 25 1:M 28 Aug 2025 02:47:16.464 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet0-72393078 part 23 1:M 28 Aug 2025 02:47:16.517 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet0-72393078 part 23 1:M 28 Aug 2025 02:47:16.518 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet0-72393078 part 23 1:M 28 Aug 2025 02:47:16.518 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet0-72393078 part 23 1:M 28 Aug 2025 02:47:33.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:36.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:36.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:36.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:36.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:37.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:37.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:47:40.594 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:03.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:06.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:06.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:06.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:06.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:07.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:07.119 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:10.588 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:33.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:36.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:36.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:36.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:36.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:37.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:37.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:48:40.590 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:03.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:04.615 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-14403985 part 20 1:M 28 Aug 2025 02:49:04.661 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-14403985 part 20 1:M 28 Aug 2025 02:49:04.661 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-14403985 part 20 1:M 28 Aug 2025 02:49:04.664 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-14403985 part 20 1:M 28 Aug 2025 02:49:04.787 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-65731878 part 23 1:M 28 Aug 2025 02:49:04.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-65731878 part 23 1:M 28 Aug 2025 02:49:04.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-65731878 part 23 1:M 28 Aug 2025 02:49:04.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-65731878 part 23 1:M 28 Aug 2025 02:49:06.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:06.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:06.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:06.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:07.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:07.120 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:10.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-14403985 part 20 1:M 28 Aug 2025 02:49:10.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestQos-50052322:ctest-vn-65731878 part 23 1:M 28 Aug 2025 02:49:10.336 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3c987084-0dce-4bae-9dfc-6174ea8d642d part 5 1:M 28 Aug 2025 02:49:10.336 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3c987084-0dce-4bae-9dfc-6174ea8d642d part 5 1:M 28 Aug 2025 02:49:10.336 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f2b90dcd-cb18-47b9-bee8-b8dfbb161218 part 10 1:M 28 Aug 2025 02:49:10.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f2b90dcd-cb18-47b9-bee8-b8dfbb161218 part 10 1:M 28 Aug 2025 02:49:10.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-50052322:86017086-8152-472a-be4e-950326eadd59 part 18 1:M 28 Aug 2025 02:49:10.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-50052322:86017086-8152-472a-be4e-950326eadd59 part 18 1:M 28 Aug 2025 02:49:10.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-50052322:86017086-8152-472a-be4e-950326eadd59 part 18 1:M 28 Aug 2025 02:49:10.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-50052322:ebda53d6-824b-46bf-989d-caaf1655b607 part 12 1:M 28 Aug 2025 02:49:10.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-50052322:ebda53d6-824b-46bf-989d-caaf1655b607 part 12 1:M 28 Aug 2025 02:49:10.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestQos-50052322:ebda53d6-824b-46bf-989d-caaf1655b607 part 12 1:M 28 Aug 2025 02:49:10.589 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:32.816 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-72806065 part 29 1:M 28 Aug 2025 02:49:32.992 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-67495684 part 24 1:M 28 Aug 2025 02:49:33.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:36.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:36.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:36.784 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:36.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:37.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:37.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:40.589 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:49:58.986 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-47161614 part 29 1:M 28 Aug 2025 02:49:59.033 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-47161614 part 29 1:M 28 Aug 2025 02:49:59.036 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-47161614 part 29 1:M 28 Aug 2025 02:49:59.157 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-20522427 part 27 1:M 28 Aug 2025 02:49:59.213 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-20522427 part 27 1:M 28 Aug 2025 02:49:59.213 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-20522427 part 27 1:M 28 Aug 2025 02:49:59.213 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-20522427 part 27 1:M 28 Aug 2025 02:50:03.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:06.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:06.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:06.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:06.988 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:07.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:07.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:10.590 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:24.578 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-72229872 part 26 1:M 28 Aug 2025 02:50:24.774 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-71647817 part 24 1:M 28 Aug 2025 02:50:33.314 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:36.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:36.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:36.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:36.988 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:37.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:37.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:50:40.335 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRP-70345410:ctest-bgpaas_vn-72229872 part 26 1:M 28 Aug 2025 02:50:40.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c29af0e7-c9b5-4961-b5cc-f8681352e722 part 5 1:M 28 Aug 2025 02:50:40.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-70345410:f2b2fee1-0ca6-44a8-b790-35390fde0e3f part 18 1:M 28 Aug 2025 02:50:40.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-70345410:f2b2fee1-0ca6-44a8-b790-35390fde0e3f part 18 1:M 28 Aug 2025 02:50:40.337 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRP-70345410:f2b2fee1-0ca6-44a8-b790-35390fde0e3f part 18 1:M 28 Aug 2025 02:50:40.590 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:03.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:06.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:06.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:06.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:06.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:07.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:07.121 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:10.589 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:33.316 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:36.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:36.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:36.784 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:36.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:37.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:37.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:51:39.919 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:service-vn-64554442 part 22 1:M 28 Aug 2025 02:51:39.962 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:service-vn-64554442 part 22 1:M 28 Aug 2025 02:51:39.964 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:service-vn-64554442 part 22 1:M 28 Aug 2025 02:51:39.965 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:service-vn-64554442 part 22 1:M 28 Aug 2025 02:51:40.591 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:03.315 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:06.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:06.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:06.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:06.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:07.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:07.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:10.592 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:33.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:36.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:36.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:36.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:36.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:37.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:37.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:40.591 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:52:53.317 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:ctest-vn30-48400820 part 21 1:M 28 Aug 2025 02:52:53.380 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:ctest-vn30-48400820 part 21 1:M 28 Aug 2025 02:52:53.381 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:ctest-vn30-48400820 part 21 1:M 28 Aug 2025 02:52:53.381 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:ctest-vn30-48400820 part 21 1:M 28 Aug 2025 02:53:03.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:06.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:06.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:06.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:06.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:07.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:07.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:10.343 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-48044879:ctest-vn30-48400820 part 21 1:M 28 Aug 2025 02:53:10.344 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d431fb49-d0d7-48f7-ba1f-eb1f5a1c4af1 part 8 1:M 28 Aug 2025 02:53:10.344 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d431fb49-d0d7-48f7-ba1f-eb1f5a1c4af1 part 8 1:M 28 Aug 2025 02:53:10.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-48044879:6423ca48-24ba-475c-a8dc-2c8081657b00 part 12 1:M 28 Aug 2025 02:53:10.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-48044879:6423ca48-24ba-475c-a8dc-2c8081657b00 part 12 1:M 28 Aug 2025 02:53:10.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicRTFilter-48044879:6423ca48-24ba-475c-a8dc-2c8081657b00 part 12 1:M 28 Aug 2025 02:53:10.594 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:33.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:36.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:36.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:36.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:36.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:37.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:37.123 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:53:40.591 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:03.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:06.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:06.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:06.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:06.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:07.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:07.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:10.591 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:33.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:36.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:36.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:36.784 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:36.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:37.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:37.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:54:40.592 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:03.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:06.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:06.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:06.785 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:06.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:07.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:07.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:10.592 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:33.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:36.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:36.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:36.784 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:36.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:37.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:37.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:55:40.592 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:03.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:06.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:06.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:06.784 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:06.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:07.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:07.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:10.343 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675 part 28 1:M 28 Aug 2025 02:56:10.343 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2b9309e4-9eb9-4c69-b523-94b367805ecb part 4 1:M 28 Aug 2025 02:56:10.344 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2b9309e4-9eb9-4c69-b523-94b367805ecb part 4 1:M 28 Aug 2025 02:56:10.344 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:42d5a4fa-33da-4c5a-802f-adb2294fda9c part 15 1:M 28 Aug 2025 02:56:10.344 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:42d5a4fa-33da-4c5a-802f-adb2294fda9c part 15 1:M 28 Aug 2025 02:56:10.344 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:42d5a4fa-33da-4c5a-802f-adb2294fda9c part 15 1:M 28 Aug 2025 02:56:10.593 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:14.850 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675 part 28 1:M 28 Aug 2025 02:56:14.901 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675 part 28 1:M 28 Aug 2025 02:56:14.903 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675 part 28 1:M 28 Aug 2025 02:56:14.905 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675 part 28 1:M 28 Aug 2025 02:56:33.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:36.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:36.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:36.784 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:36.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:37.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:37.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:56:40.594 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:03.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:06.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:06.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:06.785 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:06.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:07.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:07.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:10.594 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:33.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:36.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:36.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:36.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:36.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:37.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:37.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:57:40.595 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:03.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:06.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:06.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:06.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:06.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:07.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:07.126 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:10.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:33.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:36.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:36.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:36.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:36.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:37.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:37.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:58:40.594 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:03.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:06.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:06.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:06.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:06.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:07.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:07.127 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:10.345 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855 part 28 1:M 28 Aug 2025 02:59:10.345 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4feb28ea-cb11-40ac-bef6-f4569c97894e part 7 1:M 28 Aug 2025 02:59:10.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4feb28ea-cb11-40ac-bef6-f4569c97894e part 7 1:M 28 Aug 2025 02:59:10.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:6dbb7df8-e12d-4b5f-bcde-8935460460e2 part 14 1:M 28 Aug 2025 02:59:10.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:6dbb7df8-e12d-4b5f-bcde-8935460460e2 part 14 1:M 28 Aug 2025 02:59:10.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:6dbb7df8-e12d-4b5f-bcde-8935460460e2 part 14 1:M 28 Aug 2025 02:59:10.596 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:33.322 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:36.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:36.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:36.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:36.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:37.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:37.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:40.595 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 02:59:43.578 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855 part 28 1:M 28 Aug 2025 02:59:43.630 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855 part 28 1:M 28 Aug 2025 02:59:43.633 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855 part 28 1:M 28 Aug 2025 02:59:43.637 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855 part 28 1:M 28 Aug 2025 03:00:03.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:06.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:06.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:06.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:06.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:07.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:07.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:10.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:33.321 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:36.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:36.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:36.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:36.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:37.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:37.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:00:40.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:03.322 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:06.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:06.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:06.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:06.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:07.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:07.128 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:10.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:33.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:36.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:36.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:36.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:36.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:37.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:37.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:01:40.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:03.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:06.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:06.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:06.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:06.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:07.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:07.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:10.596 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:33.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:36.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:36.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:36.789 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:36.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:37.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:37.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:02:40.345 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126 part 20 1:M 28 Aug 2025 03:02:40.345 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 part 5 1:M 28 Aug 2025 03:02:40.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:64a0ed4c-8821-44dc-b1c4-5ed4cb1ee7b2 part 5 1:M 28 Aug 2025 03:02:40.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:fb589c5a-2fd5-4705-8e83-6626e7ef3d17 part 17 1:M 28 Aug 2025 03:02:40.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:fb589c5a-2fd5-4705-8e83-6626e7ef3d17 part 17 1:M 28 Aug 2025 03:02:40.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:fb589c5a-2fd5-4705-8e83-6626e7ef3d17 part 17 1:M 28 Aug 2025 03:02:40.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:03.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:06.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:06.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:06.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:06.999 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:07.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:07.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:10.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:13.872 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3956-1 1:M 28 Aug 2025 03:03:16.160 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126 part 20 1:M 28 Aug 2025 03:03:16.206 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126 part 20 1:M 28 Aug 2025 03:03:16.207 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126 part 20 1:M 28 Aug 2025 03:03:16.210 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126 part 20 1:M 28 Aug 2025 03:03:33.323 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:36.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:36.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:36.789 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:37.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:37.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:37.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:40.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:03:40.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-right_vn-37856196 part 22 1:M 28 Aug 2025 03:03:40.875 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-right_vn-37856196 part 22 1:M 28 Aug 2025 03:03:40.875 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-right_vn-37856196 part 22 1:M 28 Aug 2025 03:03:40.875 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-right_vn-37856196 part 22 1:M 28 Aug 2025 03:03:41.181 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-left_vn-46419424 part 28 1:M 28 Aug 2025 03:03:41.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-left_vn-46419424 part 28 1:M 28 Aug 2025 03:03:41.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-left_vn-46419424 part 28 1:M 28 Aug 2025 03:03:41.232 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-left_vn-46419424 part 28 1:M 28 Aug 2025 03:03:41.527 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-mgmt_vn-50643820 part 20 1:M 28 Aug 2025 03:03:41.584 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-mgmt_vn-50643820 part 20 1:M 28 Aug 2025 03:03:41.584 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-mgmt_vn-50643820 part 20 1:M 28 Aug 2025 03:03:41.585 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-mgmt_vn-50643820 part 20 1:M 28 Aug 2025 03:03:43.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-third-vn-07155530 part 28 1:M 28 Aug 2025 03:03:44.012 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-third-vn-07155530 part 28 1:M 28 Aug 2025 03:03:44.012 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-third-vn-07155530 part 28 1:M 28 Aug 2025 03:03:44.013 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-third-vn-07155530 part 28 1:M 28 Aug 2025 03:03:55.345 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-trans_right_vn-66679825 part 21 1:M 28 Aug 2025 03:03:55.687 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-trans_left_vn-93981334 part 25 1:M 28 Aug 2025 03:03:58.121 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-right_vn-31275327 part 25 1:M 28 Aug 2025 03:03:58.490 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-left_vn-81717287 part 21 1:M 28 Aug 2025 03:03:58.803 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43616169:ctest-mgmt_vn-72546154 part 20 1:M 28 Aug 2025 03:04:03.324 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:06.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:06.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:06.788 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:07.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:07.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:07.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:10.597 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:15.509 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-40967158:service-right-vn-41072280 part 21 1:M 28 Aug 2025 03:04:15.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-40967158:service-left-vn-68458493 part 21 1:M 28 Aug 2025 03:04:16.150 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-40967158:ctest-mgmt_vn-78508788 part 29 1:M 28 Aug 2025 03:04:33.009 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-40967158:ctest-right_vn-83734946 part 21 1:M 28 Aug 2025 03:04:33.327 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:33.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-40967158:ctest-left_vn-63113994 part 26 1:M 28 Aug 2025 03:04:33.718 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-40967158:ctest-mgmt_vn-51858017 part 23 1:M 28 Aug 2025 03:04:36.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:36.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:36.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:37.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:37.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:37.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:40.600 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:04:50.526 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-19454889:ctest-right_vn-43988403 part 27 1:M 28 Aug 2025 03:04:50.903 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-19454889:ctest-left_vn-28128418 part 27 1:M 28 Aug 2025 03:04:51.231 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-19454889:ctest-mgmt_vn-51723572 part 29 1:M 28 Aug 2025 03:05:02.701 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-19454889:ctest-trans_right_vn-04069970 part 20 1:M 28 Aug 2025 03:05:03.098 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-19454889:ctest-trans_left_vn-62827015 part 27 1:M 28 Aug 2025 03:05:03.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:05.604 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-19454889:ctest-right_vn-62039768 part 23 1:M 28 Aug 2025 03:05:05.926 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-19454889:ctest-left_vn-84047017 part 24 1:M 28 Aug 2025 03:05:06.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:06.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:06.243 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcHC-19454889:ctest-mgmt_vn-64263954 part 28 1:M 28 Aug 2025 03:05:06.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:07.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:07.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:07.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:10.600 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:33.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:36.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:36.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:36.789 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:37.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:37.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:37.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:05:40.600 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:03.328 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:06.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:06.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:06.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:07.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:07.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:07.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:10.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:33.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:36.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:36.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:36.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:37.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:37.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:37.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:06:40.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:03.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:06.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:06.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:06.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:07.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:07.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:07.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:10.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:33.329 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:36.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:36.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:36.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:37.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:37.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:37.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:40.599 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:07:51.380 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-trans_right_vn-26839721 part 27 1:M 28 Aug 2025 03:07:51.452 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-trans_right_vn-26839721 part 27 1:M 28 Aug 2025 03:07:51.452 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-trans_right_vn-26839721 part 27 1:M 28 Aug 2025 03:07:51.453 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-trans_right_vn-26839721 part 27 1:M 28 Aug 2025 03:07:51.920 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-trans_left_vn-15923400 part 22 1:M 28 Aug 2025 03:07:51.978 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-trans_left_vn-15923400 part 22 1:M 28 Aug 2025 03:07:51.978 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-trans_left_vn-15923400 part 22 1:M 28 Aug 2025 03:07:51.978 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-trans_left_vn-15923400 part 22 1:M 28 Aug 2025 03:07:52.467 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-mgmt_vn-94613453 part 26 1:M 28 Aug 2025 03:07:52.519 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-mgmt_vn-94613453 part 26 1:M 28 Aug 2025 03:07:52.523 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-mgmt_vn-94613453 part 26 1:M 28 Aug 2025 03:07:52.526 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-mgmt_vn-94613453 part 26 1:M 28 Aug 2025 03:07:52.815 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-right-67606189 part 26 1:M 28 Aug 2025 03:07:52.874 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-right-67606189 part 26 1:M 28 Aug 2025 03:07:52.874 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-right-67606189 part 26 1:M 28 Aug 2025 03:07:52.876 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-right-67606189 part 26 1:M 28 Aug 2025 03:07:53.206 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-left-96830103 part 24 1:M 28 Aug 2025 03:07:53.256 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-left-96830103 part 24 1:M 28 Aug 2025 03:07:53.256 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-left-96830103 part 24 1:M 28 Aug 2025 03:07:53.269 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-left-96830103 part 24 1:M 28 Aug 2025 03:08:03.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:06.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:06.231 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:06.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:07.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:07.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:07.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:10.346 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-92558674:ctest-right-67606189 part 26 1:M 28 Aug 2025 03:08:10.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f4bc7824-f591-4f3d-adb1-2e47a80e86b1 part 4 1:M 28 Aug 2025 03:08:10.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f4bc7824-f591-4f3d-adb1-2e47a80e86b1 part 4 1:M 28 Aug 2025 03:08:10.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-92558674:cf2e8fc2-1038-4dde-9883-6c372f4bfb25 part 14 1:M 28 Aug 2025 03:08:10.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-92558674:cf2e8fc2-1038-4dde-9883-6c372f4bfb25 part 14 1:M 28 Aug 2025 03:08:10.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSVCV2Mirror-92558674:cf2e8fc2-1038-4dde-9883-6c372f4bfb25 part 14 1:M 28 Aug 2025 03:08:10.602 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:33.330 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:36.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:36.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:36.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:37.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:37.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:37.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:08:40.600 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:03.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:06.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:06.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:06.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:07.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:07.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:07.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:10.600 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:33.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:36.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:36.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:36.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:37.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:37.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:37.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:09:40.601 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:03.331 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:06.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:06.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:06.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:07.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:07.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:07.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:10.601 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:33.332 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:36.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:36.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:36.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:37.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:37.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:37.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:40.601 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:10:49.423 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-96582419:ctest-vn1-vdns-75085199 part 22 1:M 28 Aug 2025 03:10:49.470 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-96582419:ctest-vn1-vdns-75085199 part 22 1:M 28 Aug 2025 03:10:49.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-96582419:ctest-vn1-vdns-75085199 part 22 1:M 28 Aug 2025 03:10:49.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-96582419:ctest-vn1-vdns-75085199 part 22 1:M 28 Aug 2025 03:11:03.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:06.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:06.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:06.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:07.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:07.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:07.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:10.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-96582419:ctest-vn1-vdns-75085199 part 22 1:M 28 Aug 2025 03:11:10.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:64241d55-75a9-406b-a59c-4ab6b596e41b part 11 1:M 28 Aug 2025 03:11:10.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:64241d55-75a9-406b-a59c-4ab6b596e41b part 11 1:M 28 Aug 2025 03:11:10.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-96582419:744b9b05-1584-4b2f-b2fb-d9e25e2adba8 part 19 1:M 28 Aug 2025 03:11:10.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-96582419:744b9b05-1584-4b2f-b2fb-d9e25e2adba8 part 19 1:M 28 Aug 2025 03:11:10.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-96582419:744b9b05-1584-4b2f-b2fb-d9e25e2adba8 part 19 1:M 28 Aug 2025 03:11:10.601 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:33.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:36.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:36.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:36.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:37.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:37.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:37.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:11:40.603 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:03.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:06.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:06.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:06.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:07.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:07.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:07.137 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:10.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:33.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:36.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:36.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:36.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:37.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:37.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:37.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:12:40.602 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:03.333 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:06.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:06.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:06.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:07.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:07.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:07.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:10.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:33.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:36.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:36.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:36.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:37.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:37.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:37.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:40.602 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:13:57.480 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-vn1-28262359 part 27 1:M 28 Aug 2025 03:13:57.520 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-vn1-28262359 part 27 1:M 28 Aug 2025 03:13:57.521 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-vn1-28262359 part 27 1:M 28 Aug 2025 03:13:57.522 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-vn1-28262359 part 27 1:M 28 Aug 2025 03:13:57.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-fvn-32187338 part 26 1:M 28 Aug 2025 03:13:57.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-fvn-32187338 part 26 1:M 28 Aug 2025 03:13:57.834 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-fvn-32187338 part 26 1:M 28 Aug 2025 03:13:57.838 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-fvn-32187338 part 26 1:M 28 Aug 2025 03:14:03.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:06.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:06.239 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:06.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:07.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:07.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:07.138 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:10.347 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-04960999:ctest-fvn-32187338 part 26 1:M 28 Aug 2025 03:14:10.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:529b4fd9-44b0-4847-aca2-b98c23843fee part 4 1:M 28 Aug 2025 03:14:10.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:529b4fd9-44b0-4847-aca2-b98c23843fee part 4 1:M 28 Aug 2025 03:14:10.351 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-04960999:396a31e8-223c-4a16-a78a-e917625c9c64 part 19 1:M 28 Aug 2025 03:14:10.351 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-04960999:396a31e8-223c-4a16-a78a-e917625c9c64 part 19 1:M 28 Aug 2025 03:14:10.351 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-04960999:396a31e8-223c-4a16-a78a-e917625c9c64 part 19 1:M 28 Aug 2025 03:14:10.603 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:21.326 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-78954009:ctest-vn2_metadata-19214644 part 24 1:M 28 Aug 2025 03:14:33.334 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:36.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:36.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:36.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:37.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:37.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:37.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:14:40.466 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-78954009:ctest-vn-66578684 part 27 1:M 28 Aug 2025 03:14:40.506 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-78954009:ctest-vn-66578684 part 27 1:M 28 Aug 2025 03:14:40.509 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-78954009:ctest-vn-66578684 part 27 1:M 28 Aug 2025 03:14:40.511 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-78954009:ctest-vn-66578684 part 27 1:M 28 Aug 2025 03:14:40.603 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:03.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:06.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:06.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:06.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:07.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:07.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:07.139 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:10.603 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:20.631 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-78954009:ctest-vn-83070348 part 24 1:M 28 Aug 2025 03:15:33.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:36.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:36.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:36.795 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:37.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:37.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:37.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:15:40.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-78954009:ctest-vn-83070348 part 24 1:M 28 Aug 2025 03:15:40.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ec6b95f3-4aea-430d-b73f-1f565db6a589 part 10 1:M 28 Aug 2025 03:15:40.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ec6b95f3-4aea-430d-b73f-1f565db6a589 part 10 1:M 28 Aug 2025 03:15:40.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-78954009:fffd3ccb-15a5-40a3-b9fb-eef1c27c8452 part 19 1:M 28 Aug 2025 03:15:40.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-78954009:fffd3ccb-15a5-40a3-b9fb-eef1c27c8452 part 19 1:M 28 Aug 2025 03:15:40.356 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-78954009:fffd3ccb-15a5-40a3-b9fb-eef1c27c8452 part 19 1:M 28 Aug 2025 03:15:40.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:03.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:06.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:06.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:06.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:07.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:07.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:07.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:10.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:33.335 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:36.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:36.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:36.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:37.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:37.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:37.140 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:16:40.604 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:03.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:06.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:06.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:06.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:07.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:07.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:07.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:10.605 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:33.336 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:36.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:36.241 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:36.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:37.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:37.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:37.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:17:40.605 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:03.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:06.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:06.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:06.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:07.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:07.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:07.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:10.605 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:33.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:36.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:36.242 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:36.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:37.015 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:37.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:37.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:18:40.605 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:03.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:06.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:06.242 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:06.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:07.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:07.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:07.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:10.605 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:33.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:36.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:36.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:36.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:37.012 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:37.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:37.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:40.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fd6b13f1-834b-4c7b-9bd7-a887b71b2a36 part 5 1:M 28 Aug 2025 03:19:40.351 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fd6b13f1-834b-4c7b-9bd7-a887b71b2a36 part 5 1:M 28 Aug 2025 03:19:40.357 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:37a61727-b17a-47e2-a22b-ef650de36fea part 15 1:M 28 Aug 2025 03:19:40.357 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:37a61727-b17a-47e2-a22b-ef650de36fea part 15 1:M 28 Aug 2025 03:19:40.357 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:37a61727-b17a-47e2-a22b-ef650de36fea part 15 1:M 28 Aug 2025 03:19:40.605 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:19:49.551 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:ctest-vn-41659169 part 23 1:M 28 Aug 2025 03:19:49.610 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:ctest-vn-41659169 part 23 1:M 28 Aug 2025 03:19:49.612 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:ctest-vn-41659169 part 23 1:M 28 Aug 2025 03:19:49.614 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:ctest-vn-41659169 part 23 1:M 28 Aug 2025 03:20:03.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:06.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:06.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:06.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:07.012 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:07.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:07.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:10.348 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:ctest-vn-41659169 part 23 1:M 28 Aug 2025 03:20:10.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e0c9778d-b93d-4158-920c-fa79878b68e5 part 6 1:M 28 Aug 2025 03:20:10.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e0c9778d-b93d-4158-920c-fa79878b68e5 part 6 1:M 28 Aug 2025 03:20:10.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:1d8f51b2-16b4-46b3-b432-0350266224b7 part 16 1:M 28 Aug 2025 03:20:10.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:1d8f51b2-16b4-46b3-b432-0350266224b7 part 16 1:M 28 Aug 2025 03:20:10.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-DisablePolicyEcmpIpv6-86968472:1d8f51b2-16b4-46b3-b432-0350266224b7 part 16 1:M 28 Aug 2025 03:20:10.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:33.338 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:36.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:36.243 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:36.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:37.013 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:37.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:37.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:20:40.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:03.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:06.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:06.244 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:06.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:07.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:07.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:07.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:10.607 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:33.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:36.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:36.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:36.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:37.013 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:37.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:37.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:21:40.606 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:03.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:06.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:06.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:06.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:07.017 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:07.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:07.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:10.607 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:33.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:36.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:36.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:36.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:37.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:37.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:37.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:22:40.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:03.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:06.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:06.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:06.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:07.015 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:07.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:07.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:10.613 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:33.340 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:36.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:36.245 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:36.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:37.017 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:37.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:37.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:23:40.608 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:03.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:06.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:06.246 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:06.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:07.015 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:07.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:07.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:10.609 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:33.341 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:36.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:36.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:36.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:37.016 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:37.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:37.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:24:40.268 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-34063419:ctest-vn-81840236 part 20 1:M 28 Aug 2025 03:24:40.310 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-34063419:ctest-vn-81840236 part 20 1:M 28 Aug 2025 03:24:40.312 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-34063419:ctest-vn-81840236 part 20 1:M 28 Aug 2025 03:24:40.316 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-34063419:ctest-vn-81840236 part 20 1:M 28 Aug 2025 03:24:40.349 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-34063419:ctest-vn-81840236 part 20 1:M 28 Aug 2025 03:24:40.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4e0ea631-b759-45cb-becc-1fdd12a11152 part 9 1:M 28 Aug 2025 03:24:40.350 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4e0ea631-b759-45cb-becc-1fdd12a11152 part 9 1:M 28 Aug 2025 03:24:40.351 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-34063419:d14806d9-e655-4b59-a5c2-c15f1664f8be part 12 1:M 28 Aug 2025 03:24:40.351 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-34063419:d14806d9-e655-4b59-a5c2-c15f1664f8be part 12 1:M 28 Aug 2025 03:24:40.351 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggr-34063419:d14806d9-e655-4b59-a5c2-c15f1664f8be part 12 1:M 28 Aug 2025 03:24:40.609 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:03.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:06.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:06.247 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:06.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:07.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:07.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:07.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:10.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:33.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:36.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:36.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:36.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:37.020 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:37.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:37.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:40.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:25:45.677 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-27899685:ctest-random-20457151 part 24 1:M 28 Aug 2025 03:25:45.679 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-27899685:ctest-random-20457151 part 24 1:M 28 Aug 2025 03:25:45.682 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-27899685:ctest-random-20457151 part 24 1:M 28 Aug 2025 03:25:45.928 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutes-27899685:ctest-random-20457151 part 24 1:M 28 Aug 2025 03:26:03.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:06.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:06.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:06.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:07.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:07.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:07.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:10.351 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutes-27899685:ctest-random-20457151 part 24 1:M 28 Aug 2025 03:26:10.354 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e66c5812-afe3-4075-8657-a7f201d6a5e3 part 7 1:M 28 Aug 2025 03:26:10.354 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:e66c5812-afe3-4075-8657-a7f201d6a5e3 part 7 1:M 28 Aug 2025 03:26:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-27899685:ctest-vmi-56187169 part 13 1:M 28 Aug 2025 03:26:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-27899685:ctest-vmi-56187169 part 13 1:M 28 Aug 2025 03:26:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutes-27899685:ctest-vmi-56187169 part 13 1:M 28 Aug 2025 03:26:10.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:33.342 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:36.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:36.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:36.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:37.020 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:37.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:37.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:26:40.611 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:03.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:06.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:06.248 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:06.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:07.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:07.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:07.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:10.611 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:33.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:36.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:36.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:36.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:37.020 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:37.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:37.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:27:40.611 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:03.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:06.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:06.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:06.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:07.020 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:07.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:07.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:10.612 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:20.863 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-33590246 part 23 1:M 28 Aug 2025 03:28:20.911 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-33590246 part 23 1:M 28 Aug 2025 03:28:20.911 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-33590246 part 23 1:M 28 Aug 2025 03:28:20.911 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-33590246 part 23 1:M 28 Aug 2025 03:28:21.053 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-64022362 part 20 1:M 28 Aug 2025 03:28:21.097 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-64022362 part 20 1:M 28 Aug 2025 03:28:21.097 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-64022362 part 20 1:M 28 Aug 2025 03:28:21.097 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-64022362 part 20 1:M 28 Aug 2025 03:28:21.200 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-61501264 part 28 1:M 28 Aug 2025 03:28:21.253 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-61501264 part 28 1:M 28 Aug 2025 03:28:21.253 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-61501264 part 28 1:M 28 Aug 2025 03:28:21.262 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-61501264 part 28 1:M 28 Aug 2025 03:28:33.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:36.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:36.249 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:36.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:37.021 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:37.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:37.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:28:40.352 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-33590246 part 23 1:M 28 Aug 2025 03:28:40.353 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-44347869:ctest-vn-61501264 part 28 1:M 28 Aug 2025 03:28:40.354 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:bc7fdd3b-db27-4ddd-b310-ab817a63a0f6 part 7 1:M 28 Aug 2025 03:28:40.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:bc7fdd3b-db27-4ddd-b310-ab817a63a0f6 part 7 1:M 28 Aug 2025 03:28:40.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-44347869:afa2b19f-09b4-4a5f-83f1-37b5481ecb88 part 13 1:M 28 Aug 2025 03:28:40.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-44347869:afa2b19f-09b4-4a5f-83f1-37b5481ecb88 part 13 1:M 28 Aug 2025 03:28:40.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSubInterfaces-44347869:afa2b19f-09b4-4a5f-83f1-37b5481ecb88 part 13 1:M 28 Aug 2025 03:28:40.612 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:03.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:06.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:06.250 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:06.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:07.022 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:07.070 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:07.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:10.612 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:33.344 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:36.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:36.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:36.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:37.022 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:37.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:37.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:29:40.612 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:03.345 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:06.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:06.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:06.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:07.024 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:07.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:07.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:10.612 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:33.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:36.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:36.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:36.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:37.022 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:37.070 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:37.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:30:40.612 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:03.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:06.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:06.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:06.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:07.023 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:07.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:07.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:08.013 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-81911501:ctest-vn-18257988 part 26 1:M 28 Aug 2025 03:31:08.056 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-81911501:ctest-vn-18257988 part 26 1:M 28 Aug 2025 03:31:08.057 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-81911501:ctest-vn-18257988 part 26 1:M 28 Aug 2025 03:31:08.059 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-81911501:ctest-vn-18257988 part 26 1:M 28 Aug 2025 03:31:10.613 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:33.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:36.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:36.251 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:36.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:37.023 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:37.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:37.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:31:40.614 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:03.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:06.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:06.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:06.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:07.024 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:07.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:07.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:10.614 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:33.346 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:36.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:36.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:36.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:37.023 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:37.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:37.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:40.614 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:32:52.083 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestvifStats-01288480:ctest-vn-89233702 part 29 1:M 28 Aug 2025 03:32:52.139 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-01288480:ctest-vn-89233702 part 29 1:M 28 Aug 2025 03:32:52.139 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-01288480:ctest-vn-89233702 part 29 1:M 28 Aug 2025 03:32:52.139 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-01288480:ctest-vn-89233702 part 29 1:M 28 Aug 2025 03:33:03.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:06.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:06.252 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:06.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:07.024 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:07.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:07.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:10.614 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:33.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:36.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:36.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:36.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:37.026 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:37.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:37.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:33:40.614 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:03.347 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:06.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:06.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:06.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:07.025 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:07.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:07.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:10.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:33.350 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:36.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:36.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:36.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:37.026 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:37.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:37.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:34:38.004 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-65692111:ctest-vn1-73405256 part 24 1:M 28 Aug 2025 03:34:38.057 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-65692111:ctest-vn1-73405256 part 24 1:M 28 Aug 2025 03:34:38.057 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-65692111:ctest-vn1-73405256 part 24 1:M 28 Aug 2025 03:34:38.057 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-65692111:ctest-vn1-73405256 part 24 1:M 28 Aug 2025 03:34:40.615 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:03.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:06.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:06.255 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:06.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:07.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:07.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:07.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:10.616 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:33.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:36.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:36.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:36.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:37.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:37.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:37.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:35:40.616 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:03.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:06.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:06.256 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:06.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:07.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:07.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:07.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:10.616 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:33.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:36.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:36.261 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:36.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:37.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:37.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:37.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:36:40.616 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:03.349 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:06.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:06.257 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:06.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:07.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:07.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:07.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:10.617 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:33.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:36.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:36.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:36.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:37.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:37.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:37.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:37:40.617 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:03.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:06.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:06.262 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:06.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:07.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:07.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:07.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:10.619 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:33.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:36.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:36.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:36.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:37.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:37.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:37.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:38:40.617 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:03.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:06.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:06.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:06.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:07.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:07.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:07.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:10.618 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:33.352 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:36.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:36.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:36.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:37.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:37.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:37.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:40.618 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:39:47.520 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-fip_vn-87931686 part 26 1:M 28 Aug 2025 03:39:47.572 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-fip_vn-87931686 part 26 1:M 28 Aug 2025 03:39:47.572 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-fip_vn-87931686 part 26 1:M 28 Aug 2025 03:39:47.572 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-fip_vn-87931686 part 26 1:M 28 Aug 2025 03:39:47.930 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn2-39675318 part 22 1:M 28 Aug 2025 03:39:47.973 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn2-39675318 part 22 1:M 28 Aug 2025 03:39:47.976 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn2-39675318 part 22 1:M 28 Aug 2025 03:39:47.977 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn2-39675318 part 22 1:M 28 Aug 2025 03:39:50.496 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn1-49973789 part 21 1:M 28 Aug 2025 03:39:50.552 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn1-49973789 part 21 1:M 28 Aug 2025 03:39:50.552 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn1-49973789 part 21 1:M 28 Aug 2025 03:39:50.555 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn1-49973789 part 21 1:M 28 Aug 2025 03:40:03.351 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:06.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:06.264 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:06.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:07.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:07.076 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:07.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:10.353 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-fip_vn-87931686 part 26 1:M 28 Aug 2025 03:40:10.354 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ctest-vn2-39675318 part 22 1:M 28 Aug 2025 03:40:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:88b0237f-4df2-497d-a589-9a68083b8a84 part 6 1:M 28 Aug 2025 03:40:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:88b0237f-4df2-497d-a589-9a68083b8a84 part 6 1:M 28 Aug 2025 03:40:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d9eaf99f-2c0f-4a0a-b5dd-2418d046f9b6 part 6 1:M 28 Aug 2025 03:40:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:d9eaf99f-2c0f-4a0a-b5dd-2418d046f9b6 part 6 1:M 28 Aug 2025 03:40:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ae86549b-61c1-44e0-a3a3-102062ec16eb part 14 1:M 28 Aug 2025 03:40:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ae86549b-61c1-44e0-a3a3-102062ec16eb part 14 1:M 28 Aug 2025 03:40:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:ae86549b-61c1-44e0-a3a3-102062ec16eb part 14 1:M 28 Aug 2025 03:40:10.356 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:fb9795ef-87df-41e4-bb29-231858330de4 part 18 1:M 28 Aug 2025 03:40:10.356 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:fb9795ef-87df-41e4-bb29-231858330de4 part 18 1:M 28 Aug 2025 03:40:10.356 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-AnalyticsTestSanityWithResource-87368848:fb9795ef-87df-41e4-bb29-231858330de4 part 18 1:M 28 Aug 2025 03:40:10.618 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:33.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:36.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:36.270 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:36.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:37.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:37.076 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:37.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:40:40.618 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:03.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:06.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:06.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:06.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:07.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:07.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:07.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:10.619 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:33.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:36.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:36.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:36.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:37.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:37.076 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:37.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:41:40.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:03.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:06.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:06.268 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:06.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:07.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:07.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:07.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:10.620 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:33.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:36.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:36.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:36.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:37.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:37.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:37.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:40.620 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:42:58.526 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:ctest-TestBGPaaSlocalAS-70735838-21247762 part 24 1:M 28 Aug 2025 03:42:58.526 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:ctest-TestBGPaaSlocalAS-70735838-21247762 part 24 1:M 28 Aug 2025 03:42:58.526 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:ctest-TestBGPaaSlocalAS-70735838-21247762 part 24 1:M 28 Aug 2025 03:42:58.527 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:ctest-TestBGPaaSlocalAS-70735838-21247762 part 24 1:M 28 Aug 2025 03:42:58.532 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:ctest-TestBGPaaSlocalAS-70735838-21247762 part 21 1:M 28 Aug 2025 03:42:58.532 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:ctest-TestBGPaaSlocalAS-70735838-21247762 part 21 1:M 28 Aug 2025 03:42:58.532 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966:ctest-bgpaas_vn-47520966:ctest-TestBGPaaSlocalAS-70735838-21247762 part 21 1:M 28 Aug 2025 03:43:00.818 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966 part 20 1:M 28 Aug 2025 03:43:00.892 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966 part 20 1:M 28 Aug 2025 03:43:00.896 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966 part 20 1:M 28 Aug 2025 03:43:00.896 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966 part 20 1:M 28 Aug 2025 03:43:03.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:06.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:06.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:06.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:07.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:07.077 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:07.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:10.354 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-70735838:ctest-bgpaas_vn-47520966 part 20 1:M 28 Aug 2025 03:43:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:dfaacdb8-a399-4703-983e-2f735b9144eb part 5 1:M 28 Aug 2025 03:43:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:dfaacdb8-a399-4703-983e-2f735b9144eb part 5 1:M 28 Aug 2025 03:43:10.355 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-70735838:f546af99-e643-48a5-8bbd-ffed870287bc part 15 1:M 28 Aug 2025 03:43:10.356 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-70735838:f546af99-e643-48a5-8bbd-ffed870287bc part 15 1:M 28 Aug 2025 03:43:10.356 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaaSlocalAS-70735838:f546af99-e643-48a5-8bbd-ffed870287bc part 15 1:M 28 Aug 2025 03:43:10.622 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:33.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:36.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:36.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:36.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:37.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:37.078 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:37.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:43:40.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:03.354 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:06.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:06.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:06.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:07.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:07.078 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:07.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:10.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:33.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:36.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:36.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:36.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:37.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:37.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:37.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:44:40.622 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:03.355 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:06.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:06.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:06.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:07.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:07.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:07.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:10.623 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:33.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:36.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:36.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:36.817 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:37.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:37.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:37.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:45:40.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:03.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:06.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:06.271 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:06.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:07.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:07.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:07.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:10.621 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:33.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:36.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:36.289 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:36.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:37.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:37.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:37.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:40.622 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:46:58.092 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 28 1:M 28 Aug 2025 03:46:58.093 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 28 1:M 28 Aug 2025 03:46:58.093 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 28 1:M 28 Aug 2025 03:46:58.093 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 21 1:M 28 Aug 2025 03:46:58.093 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 21 1:M 28 Aug 2025 03:46:58.093 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 21 1:M 28 Aug 2025 03:46:58.098 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 20 1:M 28 Aug 2025 03:46:58.099 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 20 1:M 28 Aug 2025 03:46:58.100 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:6735077f-208f-4799-9d4c-8d76e96d58b1 part 20 1:M 28 Aug 2025 03:46:58.190 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 24 1:M 28 Aug 2025 03:46:58.190 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 24 1:M 28 Aug 2025 03:46:58.190 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 24 1:M 28 Aug 2025 03:46:58.197 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 23 1:M 28 Aug 2025 03:46:58.198 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 23 1:M 28 Aug 2025 03:46:58.199 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 23 1:M 28 Aug 2025 03:46:58.199 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 26 1:M 28 Aug 2025 03:46:58.200 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 26 1:M 28 Aug 2025 03:46:58.201 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232:ctest-cnz_vn-78218232:213905f6-5226-457f-9ce9-21fb84eb1119 part 26 1:M 28 Aug 2025 03:47:00.550 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232 part 25 1:M 28 Aug 2025 03:47:00.634 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232 part 25 1:M 28 Aug 2025 03:47:00.634 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232 part 25 1:M 28 Aug 2025 03:47:00.641 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232 part 25 1:M 28 Aug 2025 03:47:03.356 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:06.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:06.272 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:06.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:07.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:07.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:07.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:10.356 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-78218232 part 25 1:M 28 Aug 2025 03:47:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f7fa26d1-5a50-486b-9842-9b2997b9727e part 6 1:M 28 Aug 2025 03:47:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f7fa26d1-5a50-486b-9842-9b2997b9727e part 6 1:M 28 Aug 2025 03:47:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:213905f6-5226-457f-9ce9-21fb84eb1119 part 16 1:M 28 Aug 2025 03:47:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:213905f6-5226-457f-9ce9-21fb84eb1119 part 16 1:M 28 Aug 2025 03:47:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:213905f6-5226-457f-9ce9-21fb84eb1119 part 16 1:M 28 Aug 2025 03:47:10.623 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:33.357 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:36.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:36.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:36.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:37.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:37.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:37.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:47:40.626 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:03.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:06.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:06.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:06.817 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:07.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:07.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:07.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:10.629 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:33.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:36.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:36.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:36.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:37.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:37.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:37.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:48:40.628 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:03.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:06.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:06.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:06.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:07.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:07.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:07.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:10.629 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:33.358 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:36.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:36.275 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:36.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:37.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:37.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:37.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:40.629 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:49:42.641 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 22 1:M 28 Aug 2025 03:49:42.642 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 22 1:M 28 Aug 2025 03:49:42.642 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 23 1:M 28 Aug 2025 03:49:42.643 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 22 1:M 28 Aug 2025 03:49:42.643 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 23 1:M 28 Aug 2025 03:49:42.643 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 24 1:M 28 Aug 2025 03:49:42.643 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 23 1:M 28 Aug 2025 03:49:42.643 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 24 1:M 28 Aug 2025 03:49:42.643 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:6796716f-2113-453e-b199-ef105116e956 part 24 1:M 28 Aug 2025 03:49:42.822 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 24 1:M 28 Aug 2025 03:49:42.824 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 24 1:M 28 Aug 2025 03:49:42.829 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-2:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 24 1:M 28 Aug 2025 03:49:42.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 27 1:M 28 Aug 2025 03:49:42.833 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 27 1:M 28 Aug 2025 03:49:42.833 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-3:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 27 1:M 28 Aug 2025 03:49:42.833 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 25 1:M 28 Aug 2025 03:49:42.833 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 25 1:M 28 Aug 2025 03:49:42.834 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:cn-jenkins-deploy-platform-ansible-os-3956-1:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371:ctest-cnz_vn-11580371:ac632f51-d4eb-45a7-abae-3599a701efe9 part 25 1:M 28 Aug 2025 03:49:45.709 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371 part 22 1:M 28 Aug 2025 03:49:45.792 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371 part 22 1:M 28 Aug 2025 03:49:45.793 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371 part 22 1:M 28 Aug 2025 03:49:45.793 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371 part 22 1:M 28 Aug 2025 03:50:03.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:06.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:06.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:06.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:07.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:07.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:07.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:10.357 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-78530566:ctest-cnz_vn-11580371 part 22 1:M 28 Aug 2025 03:50:10.358 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4fa5f37b-e975-4728-8513-4394f5b21771 part 6 1:M 28 Aug 2025 03:50:10.358 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:4fa5f37b-e975-4728-8513-4394f5b21771 part 6 1:M 28 Aug 2025 03:50:10.358 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b2ddca12-e6a5-4e75-99c3-6d12327c575e part 4 1:M 28 Aug 2025 03:50:10.358 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b2ddca12-e6a5-4e75-99c3-6d12327c575e part 4 1:M 28 Aug 2025 03:50:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:5e9510ce-da70-4dc6-a6b9-7ad70a4ea1f0 part 12 1:M 28 Aug 2025 03:50:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:5e9510ce-da70-4dc6-a6b9-7ad70a4ea1f0 part 12 1:M 28 Aug 2025 03:50:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:5e9510ce-da70-4dc6-a6b9-7ad70a4ea1f0 part 12 1:M 28 Aug 2025 03:50:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:ac632f51-d4eb-45a7-abae-3599a701efe9 part 15 1:M 28 Aug 2025 03:50:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:ac632f51-d4eb-45a7-abae-3599a701efe9 part 15 1:M 28 Aug 2025 03:50:10.360 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBGPaasZone-78530566:ac632f51-d4eb-45a7-abae-3599a701efe9 part 15 1:M 28 Aug 2025 03:50:10.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:33.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:36.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:36.274 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:36.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:37.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:37.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:37.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:50:40.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:03.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:06.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:06.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:06.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:07.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:07.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:07.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:10.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:33.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:36.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:36.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:36.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:37.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:37.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:37.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:51:40.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:03.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:06.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:06.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:06.820 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:07.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:07.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:07.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:10.632 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:19.704 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:10.20.0.193 part 27 1:M 28 Aug 2025 03:52:19.704 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:10.20.0.193 part 26 1:M 28 Aug 2025 03:52:19.704 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:10.20.0.193 part 26 1:M 28 Aug 2025 03:52:19.705 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:10.20.0.193 part 27 1:M 28 Aug 2025 03:52:28.621 * DelRequest for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 1:M 28 Aug 2025 03:52:28.621 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent 1:M 28 Aug 2025 03:52:28.621 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:UveVirtualMachineAgent [#1] 1:M 28 Aug 2025 03:52:28.621 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 28 Aug 2025 03:52:28.621 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#2] 1:M 28 Aug 2025 03:52:28.621 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 28 Aug 2025 03:52:28.621 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 28 Aug 2025 03:52:28.621 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats 1:M 28 Aug 2025 03:52:28.621 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VirtualMachineStats [#1] 1:M 28 Aug 2025 03:52:28.621 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 28 Aug 2025 03:52:28.621 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 28 Aug 2025 03:52:28.621 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 28 Aug 2025 03:52:28.621 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 28 Aug 2025 03:52:28.621 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 28 Aug 2025 03:52:28.621 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#3] 1:M 28 Aug 2025 03:52:28.621 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VMIStats 1:M 28 Aug 2025 03:52:28.621 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VMIStats [#2] 1:M 28 Aug 2025 03:52:28.622 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 28 Aug 2025 03:52:28.622 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 28 Aug 2025 03:52:28.622 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VMITags 1:M 28 Aug 2025 03:52:28.622 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VMITags [#2] 1:M 28 Aug 2025 03:52:28.622 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 28 Aug 2025 03:52:28.622 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 28 Aug 2025 03:52:28.622 * Read UVES:an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 28 Aug 2025 03:52:28.622 * Delete an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 28 Aug 2025 03:52:28.622 * Remove an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 28 Aug 2025 03:52:28.622 * Delete Request for an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0 successful 1:M 28 Aug 2025 03:52:28.626 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:10.20.0.192 part 25 1:M 28 Aug 2025 03:52:28.627 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:10.20.0.192 part 28 1:M 28 Aug 2025 03:52:28.628 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:10.20.0.192 part 25 1:M 28 Aug 2025 03:52:28.629 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:10.20.0.192 part 28 1:M 28 Aug 2025 03:52:33.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:36.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:36.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:36.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:37.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:37.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:52:37.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:03.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:06.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:06.277 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:06.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:07.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:07.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:07.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:33.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:36.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:36.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:36.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:37.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:37.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:53:37.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:03.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:06.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:06.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:06.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:07.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:07.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:07.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:23.766 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1 part 21 1:M 28 Aug 2025 03:54:23.808 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1 part 21 1:M 28 Aug 2025 03:54:23.809 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1 part 21 1:M 28 Aug 2025 03:54:23.810 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1 part 21 1:M 28 Aug 2025 03:54:33.362 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:36.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:36.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:36.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:37.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:37.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:54:37.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:03.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:06.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:06.287 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:06.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:07.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:07.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:07.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:24.022 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:vn2 part 20 1:M 28 Aug 2025 03:55:24.192 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:vn1 part 29 1:M 28 Aug 2025 03:55:26.935 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6dn part 23 1:M 28 Aug 2025 03:55:27.104 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6sr part 22 1:M 28 Aug 2025 03:55:33.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:36.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:36.279 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:36.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:37.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:37.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:55:37.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:03.363 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:06.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:06.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:06.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:07.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:07.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:07.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:09.523 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:vn2 part 20 1:M 28 Aug 2025 03:56:09.687 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:vn1 part 29 1:M 28 Aug 2025 03:56:12.475 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6dn part 23 1:M 28 Aug 2025 03:56:12.529 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6dn part 23 1:M 28 Aug 2025 03:56:12.529 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6dn part 23 1:M 28 Aug 2025 03:56:12.529 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6dn part 23 1:M 28 Aug 2025 03:56:12.680 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6sr part 22 1:M 28 Aug 2025 03:56:12.728 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6sr part 22 1:M 28 Aug 2025 03:56:12.728 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6sr part 22 1:M 28 Aug 2025 03:56:12.732 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-60291949:test_vnv6sr part 22 1:M 28 Aug 2025 03:56:33.364 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:36.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:36.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:36.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:37.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:37.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:56:37.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:03.308 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbac-73513667:ctest-TestRbac-73513667-88203537 part 29 1:M 28 Aug 2025 03:57:03.354 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-73513667:ctest-TestRbac-73513667-88203537 part 29 1:M 28 Aug 2025 03:57:03.356 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-73513667:ctest-TestRbac-73513667-88203537 part 29 1:M 28 Aug 2025 03:57:03.357 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-73513667:ctest-TestRbac-73513667-88203537 part 29 1:M 28 Aug 2025 03:57:03.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:06.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:06.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:06.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:07.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:07.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:07.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:21.515 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-79999589:ctest-TestRbacBasic-79999589-39271626 part 21 1:M 28 Aug 2025 03:57:22.177 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-39010163:ctest-TestRbacBasic-39010163-22082229 part 26 1:M 28 Aug 2025 03:57:33.365 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:36.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:36.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:36.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:37.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:37.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:37.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:57:37.339 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-75815382:ctest-TestRbacBasic-75815382-35149646 part 27 1:M 28 Aug 2025 03:57:37.388 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-75815382:ctest-TestRbacBasic-75815382-35149646 part 27 1:M 28 Aug 2025 03:57:37.391 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-75815382:ctest-TestRbacBasic-75815382-35149646 part 27 1:M 28 Aug 2025 03:57:37.400 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-75815382:ctest-TestRbacBasic-75815382-35149646 part 27 1:M 28 Aug 2025 03:58:03.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:06.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:06.281 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:06.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:07.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:07.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:07.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:24.707 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-75815382:ctest-TestRbacBasic-75815382-12082245 part 27 1:M 28 Aug 2025 03:58:25.375 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-75815382:ctest-TestRbacBasic-75815382-53069808 part 26 1:M 28 Aug 2025 03:58:33.365 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:36.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:36.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:36.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:37.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:37.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:58:37.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:03.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:06.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:06.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:06.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:07.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:07.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:07.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:33.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:36.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:36.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:36.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:37.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:37.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 03:59:37.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:03.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:06.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:06.282 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:06.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:07.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:07.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:07.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:32.676 * DelRequest for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 1:M 28 Aug 2025 04:00:32.676 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:PeerFlapData 1:M 28 Aug 2025 04:00:32.676 * Delete cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:PeerFlapData [#2] 1:M 28 Aug 2025 04:00:32.676 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:BgpPeerInfoData 1:M 28 Aug 2025 04:00:32.676 * Delete cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 28 Aug 2025 04:00:32.676 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:RoutingInstanceStatsData 1:M 28 Aug 2025 04:00:32.676 * Delete cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:RoutingInstanceStatsData [#6] 1:M 28 Aug 2025 04:00:32.676 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:BgpRouterState 1:M 28 Aug 2025 04:00:32.676 * Delete cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:BgpRouterState [#1] 1:M 28 Aug 2025 04:00:32.677 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:XmppPeerInfoData 1:M 28 Aug 2025 04:00:32.677 * Delete cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:XmppPeerInfoData [#1] 1:M 28 Aug 2025 04:00:32.677 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:ModuleClientState 1:M 28 Aug 2025 04:00:32.677 * Delete cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:ModuleClientState [#1] 1:M 28 Aug 2025 04:00:32.677 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:PeerStatsData 1:M 28 Aug 2025 04:00:32.677 * Delete cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:PeerStatsData [#3] 1:M 28 Aug 2025 04:00:32.677 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:NodeStatus 1:M 28 Aug 2025 04:00:32.677 * Delete cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0:NodeStatus [#1] 1:M 28 Aug 2025 04:00:32.677 * Remove cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 from NGENERATORS 1:M 28 Aug 2025 04:00:32.677 * Delete Request for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0 successful 1:M 28 Aug 2025 04:00:33.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:36.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:36.283 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:36.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:37.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:00:37.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:03.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:06.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:06.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:06.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:07.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:07.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:25.652 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-29522296 part 29 1:M 28 Aug 2025 04:01:25.704 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-29522296 part 29 1:M 28 Aug 2025 04:01:25.704 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-29522296 part 29 1:M 28 Aug 2025 04:01:33.367 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:36.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:36.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:36.830 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:37.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:01:37.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:03.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:06.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:06.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:06.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:07.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:07.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:33.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:36.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:36.284 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:36.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:37.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:37.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:52.257 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:10.20.0.193 part 29 1:M 28 Aug 2025 04:02:52.257 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:10.20.0.193 part 29 1:M 28 Aug 2025 04:02:56.272 * GetSeq for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 1:M 28 Aug 2025 04:02:56.272 * Add an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 28 Aug 2025 04:02:56.272 * GetSeq for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 done 1:M 28 Aug 2025 04:02:56.274 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:02:56.276 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:00.728 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:10.20.0.192 part 25 1:M 28 Aug 2025 04:03:00.729 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:10.20.0.192 part 25 1:M 28 Aug 2025 04:03:00.746 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:10.20.0.192 part 28 1:M 28 Aug 2025 04:03:00.746 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:10.20.0.192 part 28 1:M 28 Aug 2025 04:03:03.368 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:06.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:06.285 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:06.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:07.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:07.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:09.354 * DelRequest for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 1:M 28 Aug 2025 04:03:09.354 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:PeerFlapData 1:M 28 Aug 2025 04:03:09.354 * Delete cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:PeerFlapData [#2] 1:M 28 Aug 2025 04:03:09.354 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:BgpPeerInfoData 1:M 28 Aug 2025 04:03:09.354 * Delete cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 28 Aug 2025 04:03:09.354 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:RoutingInstanceStatsData 1:M 28 Aug 2025 04:03:09.354 * Delete cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:RoutingInstanceStatsData [#7] 1:M 28 Aug 2025 04:03:09.354 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:BgpRouterState 1:M 28 Aug 2025 04:03:09.354 * Delete cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:BgpRouterState [#1] 1:M 28 Aug 2025 04:03:09.354 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:XmppPeerInfoData 1:M 28 Aug 2025 04:03:09.354 * Delete cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:XmppPeerInfoData [#2] 1:M 28 Aug 2025 04:03:09.354 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:ModuleClientState 1:M 28 Aug 2025 04:03:09.354 * Delete cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:ModuleClientState [#1] 1:M 28 Aug 2025 04:03:09.354 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:PeerStatsData 1:M 28 Aug 2025 04:03:09.354 * Delete cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:PeerStatsData [#2] 1:M 28 Aug 2025 04:03:09.354 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:NodeStatus 1:M 28 Aug 2025 04:03:09.354 * Delete cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0:NodeStatus [#1] 1:M 28 Aug 2025 04:03:09.354 * Remove cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 from NGENERATORS 1:M 28 Aug 2025 04:03:09.354 * Delete Request for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0 successful 1:M 28 Aug 2025 04:03:15.159 * DelRequest for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 1:M 28 Aug 2025 04:03:15.159 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:PeerFlapData 1:M 28 Aug 2025 04:03:15.159 * Delete cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:PeerFlapData [#2] 1:M 28 Aug 2025 04:03:15.159 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:BgpPeerInfoData 1:M 28 Aug 2025 04:03:15.159 * Delete cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 28 Aug 2025 04:03:15.159 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:RoutingInstanceStatsData 1:M 28 Aug 2025 04:03:15.159 * Delete cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:RoutingInstanceStatsData [#7] 1:M 28 Aug 2025 04:03:15.159 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:BgpRouterState 1:M 28 Aug 2025 04:03:15.159 * Delete cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:BgpRouterState [#1] 1:M 28 Aug 2025 04:03:15.159 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:XmppPeerInfoData 1:M 28 Aug 2025 04:03:15.159 * Delete cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:XmppPeerInfoData [#0] 1:M 28 Aug 2025 04:03:15.159 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:ModuleClientState 1:M 28 Aug 2025 04:03:15.159 * Delete cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:ModuleClientState [#1] 1:M 28 Aug 2025 04:03:15.159 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:PeerStatsData 1:M 28 Aug 2025 04:03:15.159 * Delete cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:PeerStatsData [#2] 1:M 28 Aug 2025 04:03:15.159 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:NodeStatus 1:M 28 Aug 2025 04:03:15.159 * Delete cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0:NodeStatus [#1] 1:M 28 Aug 2025 04:03:15.159 * Remove cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 from NGENERATORS 1:M 28 Aug 2025 04:03:15.159 * Delete Request for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0 successful 1:M 28 Aug 2025 04:03:26.268 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:33.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:36.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:36.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:37.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:38.813 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 1:M 28 Aug 2025 04:03:38.813 * Add cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 to NGENERATORS 1:M 28 Aug 2025 04:03:38.813 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 done 1:M 28 Aug 2025 04:03:38.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:38.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:38.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:03:56.269 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:03.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:06.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:06.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:07.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:26.273 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:33.369 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:36.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:36.831 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:37.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:04:56.270 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:03.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:06.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:06.832 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:07.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:26.270 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:33.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:36.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:36.831 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:37.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:05:56.270 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:03.370 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:06.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:06.831 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:07.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:26.271 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:32.790 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-72692947:dd5b6ae0-4bc5-4ed4-8a7a-4e2a4b55eb26 part 18 1:M 28 Aug 2025 04:06:32.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:59270a49-a54d-4a1f-bdfc-5c1b4b0d51ec part 10 1:M 28 Aug 2025 04:06:33.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:35.084 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3956-2 1:M 28 Aug 2025 04:06:35.612 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-72692947:71fdb443-ebbc-461f-9e84-5f1d4ec2ada4 part 18 1:M 28 Aug 2025 04:06:35.641 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:de9f8549-f809-4a1e-ad57-10a1afb79178 part 10 1:M 28 Aug 2025 04:06:36.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:36.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:37.078 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3956-1.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3956-1 1:M 28 Aug 2025 04:06:37.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:de9f8549-f809-4a1e-ad57-10a1afb79178 part 10 1:M 28 Aug 2025 04:06:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:de9f8549-f809-4a1e-ad57-10a1afb79178 part 10 1:M 28 Aug 2025 04:06:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-72692947:71fdb443-ebbc-461f-9e84-5f1d4ec2ada4 part 18 1:M 28 Aug 2025 04:06:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-72692947:71fdb443-ebbc-461f-9e84-5f1d4ec2ada4 part 18 1:M 28 Aug 2025 04:06:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-72692947:71fdb443-ebbc-461f-9e84-5f1d4ec2ada4 part 18 1:M 28 Aug 2025 04:06:56.270 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:06:56.297 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn3-22907884 part 26 1:M 28 Aug 2025 04:06:56.304 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn3-22907884 part 26 1:M 28 Aug 2025 04:06:58.839 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn2-66914093 part 23 1:M 28 Aug 2025 04:06:58.843 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn2-66914093 part 23 1:M 28 Aug 2025 04:06:59.378 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-50579577 part 23 1:M 28 Aug 2025 04:06:59.382 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-50579577 part 23 1:M 28 Aug 2025 04:07:03.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:06.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:06.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:07.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:26.083 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-50579577 part 23 1:M 28 Aug 2025 04:07:26.084 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:671f96fc-5f83-440a-a0d9-515a24d69de6 part 6 1:M 28 Aug 2025 04:07:26.084 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:671f96fc-5f83-440a-a0d9-515a24d69de6 part 6 1:M 28 Aug 2025 04:07:26.084 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-72692947:7da36e55-9df6-4d92-9053-e2bb73444592 part 14 1:M 28 Aug 2025 04:07:26.084 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-72692947:7da36e55-9df6-4d92-9053-e2bb73444592 part 14 1:M 28 Aug 2025 04:07:26.085 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-72692947:7da36e55-9df6-4d92-9053-e2bb73444592 part 14 1:M 28 Aug 2025 04:07:26.270 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:33.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:36.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:36.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:37.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:07:39.249 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVN0-72692947 part 23 1:M 28 Aug 2025 04:07:56.271 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:03.371 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:06.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:06.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:07.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:26.270 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:27.719 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-11697689:45262604-51db-46c6-84e2-a924c74d2711 part 12 1:M 28 Aug 2025 04:08:27.750 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:f2296937-b757-42a3-bdcf-ae442dadab14 part 4 1:M 28 Aug 2025 04:08:33.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:36.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:36.622 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestDropStats-11697689:11ded609-b9e3-48e0-a6f8-624cf71b4d25 part 13 1:M 28 Aug 2025 04:08:36.666 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:ba1e0caf-7b40-433a-bce2-12b7f404b9c4 part 4 1:M 28 Aug 2025 04:08:36.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:37.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:56.083 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDropStats-11697689:ctest-vn-36513225 part 26 1:M 28 Aug 2025 04:08:56.085 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ba1e0caf-7b40-433a-bce2-12b7f404b9c4 part 4 1:M 28 Aug 2025 04:08:56.085 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:ba1e0caf-7b40-433a-bce2-12b7f404b9c4 part 4 1:M 28 Aug 2025 04:08:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-11697689:11ded609-b9e3-48e0-a6f8-624cf71b4d25 part 13 1:M 28 Aug 2025 04:08:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-11697689:11ded609-b9e3-48e0-a6f8-624cf71b4d25 part 13 1:M 28 Aug 2025 04:08:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-11697689:11ded609-b9e3-48e0-a6f8-624cf71b4d25 part 13 1:M 28 Aug 2025 04:08:56.273 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:08:57.170 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-11697689:ctest-vn-37501524 part 26 1:M 28 Aug 2025 04:08:57.176 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDropStats-11697689:ctest-vn-37501524 part 26 1:M 28 Aug 2025 04:08:57.343 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestDropStats-11697689:ctest-vn-36513225 part 26 1:M 28 Aug 2025 04:08:57.343 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestDropStats-11697689:ctest-vn-36513225 part 26 1:M 28 Aug 2025 04:09:03.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:06.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:06.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:07.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:11.337 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestDropStats-11697689:default-application-policy-set part 20 1:M 28 Aug 2025 04:09:11.394 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestDropStats-11697689 part 29 1:M 28 Aug 2025 04:09:26.272 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:33.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:36.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:36.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:37.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:09:56.272 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:03.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:06.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:06.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:07.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:26.274 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:33.374 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:36.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:36.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:37.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:10:56.274 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:03.374 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:06.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:06.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:07.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:26.274 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:33.374 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:36.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:36.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:37.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:11:56.272 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:03.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:06.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:06.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:07.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:26.273 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:33.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:36.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:36.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:37.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:12:56.273 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:03.378 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:06.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:06.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:07.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:26.275 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:33.376 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:36.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:36.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:37.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:13:56.274 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:03.046 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vmi-13216883 part 14 1:M 28 Aug 2025 04:14:03.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:03.425 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:82d3b674-9188-4270-8d0b-c95d462a3410 part 12 1:M 28 Aug 2025 04:14:03.461 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:7ecf3e71-de4b-4248-a0d6-e8f2c7d2da09 part 5 1:M 28 Aug 2025 04:14:04.000 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:eb20235b-3965-4b80-9acd-232715bf840a part 13 1:M 28 Aug 2025 04:14:04.033 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:c0283490-48ee-4c0b-879e-a4c61b522b72 part 7 1:M 28 Aug 2025 04:14:05.364 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vn-43346470 part 29 1:M 28 Aug 2025 04:14:05.375 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vn-43346470 part 29 1:M 28 Aug 2025 04:14:05.780 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vn-26051929 part 22 1:M 28 Aug 2025 04:14:05.794 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vn-26051929 part 22 1:M 28 Aug 2025 04:14:06.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:06.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:07.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:12.347 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:default-application-policy-set part 29 1:M 28 Aug 2025 04:14:12.378 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361 part 22 1:M 28 Aug 2025 04:14:26.085 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vn-26051929 part 22 1:M 28 Aug 2025 04:14:26.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:72c8caec-77be-4813-bd09-9287af8fa085 part 10 1:M 28 Aug 2025 04:14:26.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:72c8caec-77be-4813-bd09-9287af8fa085 part 10 1:M 28 Aug 2025 04:14:26.087 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c0283490-48ee-4c0b-879e-a4c61b522b72 part 7 1:M 28 Aug 2025 04:14:26.088 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:c0283490-48ee-4c0b-879e-a4c61b522b72 part 7 1:M 28 Aug 2025 04:14:26.088 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vmi-13216883 part 14 1:M 28 Aug 2025 04:14:26.088 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vmi-13216883 part 14 1:M 28 Aug 2025 04:14:26.089 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:ctest-vmi-13216883 part 14 1:M 28 Aug 2025 04:14:26.089 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:eb20235b-3965-4b80-9acd-232715bf840a part 13 1:M 28 Aug 2025 04:14:26.089 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:eb20235b-3965-4b80-9acd-232715bf840a part 13 1:M 28 Aug 2025 04:14:26.089 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-57616361:eb20235b-3965-4b80-9acd-232715bf840a part 13 1:M 28 Aug 2025 04:14:26.275 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:33.378 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:36.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:36.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:37.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:14:56.275 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:03.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:06.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:06.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:07.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:26.274 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:33.383 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:36.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:36.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:37.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:15:56.274 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:03.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:06.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:06.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:07.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:26.276 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:33.382 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:36.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:36.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:37.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:16:56.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:03.378 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:06.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:06.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:07.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:26.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:33.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:36.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:36.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:37.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:49.743 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:22a78294-a0a9-4895-98d0-c03200391db7 part 16 1:M 28 Aug 2025 04:17:49.782 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:1bfeecb4-86cf-44fa-83b1-938eac99e507 part 9 1:M 28 Aug 2025 04:17:50.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:03b545e0-e567-4231-89a6-5c6e0049a722 part 14 1:M 28 Aug 2025 04:17:50.098 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:b35fd83b-e24b-4f7e-8c34-063decdefc01 part 7 1:M 28 Aug 2025 04:17:50.126 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:d3d260ae-5a39-4082-8be0-303c4f5a5196 part 15 1:M 28 Aug 2025 04:17:50.155 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVMTable:72ca6f24-07a8-4ef2-b09e-eff65f4c13ad part 11 1:M 28 Aug 2025 04:17:51.257 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-54573138:ctest-vn-03751932 part 24 1:M 28 Aug 2025 04:17:51.257 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-54573138:ctest-vn-03751932 part 24 1:M 28 Aug 2025 04:17:56.086 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-54573138:ctest-vn-03751932 part 24 1:M 28 Aug 2025 04:17:56.087 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:72ca6f24-07a8-4ef2-b09e-eff65f4c13ad part 11 1:M 28 Aug 2025 04:17:56.088 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:72ca6f24-07a8-4ef2-b09e-eff65f4c13ad part 11 1:M 28 Aug 2025 04:17:56.088 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b35fd83b-e24b-4f7e-8c34-063decdefc01 part 7 1:M 28 Aug 2025 04:17:56.088 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b35fd83b-e24b-4f7e-8c34-063decdefc01 part 7 1:M 28 Aug 2025 04:17:56.089 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:03b545e0-e567-4231-89a6-5c6e0049a722 part 14 1:M 28 Aug 2025 04:17:56.089 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:03b545e0-e567-4231-89a6-5c6e0049a722 part 14 1:M 28 Aug 2025 04:17:56.091 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:03b545e0-e567-4231-89a6-5c6e0049a722 part 14 1:M 28 Aug 2025 04:17:56.091 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:d3d260ae-5a39-4082-8be0-303c4f5a5196 part 15 1:M 28 Aug 2025 04:17:56.098 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:d3d260ae-5a39-4082-8be0-303c4f5a5196 part 15 1:M 28 Aug 2025 04:17:56.098 * DelUVE on an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-54573138:d3d260ae-5a39-4082-8be0-303c4f5a5196 part 15 1:M 28 Aug 2025 04:17:56.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:17:56.478 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FatFlowSerialIpv6-54573138:default-application-policy-set part 21 1:M 28 Aug 2025 04:17:56.513 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FatFlowSerialIpv6-54573138 part 20 1:M 28 Aug 2025 04:18:03.380 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:06.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:06.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:07.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:12.950 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestXmpptests-94495928:default-application-policy-set part 25 1:M 28 Aug 2025 04:18:12.986 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestXmpptests-94495928 part 26 1:M 28 Aug 2025 04:18:26.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:33.379 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:36.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:36.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:37.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:18:56.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:03.382 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:06.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:06.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:07.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:26.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:33.380 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:36.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:36.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:37.102 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:19:56.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:20:03.382 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:20:06.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:20:06.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 28 Aug 2025 04:20:07.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info