++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/redis ++ CONTAINER_LOG_DIR=/var/log/contrail/redis ++ mkdir -p /var/log/contrail/redis ++ log_file=/var/log/contrail/redis/console.log ++ touch /var/log/contrail/redis/console.log ++ chmod 600 /var/log/contrail/redis/console.log ++ exec +++ tee -a /var/log/contrail/redis/console.log +++ date ++ echo 'INFO: =================== Mon Aug 18 02:04:10 UTC 2025 ===================' INFO: =================== Mon Aug 18 02:04:10 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ 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.27,10.0.0.38,10.0.0.19 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.38,10.0.0.19 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.38,10.0.0.19 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.38,10.0.0.19 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.38:8081 10.0.0.19:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.38:8081 10.0.0.19:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.38:8081 10.0.0.19: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.38:9042 10.0.0.19:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.38:9042 10.0.0.19:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.38:9042 10.0.0.19:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.38,10.0.0.19 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.38:8086 10.0.0.19:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.38:8086 10.0.0.19:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.38:8086 10.0.0.19: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.27,10.0.0.38,10.0.0.19 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.38,10.0.0.19 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.38:8082 10.0.0.19:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.38:8082 10.0.0.19:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.38:8082 10.0.0.19: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.38:9161 10.0.0.19:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.38:9161 10.0.0.19:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.38:9161 10.0.0.19: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.38:9041 10.0.0.19:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.38:9041 10.0.0.19:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.38:9041 10.0.0.19: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.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.38,10.0.0.19 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.38:2181,10.0.0.19:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.38:2181,10.0.0.19:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.38:2181,10.0.0.19: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.38:2181 10.0.0.19:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.38:2181 10.0.0.19:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.38:2181 10.0.0.19:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.38,10.0.0.19 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.38:5673,10.0.0.19:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.38:5673,10.0.0.19:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.38:5673,10.0.0.19: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.38:6379 10.0.0.19:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.38:6379 10.0.0.19:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.38:6379 10.0.0.19: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.27,10.0.0.38,10.0.0.19 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.38:9092 10.0.0.19:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.38:9092 10.0.0.19:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.38:9092 10.0.0.19: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.27 ++ 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.27,10.0.0.38,10.0.0.19 ++ 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.27,10.0.0.38,10.0.0.19 ++ 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.27,10.0.0.38,10.0.0.19,10.0.0.27,10.0.0.38,10.0.0.19 + [[ -z '' ]] + [[ -n 10.0.0.27,10.0.0.38,10.0.0.19,10.0.0.27,10.0.0.38,10.0.0.19 ]] + 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.27,10.0.0.38,10.0.0.19,10.0.0.27,10.0.0.38,10.0.0.19 ++ local servers=10.0.0.27,10.0.0.38,10.0.0.19,10.0.0.27,10.0.0.38,10.0.0.19 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ awk '/32 host/ { print f } {f=$2}' +++ sort +++ grep -vi host +++ uniq ++ local local_ips=,10.0.0.19,10.20.0.129,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.27'\''))' ++ local server_ip=10.0.0.27 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.27 ]] ++ [[ ,10.0.0.19,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] ++ (( 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.19,10.20.0.129,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.19'\''))' ++ local server_ip=10.0.0.19 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.19 ]] ++ [[ ,10.0.0.19,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] ++ echo 10.0.0.19 3 ++ return + my_ip_and_order='10.0.0.19 3' + '[' -n '10.0.0.19 3' ']' + break ++ echo 10.0.0.19 3 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.19 + '[' -n 10.0.0.19 ']' + REDIS_LISTEN_ADDRESS=10.0.0.19 + 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.19 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.19 ']' + redis_opts+=' 10.0.0.19' + '[' -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.19 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.19 --port 6379 ++ id -u redis + CONTRAIL_UID=999 ++ id -g redis + CONTRAIL_GID=998 + find . '!' -user redis -exec chown redis '{}' + + do_run_service redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.19 --port 6379 + [[ -n 999 ]] + [[ -n 998 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 999 + local user_name=redis + export HOME=/home/redis + HOME=/home/redis + mkdir -p /home/redis + chown -R 999:998 /home/redis + exec setpriv --reuid 999 --regid 998 --clear-groups --no-new-privs redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.19 --port 6379 1:C 18 Aug 2025 02:04:10.213 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 18 Aug 2025 02:04:10.213 # Redis version=6.0.15, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 18 Aug 2025 02:04:10.213 # Configuration loaded 1:M 18 Aug 2025 02:04:10.215 * Running mode=standalone, port=6379. 1:M 18 Aug 2025 02:04:10.215 # Server initialized 1:M 18 Aug 2025 02:04:10.215 # 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 18 Aug 2025 02:04:10.215 * Ready to accept connections 1:M 18 Aug 2025 02:08:22.767 * WARNING: Flushing Redis UVE DB 1:M 18 Aug 2025 02:08:22.767 * WARNING: Flushing Redis UVE DB done 1:M 18 Aug 2025 02:08:22.768 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 1:M 18 Aug 2025 02:08:22.768 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.768 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 done 1:M 18 Aug 2025 02:08:22.770 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 1:M 18 Aug 2025 02:08:22.770 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.770 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 done 1:M 18 Aug 2025 02:08:22.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.773 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 1:M 18 Aug 2025 02:08:22.773 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.773 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 done 1:M 18 Aug 2025 02:08:22.774 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 1:M 18 Aug 2025 02:08:22.774 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.774 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 done 1:M 18 Aug 2025 02:08:22.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.778 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 1:M 18 Aug 2025 02:08:22.778 * Add cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.778 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 done 1:M 18 Aug 2025 02:08:22.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.782 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 1:M 18 Aug 2025 02:08:22.782 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.782 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 18 Aug 2025 02:08:22.784 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 1:M 18 Aug 2025 02:08:22.784 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.784 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 done 1:M 18 Aug 2025 02:08:22.785 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 1:M 18 Aug 2025 02:08:22.785 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.785 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 18 Aug 2025 02:08:22.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.793 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 1:M 18 Aug 2025 02:08:22.793 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.793 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 18 Aug 2025 02:08:22.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.795 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 1:M 18 Aug 2025 02:08:22.795 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.795 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 done 1:M 18 Aug 2025 02:08:22.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.796 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 1:M 18 Aug 2025 02:08:22.796 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 18 Aug 2025 02:08:22.796 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 done 1:M 18 Aug 2025 02:08:22.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.798 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 1:M 18 Aug 2025 02:08:22.798 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 18 Aug 2025 02:08:22.798 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 done 1:M 18 Aug 2025 02:08:22.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:22.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:25.846 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 1:M 18 Aug 2025 02:08:25.846 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 to NGENERATORS 1:M 18 Aug 2025 02:08:25.846 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 done 1:M 18 Aug 2025 02:08:25.847 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:25.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:25.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:26.244 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 1:M 18 Aug 2025 02:08:26.244 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 18 Aug 2025 02:08:26.244 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 done 1:M 18 Aug 2025 02:08:26.254 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:26.264 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 1:M 18 Aug 2025 02:08:26.264 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 18 Aug 2025 02:08:26.264 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 done 1:M 18 Aug 2025 02:08:26.267 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:26.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:26.273 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:26.276 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:26.278 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:27.524 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 1:M 18 Aug 2025 02:08:27.524 * Add cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 to NGENERATORS 1:M 18 Aug 2025 02:08:27.524 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 done 1:M 18 Aug 2025 02:08:27.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:27.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:28.166 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 1:M 18 Aug 2025 02:08:28.166 * Add cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 to NGENERATORS 1:M 18 Aug 2025 02:08:28.166 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 done 1:M 18 Aug 2025 02:08:28.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:28.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:28.443 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 1:M 18 Aug 2025 02:08:28.443 * Add cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 to NGENERATORS 1:M 18 Aug 2025 02:08:28.443 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 done 1:M 18 Aug 2025 02:08:28.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:28.454 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:28.638 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 1:M 18 Aug 2025 02:08:28.638 * Add cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 to NGENERATORS 1:M 18 Aug 2025 02:08:28.638 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 done 1:M 18 Aug 2025 02:08:28.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:28.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:28.724 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 1:M 18 Aug 2025 02:08:28.724 * Add cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 to NGENERATORS 1:M 18 Aug 2025 02:08:28.725 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 done 1:M 18 Aug 2025 02:08:28.742 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:28.754 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:29.769 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 1:M 18 Aug 2025 02:08:29.769 * Add cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 to NGENERATORS 1:M 18 Aug 2025 02:08:29.769 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 done 1:M 18 Aug 2025 02:08:29.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:29.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:30.073 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 18 Aug 2025 02:08:30.073 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:30.073 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 18 Aug 2025 02:08:30.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:30.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:30.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:30.943 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 18 Aug 2025 02:08:30.943 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:30.943 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 18 Aug 2025 02:08:30.946 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:31.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:31.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.767 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 1:M 18 Aug 2025 02:08:32.767 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.767 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.767 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 18 Aug 2025 02:08:32.767 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.767 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.767 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 1:M 18 Aug 2025 02:08:32.767 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.767 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.768 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 1:M 18 Aug 2025 02:08:32.768 * Add cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.768 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 done 1:M 18 Aug 2025 02:08:32.768 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 1:M 18 Aug 2025 02:08:32.768 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.768 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 done 1:M 18 Aug 2025 02:08:32.768 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 1:M 18 Aug 2025 02:08:32.768 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.768 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 done 1:M 18 Aug 2025 02:08:32.769 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 1:M 18 Aug 2025 02:08:32.769 * Add cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.769 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 done 1:M 18 Aug 2025 02:08:32.769 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 1:M 18 Aug 2025 02:08:32.769 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.769 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.769 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 1:M 18 Aug 2025 02:08:32.769 * Add cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.769 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 done 1:M 18 Aug 2025 02:08:32.770 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 1:M 18 Aug 2025 02:08:32.770 * Add cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.770 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 done 1:M 18 Aug 2025 02:08:32.770 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 1:M 18 Aug 2025 02:08:32.770 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.770 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 done 1:M 18 Aug 2025 02:08:32.770 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 1:M 18 Aug 2025 02:08:32.770 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.770 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 done 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 1:M 18 Aug 2025 02:08:32.771 * Add cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 1:M 18 Aug 2025 02:08:32.771 * Add cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 1:M 18 Aug 2025 02:08:32.771 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 done 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 1:M 18 Aug 2025 02:08:32.771 * Add cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 done 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 1:M 18 Aug 2025 02:08:32.771 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.771 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.772 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 18 Aug 2025 02:08:32.772 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.772 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.772 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 1:M 18 Aug 2025 02:08:32.772 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.772 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 done 1:M 18 Aug 2025 02:08:32.772 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 1:M 18 Aug 2025 02:08:32.772 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.772 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.772 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 1:M 18 Aug 2025 02:08:32.772 * Add cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.772 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 done 1:M 18 Aug 2025 02:08:32.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.787 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 1:M 18 Aug 2025 02:08:32.787 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:32.787 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 18 Aug 2025 02:08:32.787 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 1:M 18 Aug 2025 02:08:32.787 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 18 Aug 2025 02:08:32.787 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 done 1:M 18 Aug 2025 02:08:32.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.820 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:32.824 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:36.433 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 18 Aug 2025 02:08:36.433 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 18 Aug 2025 02:08:36.433 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 18 Aug 2025 02:08:36.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:36.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:36.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:37.580 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 18 Aug 2025 02:08:37.580 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 18 Aug 2025 02:08:37.580 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 18 Aug 2025 02:08:37.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:37.628 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:37.628 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:42.679 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 18 Aug 2025 02:08:42.679 * Add cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:08:42.679 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 18 Aug 2025 02:08:42.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:42.727 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:42.728 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:47.496 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 18 Aug 2025 02:08:47.496 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 18 Aug 2025 02:08:47.496 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 18 Aug 2025 02:08:47.498 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:47.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:47.503 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:47.547 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 1:M 18 Aug 2025 02:08:47.547 * Add cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 18 Aug 2025 02:08:47.547 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 done 1:M 18 Aug 2025 02:08:47.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:47.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:47.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:52.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:56.522 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:56.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:56.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:57.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:57.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:08:57.708 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:22.758 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:26.513 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:26.574 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:26.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:27.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:27.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:27.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:52.758 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:56.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:56.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:56.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:57.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:57.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:09:57.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:22.758 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:24.164 * GetSeq for an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 1:M 18 Aug 2025 02:10:24.164 * Add an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 18 Aug 2025 02:10:24.164 * GetSeq for an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 18 Aug 2025 02:10:24.164 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:24.169 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:24.169 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:25.748 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3870-1 1:M 18 Aug 2025 02:10:25.758 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3870-2 1:M 18 Aug 2025 02:10:26.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:26.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:26.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:27.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:27.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:27.710 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:52.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:56.525 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:56.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:56.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:57.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:57.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:10:57.711 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:22.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:26.515 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:26.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:26.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:27.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:27.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:27.710 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:52.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:56.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:56.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:56.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:57.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:57.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:11:57.711 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:22.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:26.514 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:26.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:26.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:27.156 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:27.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:27.712 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:52.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:56.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:56.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:56.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:57.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:57.638 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:12:57.715 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:22.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:26.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:26.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:26.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:27.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:27.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:27.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:52.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:56.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:56.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:56.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:57.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:57.638 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:13:57.718 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:22.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:26.517 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:26.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:26.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:27.157 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:27.638 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:27.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:52.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:56.501 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-left_ctest-TestECMPIPv6Fragments-76169428-84517310 part 22 1:M 18 Aug 2025 02:14:56.502 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-left_ctest-TestECMPIPv6Fragments-76169428-84517310 part 22 1:M 18 Aug 2025 02:14:56.507 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-left_ctest-TestECMPIPv6Fragments-76169428-84517310 part 22 1:M 18 Aug 2025 02:14:56.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:56.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:56.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:57.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:57.638 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:57.714 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:14:58.740 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-right_ctest-TestECMPIPv6Fragments-76169428-34831186 part 22 1:M 18 Aug 2025 02:14:58.741 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-right_ctest-TestECMPIPv6Fragments-76169428-34831186 part 22 1:M 18 Aug 2025 02:14:58.743 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-right_ctest-TestECMPIPv6Fragments-76169428-34831186 part 22 1:M 18 Aug 2025 02:14:58.897 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-mgmt_ctest-TestECMPIPv6Fragments-76169428-05254231 part 23 1:M 18 Aug 2025 02:14:58.899 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-mgmt_ctest-TestECMPIPv6Fragments-76169428-05254231 part 23 1:M 18 Aug 2025 02:14:58.903 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestECMPIPv6Fragments-76169428:ctest-mgmt_ctest-TestECMPIPv6Fragments-76169428-05254231 part 23 1:M 18 Aug 2025 02:15:22.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:26.527 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:26.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:26.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:27.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:27.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:27.714 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:52.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:56.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:56.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:56.935 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:57.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:57.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:15:57.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:05.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-left_ctest-TestMultiInlineSVCIPv6-49876662-89366209 part 24 1:M 18 Aug 2025 02:16:05.161 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-left_ctest-TestMultiInlineSVCIPv6-49876662-89366209 part 24 1:M 18 Aug 2025 02:16:05.162 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-left_ctest-TestMultiInlineSVCIPv6-49876662-89366209 part 24 1:M 18 Aug 2025 02:16:05.423 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-right_ctest-TestMultiInlineSVCIPv6-49876662-99617395 part 23 1:M 18 Aug 2025 02:16:05.424 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-right_ctest-TestMultiInlineSVCIPv6-49876662-99617395 part 23 1:M 18 Aug 2025 02:16:05.425 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-right_ctest-TestMultiInlineSVCIPv6-49876662-99617395 part 23 1:M 18 Aug 2025 02:16:05.623 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-49876662-41394194 part 24 1:M 18 Aug 2025 02:16:05.623 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-49876662-41394194 part 24 1:M 18 Aug 2025 02:16:05.626 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMultiInlineSVCIPv6-49876662:ctest-mgmt_ctest-TestMultiInlineSVCIPv6-49876662-41394194 part 24 1:M 18 Aug 2025 02:16:22.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:26.528 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:26.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:26.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:27.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:27.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:27.714 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:52.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:56.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:56.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:56.935 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:57.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:57.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:16:57.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:22.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:26.529 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:26.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:26.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:27.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:27.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:27.717 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:52.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:56.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:56.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:56.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:57.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:57.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:17:57.724 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:22.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:26.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:26.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:26.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:27.160 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:27.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:27.720 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:52.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:56.340 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96377676:ctest-vn1-33599256 part 27 1:M 18 Aug 2025 02:18:56.347 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96377676:ctest-vn1-33599256 part 27 1:M 18 Aug 2025 02:18:56.347 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96377676:ctest-vn1-33599256 part 27 1:M 18 Aug 2025 02:18:56.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:56.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:56.773 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96377676:ctest-fvn-62246473 part 28 1:M 18 Aug 2025 02:18:56.773 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96377676:ctest-fvn-62246473 part 28 1:M 18 Aug 2025 02:18:56.778 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-96377676:ctest-fvn-62246473 part 28 1:M 18 Aug 2025 02:18:56.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:57.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:57.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:18:57.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:22.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:26.530 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:26.584 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:26.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:27.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:27.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:27.719 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:52.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:56.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:56.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:56.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:57.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:57.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:19:57.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:11.400 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPorts-73122329:ctest-vn1-52052685 part 21 1:M 18 Aug 2025 02:20:11.400 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPorts-73122329:ctest-vn1-52052685 part 21 1:M 18 Aug 2025 02:20:11.404 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPorts-73122329:ctest-vn1-52052685 part 21 1:M 18 Aug 2025 02:20:22.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:26.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:26.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:26.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:27.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:27.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:27.721 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:52.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:56.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:56.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:56.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:57.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:57.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:57.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:20:59.157 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-03769533:ctest-vn2-64374586 part 29 1:M 18 Aug 2025 02:20:59.159 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-03769533:ctest-vn2-64374586 part 29 1:M 18 Aug 2025 02:20:59.162 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-03769533:ctest-vn2-64374586 part 29 1:M 18 Aug 2025 02:20:59.338 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-03769533:ctest-vn1-47941647 part 25 1:M 18 Aug 2025 02:20:59.343 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-03769533:ctest-vn1-47941647 part 25 1:M 18 Aug 2025 02:20:59.344 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRouters-03769533:ctest-vn1-47941647 part 25 1:M 18 Aug 2025 02:21:22.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:26.532 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:26.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:26.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:27.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:27.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:27.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:29.159 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1.:Config:contrail-svc-monitor:0 for ObjectSITable:default-domain:ctest-TestRoutersBasic-31494910:snat_ab45d437-17e6-4790-bc26-f384f37e6dd9_5d8b3d0d-8f9d-4563-a769-99b2e97eb224 part 25 1:M 18 Aug 2025 02:21:52.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:56.532 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:56.584 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:56.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:57.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:57.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:21:57.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:22.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:26.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:26.585 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:26.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:27.162 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:27.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:27.723 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:52.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:56.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:56.584 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:56.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:57.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:57.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:22:57.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:08.998 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn-73416028 part 24 1:M 18 Aug 2025 02:23:08.998 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn-73416028 part 24 1:M 18 Aug 2025 02:23:09.000 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn-73416028 part 24 1:M 18 Aug 2025 02:23:09.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn-87056312 part 21 1:M 18 Aug 2025 02:23:09.361 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn-87056312 part 21 1:M 18 Aug 2025 02:23:09.363 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn-87056312 part 21 1:M 18 Aug 2025 02:23:22.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:26.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:26.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:26.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:27.163 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:27.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:27.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:52.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:56.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:56.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:56.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:57.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:57.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:23:57.732 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:22.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:26.534 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:26.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:26.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:27.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:27.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:27.725 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:52.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:56.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:56.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:56.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:57.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:57.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:24:57.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:22.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:26.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:26.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:26.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:27.164 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:27.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:27.726 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:52.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:56.535 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:56.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:56.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:57.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:57.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:25:57.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:22.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:26.536 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:26.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:26.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:27.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:27.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:27.727 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:52.196 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet3-34511503 part 29 1:M 18 Aug 2025 02:26:52.198 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet3-34511503 part 29 1:M 18 Aug 2025 02:26:52.200 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet3-34511503 part 29 1:M 18 Aug 2025 02:26:52.558 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet2-10987880 part 27 1:M 18 Aug 2025 02:26:52.560 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet2-10987880 part 27 1:M 18 Aug 2025 02:26:52.563 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet2-10987880 part 27 1:M 18 Aug 2025 02:26:52.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:52.958 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet1-46182010 part 27 1:M 18 Aug 2025 02:26:52.960 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet1-46182010 part 27 1:M 18 Aug 2025 02:26:52.971 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet1-46182010 part 27 1:M 18 Aug 2025 02:26:53.417 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet0-98616831 part 22 1:M 18 Aug 2025 02:26:53.418 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet0-98616831 part 22 1:M 18 Aug 2025 02:26:53.423 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vnet0-98616831 part 22 1:M 18 Aug 2025 02:26:56.536 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:56.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:56.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:57.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:57.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:26:57.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:22.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:26.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:26.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:26.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:27.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:27.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:27.727 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:52.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:56.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:56.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:56.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:57.165 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:57.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:27:57.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:22.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:26.537 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:26.591 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:26.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:27.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:27.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:27.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:27.921 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn1-20881264 part 29 1:M 18 Aug 2025 02:28:27.921 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn1-20881264 part 29 1:M 18 Aug 2025 02:28:27.924 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-79313898:ctest-vn1-20881264 part 29 1:M 18 Aug 2025 02:28:52.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:56.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:56.591 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:56.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:57.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:57.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:28:57.732 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:22.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:26.538 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:26.591 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:26.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:27.166 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:27.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:27.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:52.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:56.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:56.591 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:56.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:57.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:57.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:29:57.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:21.815 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-39822771:ctest-vnet0-72446260 part 20 1:M 18 Aug 2025 02:30:21.818 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-39822771:ctest-vnet0-72446260 part 20 1:M 18 Aug 2025 02:30:21.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyModifyIpv4v6-39822771:ctest-vnet0-72446260 part 20 1:M 18 Aug 2025 02:30:22.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:26.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:26.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:26.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:27.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:27.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:27.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:52.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:56.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:56.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:56.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:57.167 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:57.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:30:57.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:22.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:26.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:26.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:26.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:27.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:27.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:27.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:52.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:56.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:56.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:56.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:57.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:57.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:31:57.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:22.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:26.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:26.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:26.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:27.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:27.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:27.732 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:52.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:56.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:56.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:56.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:57.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:57.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:32:57.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:22.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:26.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:26.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:26.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:27.168 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:27.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:27.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:49.315 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN3-60515399 part 20 1:M 18 Aug 2025 02:33:49.316 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN3-60515399 part 20 1:M 18 Aug 2025 02:33:49.318 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN3-60515399 part 20 1:M 18 Aug 2025 02:33:49.711 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN2-12574820 part 24 1:M 18 Aug 2025 02:33:49.712 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN2-12574820 part 24 1:M 18 Aug 2025 02:33:49.716 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN2-12574820 part 24 1:M 18 Aug 2025 02:33:50.046 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN1-65142615 part 24 1:M 18 Aug 2025 02:33:50.046 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN1-65142615 part 24 1:M 18 Aug 2025 02:33:50.052 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAcl-30486983:ctest-VN1-65142615 part 24 1:M 18 Aug 2025 02:33:52.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:56.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:56.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:56.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:57.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:57.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:33:57.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:22.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:26.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:26.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:26.944 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:27.169 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:27.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:27.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:52.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:56.542 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:56.594 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:56.944 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:57.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:57.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:34:57.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:22.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:26.543 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:26.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:26.944 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:27.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:27.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:27.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:52.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:56.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:56.594 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:56.944 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:57.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:57.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:35:57.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:22.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:26.544 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:26.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:26.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:27.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:27.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:27.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:49.433 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN3-64191227 part 28 1:M 18 Aug 2025 02:36:49.434 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN3-64191227 part 28 1:M 18 Aug 2025 02:36:49.440 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN3-64191227 part 28 1:M 18 Aug 2025 02:36:49.845 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN2-43943987 part 22 1:M 18 Aug 2025 02:36:49.845 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN2-43943987 part 22 1:M 18 Aug 2025 02:36:49.846 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN2-43943987 part 22 1:M 18 Aug 2025 02:36:50.194 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN1-00644007 part 23 1:M 18 Aug 2025 02:36:50.194 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN1-00644007 part 23 1:M 18 Aug 2025 02:36:50.195 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestPolicyAclIpv4v6-51732354:ctest-VN1-00644007 part 23 1:M 18 Aug 2025 02:36:52.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:56.545 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:56.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:56.949 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:57.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:57.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:36:57.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:22.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:26.545 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:26.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:26.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:27.171 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:27.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:27.740 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:52.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:56.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:56.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:56.948 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:57.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:57.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:37:57.740 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:22.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:26.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:26.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:26.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:27.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:27.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:27.741 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:52.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:56.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:56.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:56.946 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:57.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:57.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:57.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:38:59.482 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63489510:ctest-vn-58328945 part 22 1:M 18 Aug 2025 02:38:59.482 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63489510:ctest-vn-58328945 part 22 1:M 18 Aug 2025 02:38:59.484 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63489510:ctest-vn-58328945 part 22 1:M 18 Aug 2025 02:38:59.802 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63489510:ctest-vn-58408979 part 26 1:M 18 Aug 2025 02:38:59.802 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63489510:ctest-vn-58408979 part 26 1:M 18 Aug 2025 02:38:59.806 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-63489510:ctest-vn-58408979 part 26 1:M 18 Aug 2025 02:39:22.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:26.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:26.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:26.946 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:27.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:27.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:27.741 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:52.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:56.546 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:56.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:56.946 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:57.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:57.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:39:57.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:22.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:26.547 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:26.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:26.947 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:27.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:27.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:27.742 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:52.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:56.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:56.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:56.947 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:57.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:57.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:40:57.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:20.602 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-70281789:ctest-vnet0-98900724 part 25 1:M 18 Aug 2025 02:41:20.604 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-70281789:ctest-vnet0-98900724 part 25 1:M 18 Aug 2025 02:41:20.604 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy0Ipv4v6-70281789:ctest-vnet0-98900724 part 25 1:M 18 Aug 2025 02:41:22.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:26.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:26.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:26.947 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:27.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:27.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:27.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:52.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:56.548 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:56.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:56.947 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:57.173 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:57.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:41:57.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:22.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:26.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:26.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:26.947 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:27.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:27.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:27.743 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:52.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:56.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:56.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:56.948 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:57.174 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:57.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:42:57.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:22.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:26.549 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:26.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:26.950 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:27.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:27.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:27.744 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:52.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:56.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:56.599 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:56.948 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:57.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:57.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:43:57.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:22.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:26.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:26.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:26.949 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:27.175 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:27.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:27.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:52.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:56.550 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:56.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:56.949 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:57.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:57.659 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:44:57.745 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:20.511 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-60461305:ctest-vnet1-38740656 part 21 1:M 18 Aug 2025 02:45:20.511 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-60461305:ctest-vnet1-38740656 part 21 1:M 18 Aug 2025 02:45:20.515 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-60461305:ctest-vnet1-38740656 part 21 1:M 18 Aug 2025 02:45:20.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-60461305:ctest-vnet0-96924589 part 29 1:M 18 Aug 2025 02:45:20.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-60461305:ctest-vnet0-96924589 part 29 1:M 18 Aug 2025 02:45:20.863 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1-60461305:ctest-vnet0-96924589 part 29 1:M 18 Aug 2025 02:45:22.784 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:26.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:26.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:26.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:27.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:27.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:27.748 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:52.785 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:56.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:56.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:56.950 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:57.176 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:57.659 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:45:57.747 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:22.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:26.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:26.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:26.950 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:27.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:27.659 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:27.747 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:52.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:56.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:56.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:56.950 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:57.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:57.659 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:46:57.755 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:22.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:26.552 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:26.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:26.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:27.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:27.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:27.749 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:52.788 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:56.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:56.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:56.951 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:57.177 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:57.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:47:57.748 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:22.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:26.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:26.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:26.950 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:27.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:27.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:27.751 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:52.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:56.553 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:56.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:56.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:57.178 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:57.660 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:48:57.749 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:22.788 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:22.889 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-62403596:ctest-vnet1-87395315 part 26 1:M 18 Aug 2025 02:49:22.889 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-62403596:ctest-vnet1-87395315 part 26 1:M 18 Aug 2025 02:49:22.889 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-62403596:ctest-vnet1-87395315 part 26 1:M 18 Aug 2025 02:49:23.285 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-62403596:ctest-vnet0-44338055 part 20 1:M 18 Aug 2025 02:49:23.286 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-62403596:ctest-vnet0-44338055 part 20 1:M 18 Aug 2025 02:49:23.291 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestDetailedPolicy1Ipv4v6-62403596:ctest-vnet0-44338055 part 20 1:M 18 Aug 2025 02:49:26.556 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:26.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:26.951 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:27.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:27.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:27.749 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:52.789 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:56.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:56.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:56.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:57.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:57.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:49:57.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:22.789 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:26.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:26.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:26.951 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:27.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:27.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:27.752 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:52.789 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:56.554 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:56.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:56.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:57.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:57.661 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:50:57.752 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:22.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:26.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:26.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:26.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:27.180 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:27.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:27.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:47.130 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16426583:ctest-vn-87844669 part 26 1:M 18 Aug 2025 02:51:47.131 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16426583:ctest-vn-87844669 part 26 1:M 18 Aug 2025 02:51:47.131 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16426583:ctest-vn-87844669 part 26 1:M 18 Aug 2025 02:51:47.301 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16426583:ctest-vn-00245357 part 26 1:M 18 Aug 2025 02:51:47.301 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16426583:ctest-vn-00245357 part 26 1:M 18 Aug 2025 02:51:47.303 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestQos-16426583:ctest-vn-00245357 part 26 1:M 18 Aug 2025 02:51:52.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:56.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:56.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:56.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:57.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:57.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:51:57.754 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:15.442 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-28876859 part 29 1:M 18 Aug 2025 02:52:15.443 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-28876859 part 29 1:M 18 Aug 2025 02:52:15.445 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-28876859 part 29 1:M 18 Aug 2025 02:52:15.580 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-33874118 part 23 1:M 18 Aug 2025 02:52:15.583 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-33874118 part 23 1:M 18 Aug 2025 02:52:15.586 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-33874118 part 23 1:M 18 Aug 2025 02:52:22.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:26.555 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:26.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:26.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:27.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:27.662 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:27.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:52.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:56.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:56.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:56.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:57.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:57.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:52:57.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:06.563 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-58785624 part 25 1:M 18 Aug 2025 02:53:06.563 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-58785624 part 25 1:M 18 Aug 2025 02:53:06.564 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-58785624 part 25 1:M 18 Aug 2025 02:53:06.728 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-08605431 part 25 1:M 18 Aug 2025 02:53:06.730 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-08605431 part 25 1:M 18 Aug 2025 02:53:06.730 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRP-13759723:ctest-bgpaas_vn-08605431 part 25 1:M 18 Aug 2025 02:53:22.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:26.556 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:26.606 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:26.953 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:27.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:27.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:27.754 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:52.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:56.557 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:56.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:56.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:57.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:57.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:53:57.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:22.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:23.855 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-84465012:service-vn-14579349 part 22 1:M 18 Aug 2025 02:54:23.857 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-84465012:service-vn-14579349 part 22 1:M 18 Aug 2025 02:54:23.860 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-84465012:service-vn-14579349 part 22 1:M 18 Aug 2025 02:54:26.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:26.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:26.954 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:27.182 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:27.663 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:27.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:52.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:56.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:56.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:56.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:57.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:57.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:54:57.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:22.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:26.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:26.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:26.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:27.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:27.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:27.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:39.426 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-84465012:ctest-vn30-13436318 part 26 1:M 18 Aug 2025 02:55:39.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-84465012:ctest-vn30-13436318 part 26 1:M 18 Aug 2025 02:55:39.439 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicRTFilter-84465012:ctest-vn30-13436318 part 26 1:M 18 Aug 2025 02:55:52.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:56.558 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:56.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:56.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:57.183 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:57.665 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:55:57.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:22.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:26.559 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:26.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:26.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:27.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:27.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:27.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:52.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:56.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:56.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:56.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:57.184 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:57.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:56:57.756 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:22.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:26.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:26.606 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:26.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:27.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:27.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:27.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:52.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:56.572 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:56.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:56.956 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:57.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:57.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:57:57.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:22.795 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:26.562 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:26.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:26.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:27.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:27.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:27.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:49.393 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91011023:ctest-SecurityGroupBasicRegressionTests1Ipv6-91011023-19367984 part 26 1:M 18 Aug 2025 02:58:49.398 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91011023:ctest-SecurityGroupBasicRegressionTests1Ipv6-91011023-19367984 part 26 1:M 18 Aug 2025 02:58:49.401 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91011023:ctest-SecurityGroupBasicRegressionTests1Ipv6-91011023-19367984 part 26 1:M 18 Aug 2025 02:58:52.795 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:56.561 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:56.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:56.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:57.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:57.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:58:57.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:22.795 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:26.562 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:26.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:26.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:27.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:27.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:27.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:52.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:56.562 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:56.608 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:56.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:57.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:57.668 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 02:59:57.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:22.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:26.563 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:26.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:26.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:27.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:27.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:27.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:52.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:56.565 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:56.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:56.957 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:57.187 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:57.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:00:57.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:22.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:26.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:26.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:26.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:27.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:27.667 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:27.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:50.523 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23183201:ctest-SecurityGroupBasicRegressionTests1_contrail-23183201-30196560 part 29 1:M 18 Aug 2025 03:01:50.525 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23183201:ctest-SecurityGroupBasicRegressionTests1_contrail-23183201-30196560 part 29 1:M 18 Aug 2025 03:01:50.526 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-23183201:ctest-SecurityGroupBasicRegressionTests1_contrail-23183201-30196560 part 29 1:M 18 Aug 2025 03:01:52.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:56.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:56.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:56.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:57.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:57.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:01:57.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:22.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:26.564 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:26.608 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:26.958 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:27.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:27.668 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:27.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:52.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:56.565 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:56.609 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:56.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:57.188 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:57.668 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:02:57.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:22.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:26.566 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:26.609 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:26.959 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:27.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:27.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:27.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:52.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:56.566 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:56.609 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:56.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:57.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:57.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:03:57.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:22.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:26.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:26.610 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:26.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:27.189 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:27.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:27.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:49.913 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-32414879:ctest-SecurityGroupBasicRegressionTests1-32414879-58601873 part 27 1:M 18 Aug 2025 03:04:49.916 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-32414879:ctest-SecurityGroupBasicRegressionTests1-32414879-58601873 part 27 1:M 18 Aug 2025 03:04:49.918 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-SecurityGroupBasicRegressionTests1-32414879:ctest-SecurityGroupBasicRegressionTests1-32414879-58601873 part 27 1:M 18 Aug 2025 03:04:52.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:56.571 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:56.613 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:56.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:57.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:57.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:04:57.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:17.374 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-27316095:ctest-third-vn-13252875 part 22 1:M 18 Aug 2025 03:05:17.374 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-27316095:ctest-third-vn-13252875 part 22 1:M 18 Aug 2025 03:05:17.375 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-27316095:ctest-third-vn-13252875 part 22 1:M 18 Aug 2025 03:05:22.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:26.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:26.625 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:26.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:27.190 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:27.669 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:27.763 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:52.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:56.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:56.612 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:56.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:57.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:57.672 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:05:57.764 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:01.353 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-right_vn-40562227 part 28 1:M 18 Aug 2025 03:06:01.354 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-right_vn-40562227 part 28 1:M 18 Aug 2025 03:06:01.376 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-right_vn-40562227 part 28 1:M 18 Aug 2025 03:06:01.764 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-left_vn-17181689 part 26 1:M 18 Aug 2025 03:06:01.764 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-left_vn-17181689 part 26 1:M 18 Aug 2025 03:06:01.768 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-left_vn-17181689 part 26 1:M 18 Aug 2025 03:06:02.154 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-mgmt_vn-63112594 part 28 1:M 18 Aug 2025 03:06:02.154 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-mgmt_vn-63112594 part 28 1:M 18 Aug 2025 03:06:02.159 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-60296420:ctest-mgmt_vn-63112594 part 28 1:M 18 Aug 2025 03:06:22.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:26.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:26.611 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:26.960 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:27.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:27.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:27.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:52.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:56.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:56.612 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:56.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:57.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:57.670 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:06:57.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:22.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:26.568 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:26.612 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:26.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:27.192 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:27.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:27.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:52.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:56.569 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:56.613 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:56.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:57.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:57.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:07:57.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:22.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:26.571 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:26.615 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:26.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:27.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:27.672 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:27.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:52.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:56.569 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:56.613 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:56.962 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:57.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:57.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:08:57.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:14.781 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-trans_right_vn-91773728 part 22 1:M 18 Aug 2025 03:09:14.782 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-trans_right_vn-91773728 part 22 1:M 18 Aug 2025 03:09:14.782 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-trans_right_vn-91773728 part 22 1:M 18 Aug 2025 03:09:15.361 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-trans_left_vn-64396493 part 21 1:M 18 Aug 2025 03:09:15.361 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-trans_left_vn-64396493 part 21 1:M 18 Aug 2025 03:09:15.365 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-trans_left_vn-64396493 part 21 1:M 18 Aug 2025 03:09:15.752 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-mgmt_vn-67279418 part 24 1:M 18 Aug 2025 03:09:15.754 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-mgmt_vn-67279418 part 24 1:M 18 Aug 2025 03:09:15.756 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-mgmt_vn-67279418 part 24 1:M 18 Aug 2025 03:09:16.127 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-right-01417046 part 29 1:M 18 Aug 2025 03:09:16.127 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-right-01417046 part 29 1:M 18 Aug 2025 03:09:16.131 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-right-01417046 part 29 1:M 18 Aug 2025 03:09:16.556 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-left-88916965 part 21 1:M 18 Aug 2025 03:09:16.557 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-left-88916965 part 21 1:M 18 Aug 2025 03:09:16.557 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSVCV2Mirror-80682472:ctest-left-88916965 part 21 1:M 18 Aug 2025 03:09:22.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:26.571 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:26.613 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:26.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:27.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:27.671 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:27.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:52.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:56.570 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:56.614 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:56.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:57.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:57.672 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:09:57.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:22.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:26.571 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:26.614 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:26.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:27.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:27.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:27.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:52.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:56.571 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:56.614 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:56.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:57.193 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:57.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:10:57.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:22.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:26.574 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:26.615 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:26.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:27.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:27.673 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:27.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:52.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:56.572 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:56.615 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:56.967 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:57.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:57.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:11:57.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:21.411 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-20094575:ctest-vn1-vdns-85785552 part 29 1:M 18 Aug 2025 03:12:21.414 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-20094575:ctest-vn1-vdns-85785552 part 29 1:M 18 Aug 2025 03:12:21.418 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-20094575:ctest-vn1-vdns-85785552 part 29 1:M 18 Aug 2025 03:12:22.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:26.573 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:26.615 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:26.968 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:27.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:27.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:27.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:52.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:56.572 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:56.615 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:56.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:57.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:57.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:12:57.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:22.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:26.573 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:26.615 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:26.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:27.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:27.674 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:27.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:52.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:56.574 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:56.616 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:56.971 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:57.195 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:57.676 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:13:57.770 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:22.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:26.574 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:26.616 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:26.971 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:27.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:27.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:27.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:52.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:56.574 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:56.616 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:56.971 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:57.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:57.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:14:57.771 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:22.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:26.575 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:26.618 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:26.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:27.196 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:27.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:27.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:29.269 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-74070840:ctest-vn1-00366547 part 25 1:M 18 Aug 2025 03:15:29.271 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-74070840:ctest-vn1-00366547 part 25 1:M 18 Aug 2025 03:15:29.273 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-74070840:ctest-vn1-00366547 part 25 1:M 18 Aug 2025 03:15:29.624 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-74070840:ctest-fvn-96586672 part 28 1:M 18 Aug 2025 03:15:29.628 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-74070840:ctest-fvn-96586672 part 28 1:M 18 Aug 2025 03:15:29.629 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-74070840:ctest-fvn-96586672 part 28 1:M 18 Aug 2025 03:15:52.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:56.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:56.617 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:56.972 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:57.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:57.675 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:15:57.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:12.017 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-58618301:ctest-vn-67437240 part 28 1:M 18 Aug 2025 03:16:12.017 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-58618301:ctest-vn-67437240 part 28 1:M 18 Aug 2025 03:16:12.020 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-58618301:ctest-vn-67437240 part 28 1:M 18 Aug 2025 03:16:22.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:26.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:26.617 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:26.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:27.197 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:27.676 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:27.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:52.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:56.576 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:56.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:56.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:57.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:57.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:16:57.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:18.426 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3870-1 1:M 18 Aug 2025 03:17:18.427 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3870-2 1:M 18 Aug 2025 03:17:22.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:26.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:26.618 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:26.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:27.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:27.676 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:27.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:52.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:56.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:56.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:56.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:57.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:57.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:17:57.772 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:22.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:26.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:26.618 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:26.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:27.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:27.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:27.773 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:52.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:56.577 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:56.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:56.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:57.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:57.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:18:57.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:22.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:26.578 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:26.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:26.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:27.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:27.677 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:27.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:52.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:56.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:56.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:56.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:57.199 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:57.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:19:57.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:22.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:26.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:26.620 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:26.974 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:27.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:27.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:27.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:52.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:56.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:56.620 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:56.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:57.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:57.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:20:57.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:11.348 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-76490324:ctest-vn-10874879 part 27 1:M 18 Aug 2025 03:21:11.348 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-76490324:ctest-vn-10874879 part 27 1:M 18 Aug 2025 03:21:11.349 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-DisablePolicyEcmpIpv6-76490324:ctest-vn-10874879 part 27 1:M 18 Aug 2025 03:21:22.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:26.579 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:26.620 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:26.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:27.200 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:27.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:27.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:52.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:56.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:56.620 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:56.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:57.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:57.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:21:57.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:22.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:26.580 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:26.621 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:26.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:27.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:27.678 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:27.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:52.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:56.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:56.621 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:56.976 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:57.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:57.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:22:57.776 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:22.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:26.581 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:26.621 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:26.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:27.201 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:27.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:27.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:52.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:56.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:56.622 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:56.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:57.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:57.679 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:23:57.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:22.817 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:26.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:26.622 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:26.977 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:27.202 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:27.680 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:27.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:52.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:56.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:56.623 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:56.978 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:57.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:57.680 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:24:57.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:22.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:26.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:26.622 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:26.978 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:27.203 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:27.680 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:27.778 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:52.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:56.583 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:56.622 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:56.978 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:57.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:57.680 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:25:57.779 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:13.489 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-29882246:ctest-vn-42990332 part 29 1:M 18 Aug 2025 03:26:13.490 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-29882246:ctest-vn-42990332 part 29 1:M 18 Aug 2025 03:26:13.493 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-FatFlowAggr-29882246:ctest-vn-42990332 part 29 1:M 18 Aug 2025 03:26:22.817 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:26.586 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:26.625 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:26.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:27.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:27.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:27.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:52.817 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:56.585 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:56.623 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:56.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:57.204 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:57.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:26:57.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:20.301 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-19255928:ctest-random-74535647 part 23 1:M 18 Aug 2025 03:27:20.304 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-19255928:ctest-random-74535647 part 23 1:M 18 Aug 2025 03:27:20.320 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRoutes-19255928:ctest-random-74535647 part 23 1:M 18 Aug 2025 03:27:22.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:26.594 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:26.624 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:26.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:27.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:27.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:27.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:52.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:56.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:56.625 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:56.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:57.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:57.681 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:27:57.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:22.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:26.587 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:26.624 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:26.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:27.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:27.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:27.780 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:52.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:56.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:56.624 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:56.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:57.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:57.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:28:57.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:22.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:26.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:26.627 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:26.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:27.206 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:27.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:27.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:52.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:56.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:56.628 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:56.981 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:57.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:57.585 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-90026135 part 28 1:M 18 Aug 2025 03:29:57.585 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-90026135 part 28 1:M 18 Aug 2025 03:29:57.585 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-90026135 part 28 1:M 18 Aug 2025 03:29:57.682 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:57.775 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-87172134 part 25 1:M 18 Aug 2025 03:29:57.776 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-87172134 part 25 1:M 18 Aug 2025 03:29:57.777 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-87172134 part 25 1:M 18 Aug 2025 03:29:57.783 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:29:57.942 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-57451216 part 29 1:M 18 Aug 2025 03:29:57.942 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-57451216 part 29 1:M 18 Aug 2025 03:29:57.946 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestSubInterfaces-15726825:ctest-vn-57451216 part 29 1:M 18 Aug 2025 03:30:22.820 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:26.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:26.625 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:26.980 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:27.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:27.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:27.785 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:52.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:56.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:56.626 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:56.981 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:57.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:57.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:30:57.786 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:22.820 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:26.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:26.625 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:26.981 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:27.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:27.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:27.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:52.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:56.591 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:56.626 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:56.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:57.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:57.683 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:31:57.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:22.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:26.591 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:26.627 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:26.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:27.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:27.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:27.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:45.171 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-84216420:ctest-vn-37387380 part 26 1:M 18 Aug 2025 03:32:45.172 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-84216420:ctest-vn-37387380 part 26 1:M 18 Aug 2025 03:32:45.173 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMtuProbe-84216420:ctest-vn-37387380 part 26 1:M 18 Aug 2025 03:32:52.821 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:56.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:56.627 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:56.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:57.208 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:57.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:32:57.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:22.822 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:26.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:26.631 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:26.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:27.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:27.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:27.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:52.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:56.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:56.627 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:56.982 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:57.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:57.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:33:57.788 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:22.824 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:26.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:26.630 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:26.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:27.209 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:27.684 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:27.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:28.290 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-17066393:ctest-vn-25369501 part 24 1:M 18 Aug 2025 03:34:28.292 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-17066393:ctest-vn-25369501 part 24 1:M 18 Aug 2025 03:34:28.293 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestvifStats-17066393:ctest-vn-25369501 part 24 1:M 18 Aug 2025 03:34:52.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:56.594 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:56.627 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:56.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:57.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:57.685 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:34:57.789 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:22.823 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:26.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:26.631 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:26.983 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:27.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:27.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:27.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:52.824 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:56.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:56.628 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:56.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:57.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:57.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:35:57.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:12.411 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-09588226:ctest-vn1-47744454 part 20 1:M 18 Aug 2025 03:36:12.412 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-09588226:ctest-vn1-47744454 part 20 1:M 18 Aug 2025 03:36:12.414 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithMin-09588226:ctest-vn1-47744454 part 20 1:M 18 Aug 2025 03:36:22.824 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:26.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:26.633 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:26.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:27.211 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:27.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:27.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:52.824 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:56.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:56.632 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:56.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:57.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:57.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:36:57.790 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:22.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:26.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:26.633 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:26.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:27.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:27.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:27.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:52.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:56.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:56.633 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:56.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:57.212 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:57.686 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:37:57.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:22.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:26.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:26.634 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:26.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:27.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:27.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:27.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:52.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:56.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:56.634 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:56.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:57.213 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:57.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:38:57.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:22.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:26.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:26.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:26.985 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:27.215 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:27.687 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:27.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:52.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:56.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:56.634 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:56.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:57.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:57.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:39:57.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:22.830 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:26.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:26.635 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:26.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:27.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:27.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:27.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:52.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:56.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:56.635 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:56.987 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:57.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:57.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:40:57.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:22.828 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:24.007 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-fip_vn-21835261 part 29 1:M 18 Aug 2025 03:41:24.008 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-fip_vn-21835261 part 29 1:M 18 Aug 2025 03:41:24.009 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-fip_vn-21835261 part 29 1:M 18 Aug 2025 03:41:24.414 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-vn2-85727533 part 21 1:M 18 Aug 2025 03:41:24.414 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-vn2-85727533 part 21 1:M 18 Aug 2025 03:41:24.418 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-vn2-85727533 part 21 1:M 18 Aug 2025 03:41:26.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:26.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:26.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:27.033 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-vn1-63553540 part 27 1:M 18 Aug 2025 03:41:27.035 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-vn1-63553540 part 27 1:M 18 Aug 2025 03:41:27.041 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-AnalyticsTestSanityWithResource-91895630:ctest-vn1-63553540 part 27 1:M 18 Aug 2025 03:41:27.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:27.688 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:27.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:52.827 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:56.599 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:56.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:56.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:57.217 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:57.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:41:57.795 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:22.828 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:26.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:26.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:26.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:27.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:27.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:27.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:52.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:56.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:56.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:56.989 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:57.218 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:57.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:42:57.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:22.829 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:26.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:26.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:26.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:27.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:27.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:27.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:52.830 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:56.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:56.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:56.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:57.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:57.689 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:43:57.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:22.830 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:26.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:26.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:26.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:27.219 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:27.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:27.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:43.645 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165:ctest-bgpaas_vn-98280165:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165:ctest-bgpaas_vn-98280165:ctest-TestBGPaaSlocalAS-53743027-68442051 part 22 1:M 18 Aug 2025 03:44:43.654 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165:ctest-bgpaas_vn-98280165:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165:ctest-bgpaas_vn-98280165:ctest-TestBGPaaSlocalAS-53743027-68442051 part 25 1:M 18 Aug 2025 03:44:43.658 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165:ctest-bgpaas_vn-98280165:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165:ctest-bgpaas_vn-98280165:ctest-TestBGPaaSlocalAS-53743027-68442051 part 28 1:M 18 Aug 2025 03:44:43.661 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165:ctest-bgpaas_vn-98280165:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165:ctest-bgpaas_vn-98280165:ctest-TestBGPaaSlocalAS-53743027-68442051 part 28 1:M 18 Aug 2025 03:44:45.972 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165 part 22 1:M 18 Aug 2025 03:44:45.973 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165 part 22 1:M 18 Aug 2025 03:44:45.975 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaaSlocalAS-53743027:ctest-bgpaas_vn-98280165 part 22 1:M 18 Aug 2025 03:44:52.831 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:56.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:56.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:56.990 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:57.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:57.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:44:57.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:22.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:26.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:26.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:26.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:27.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:27.690 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:27.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:52.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:56.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:56.638 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:56.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:57.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:57.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:45:57.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:22.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:26.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:26.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:26.991 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:27.221 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:27.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:27.801 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:52.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:56.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:56.638 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:56.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:57.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:57.691 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:46:57.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:22.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:26.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:26.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:26.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:27.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:27.692 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:27.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:52.832 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:56.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:56.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:56.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:57.222 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:57.692 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:47:57.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:22.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:26.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:26.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:26.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:27.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:27.692 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:27.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:41.971 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 20 1:M 18 Aug 2025 03:48:41.971 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 20 1:M 18 Aug 2025 03:48:41.971 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 20 1:M 18 Aug 2025 03:48:41.973 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 29 1:M 18 Aug 2025 03:48:41.973 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 29 1:M 18 Aug 2025 03:48:41.973 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 29 1:M 18 Aug 2025 03:48:41.976 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 22 1:M 18 Aug 2025 03:48:41.976 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 22 1:M 18 Aug 2025 03:48:41.976 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:231a8a3e-0386-46ba-b8db-9b0f08ee73e8 part 22 1:M 18 Aug 2025 03:48:42.047 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 29 1:M 18 Aug 2025 03:48:42.048 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 29 1:M 18 Aug 2025 03:48:42.049 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 29 1:M 18 Aug 2025 03:48:42.055 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 28 1:M 18 Aug 2025 03:48:42.059 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 28 1:M 18 Aug 2025 03:48:42.060 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 28 1:M 18 Aug 2025 03:48:42.060 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 21 1:M 18 Aug 2025 03:48:42.064 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 21 1:M 18 Aug 2025 03:48:42.065 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873:ctest-cnz_vn-70398873:729a018e-6f0b-4831-a144-354bb41d149e part 21 1:M 18 Aug 2025 03:48:44.444 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873 part 29 1:M 18 Aug 2025 03:48:44.444 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873 part 29 1:M 18 Aug 2025 03:48:44.448 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-70398873 part 29 1:M 18 Aug 2025 03:48:52.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:56.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:56.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:56.992 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:57.223 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:57.692 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:48:57.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:22.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:26.606 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:26.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:26.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:27.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:27.692 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:27.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:52.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:56.610 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:56.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:56.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:57.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:57.692 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:49:57.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:22.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:26.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:26.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:26.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:27.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:27.693 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:27.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:52.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:56.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:56.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:56.993 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:57.224 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:57.693 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:50:57.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:22.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:26.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:26.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:26.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:27.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:27.693 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:27.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:40.177 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:e40d4305-949a-42d3-97aa-499d42031a4f part 26 1:M 18 Aug 2025 03:51:40.183 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:e40d4305-949a-42d3-97aa-499d42031a4f part 24 1:M 18 Aug 2025 03:51:40.183 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:e40d4305-949a-42d3-97aa-499d42031a4f part 24 1:M 18 Aug 2025 03:51:40.187 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:e40d4305-949a-42d3-97aa-499d42031a4f part 27 1:M 18 Aug 2025 03:51:40.187 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:e40d4305-949a-42d3-97aa-499d42031a4f part 27 1:M 18 Aug 2025 03:51:40.343 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:fcb9d102-82e2-42ae-b9c3-d0969172613a part 29 1:M 18 Aug 2025 03:51:40.344 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-2:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:fcb9d102-82e2-42ae-b9c3-d0969172613a part 29 1:M 18 Aug 2025 03:51:40.346 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-3:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:fcb9d102-82e2-42ae-b9c3-d0969172613a part 28 1:M 18 Aug 2025 03:51:40.353 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:fcb9d102-82e2-42ae-b9c3-d0969172613a part 26 1:M 18 Aug 2025 03:51:40.354 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectBgpPeer:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:cn-jenkins-deploy-platform-ansible-os-3870-1:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457:ctest-cnz_vn-23798457:fcb9d102-82e2-42ae-b9c3-d0969172613a part 26 1:M 18 Aug 2025 03:51:43.132 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457 part 29 1:M 18 Aug 2025 03:51:43.133 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457 part 29 1:M 18 Aug 2025 03:51:43.133 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBGPaasZone-08622215:ctest-cnz_vn-23798457 part 29 1:M 18 Aug 2025 03:51:52.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:56.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:56.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:56.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:57.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:57.694 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:51:57.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:22.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:26.609 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:26.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:26.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:27.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:27.694 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:27.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:52.836 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:56.609 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:56.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:56.994 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:57.226 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:57.694 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:52:57.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:22.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:26.611 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:26.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:26.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:27.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:27.694 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:27.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:52.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:56.610 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:56.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:56.995 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:57.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:57.694 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:53:57.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:16.204 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:10.20.0.18 part 26 1:M 18 Aug 2025 03:54:16.204 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:10.20.0.18 part 26 1:M 18 Aug 2025 03:54:16.212 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:10.20.0.18 part 24 1:M 18 Aug 2025 03:54:16.212 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:10.20.0.18 part 24 1:M 18 Aug 2025 03:54:22.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:25.044 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:10.20.0.192 part 29 1:M 18 Aug 2025 03:54:25.044 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:10.20.0.192 part 29 1:M 18 Aug 2025 03:54:25.045 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:10.20.0.192 part 25 1:M 18 Aug 2025 03:54:25.046 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:10.20.0.192 part 25 1:M 18 Aug 2025 03:54:26.610 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:26.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:26.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:27.227 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:27.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:27.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:52.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:56.610 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:56.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:56.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:57.228 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:57.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:54:57.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:22.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:26.611 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:26.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:26.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:27.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:27.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:27.809 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:52.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:56.611 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:56.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:56.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:57.230 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:57.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:55:57.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:20.331 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-48963040:EVPN-VN1 part 23 1:M 18 Aug 2025 03:56:20.334 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-48963040:EVPN-VN1 part 23 1:M 18 Aug 2025 03:56:20.337 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestEvpnCasesRestart-48963040:EVPN-VN1 part 23 1:M 18 Aug 2025 03:56:22.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:26.612 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:26.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:26.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:27.232 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:27.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:27.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:52.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:56.612 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:56.643 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:56.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:57.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:57.696 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:56:57.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:19.704 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn2 part 23 1:M 18 Aug 2025 03:57:19.706 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn2 part 23 1:M 18 Aug 2025 03:57:19.874 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn1 part 22 1:M 18 Aug 2025 03:57:19.875 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn1 part 22 1:M 18 Aug 2025 03:57:19.876 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn1 part 22 1:M 18 Aug 2025 03:57:22.675 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6dn part 24 1:M 18 Aug 2025 03:57:22.675 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6dn part 24 1:M 18 Aug 2025 03:57:22.676 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6dn part 24 1:M 18 Aug 2025 03:57:22.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:22.847 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6sr part 23 1:M 18 Aug 2025 03:57:22.851 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6sr part 23 1:M 18 Aug 2025 03:57:22.855 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6sr part 23 1:M 18 Aug 2025 03:57:26.617 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:26.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:26.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:27.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:27.696 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:27.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:52.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:56.616 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:56.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:56.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:57.233 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:57.698 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:57:57.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:04.299 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn2 part 23 1:M 18 Aug 2025 03:58:04.299 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn2 part 23 1:M 18 Aug 2025 03:58:04.303 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn2 part 23 1:M 18 Aug 2025 03:58:04.444 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn1 part 22 1:M 18 Aug 2025 03:58:04.446 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn1 part 22 1:M 18 Aug 2025 03:58:04.447 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:vn1 part 22 1:M 18 Aug 2025 03:58:07.376 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6dn part 24 1:M 18 Aug 2025 03:58:07.376 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6dn part 24 1:M 18 Aug 2025 03:58:07.377 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6dn part 24 1:M 18 Aug 2025 03:58:07.577 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6sr part 23 1:M 18 Aug 2025 03:58:07.578 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6sr part 23 1:M 18 Aug 2025 03:58:07.578 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestMd5testsOnControl-23778370:test_vnv6sr part 23 1:M 18 Aug 2025 03:58:22.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:26.616 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:26.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:26.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:27.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:27.697 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:27.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:52.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:56.617 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:56.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:56.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:57.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:57.697 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:58:57.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:00.095 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-87386618:ctest-TestRbac-87386618-08655853 part 27 1:M 18 Aug 2025 03:59:00.095 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-87386618:ctest-TestRbac-87386618-08655853 part 27 1:M 18 Aug 2025 03:59:00.098 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbac-87386618:ctest-TestRbac-87386618-08655853 part 27 1:M 18 Aug 2025 03:59:22.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:26.617 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:26.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:26.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:27.234 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:27.697 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:27.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:52.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:56.617 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:56.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:56.999 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:57.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:57.698 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 03:59:57.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:22.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:26.618 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:26.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:26.999 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:27.235 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:27.698 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:27.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:29.769 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-08636015:ctest-TestRbacBasic-08636015-75736887 part 26 1:M 18 Aug 2025 04:00:29.772 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-08636015:ctest-TestRbacBasic-08636015-75736887 part 26 1:M 18 Aug 2025 04:00:29.778 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-08636015:ctest-TestRbacBasic-08636015-75736887 part 26 1:M 18 Aug 2025 04:00:30.097 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-08636015:ctest-TestRbacBasic-08636015-58997490 part 22 1:M 18 Aug 2025 04:00:30.098 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-08636015:ctest-TestRbacBasic-08636015-58997490 part 22 1:M 18 Aug 2025 04:00:30.099 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestRbacBasic-08636015:ctest-TestRbacBasic-08636015-58997490 part 22 1:M 18 Aug 2025 04:00:52.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:56.618 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:56.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:57.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:57.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:57.698 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:00:57.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:22.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:26.622 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:26.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:27.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:27.236 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:27.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:27.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:52.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:56.618 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:56.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:57.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:57.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:57.699 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:01:57.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:22.843 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:26.620 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:26.646 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:27.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:27.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:27.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:27.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:38.881 * DelRequest for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 1:M 18 Aug 2025 04:02:38.881 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:ModuleClientState 1:M 18 Aug 2025 04:02:38.881 * Delete cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:ModuleClientState [#1] 1:M 18 Aug 2025 04:02:38.881 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:BgpPeerInfoData 1:M 18 Aug 2025 04:02:38.881 * Delete cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 18 Aug 2025 04:02:38.881 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:PeerFlapData 1:M 18 Aug 2025 04:02:38.881 * Delete cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:PeerFlapData [#2] 1:M 18 Aug 2025 04:02:38.881 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:XmppPeerInfoData 1:M 18 Aug 2025 04:02:38.881 * Delete cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:XmppPeerInfoData [#1] 1:M 18 Aug 2025 04:02:38.881 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:NodeStatus 1:M 18 Aug 2025 04:02:38.881 * Delete cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:NodeStatus [#1] 1:M 18 Aug 2025 04:02:38.881 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:RoutingInstanceStatsData 1:M 18 Aug 2025 04:02:38.881 * Delete cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:RoutingInstanceStatsData [#6] 1:M 18 Aug 2025 04:02:38.881 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:PeerStatsData 1:M 18 Aug 2025 04:02:38.881 * Delete cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:PeerStatsData [#3] 1:M 18 Aug 2025 04:02:38.881 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:BgpRouterState 1:M 18 Aug 2025 04:02:38.881 * Delete cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0:BgpRouterState [#1] 1:M 18 Aug 2025 04:02:38.881 * Remove cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 from NGENERATORS 1:M 18 Aug 2025 04:02:38.881 * Delete Request for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-control:0 successful 1:M 18 Aug 2025 04:02:52.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:56.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:56.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:57.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:57.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:02:57.700 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:22.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:26.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:26.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:27.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:27.237 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:27.700 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:50.717 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-29829028:ctest-vn1-08755305 part 27 1:M 18 Aug 2025 04:03:50.719 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-29829028:ctest-vn1-08755305 part 27 1:M 18 Aug 2025 04:03:52.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:56.630 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:56.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:57.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:57.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:03:57.700 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:22.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:26.629 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:26.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:27.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:27.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:27.701 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:52.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:56.630 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:56.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:57.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:57.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:04:57.701 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:14.386 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:10.20.0.18 part 24 1:M 18 Aug 2025 04:05:14.386 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:10.20.0.18 part 24 1:M 18 Aug 2025 04:05:22.820 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:10.20.0.192 part 22 1:M 18 Aug 2025 04:05:22.820 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:10.20.0.192 part 22 1:M 18 Aug 2025 04:05:22.822 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:10.20.0.192 part 25 1:M 18 Aug 2025 04:05:22.822 * DelUVE on cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:10.20.0.192 part 25 1:M 18 Aug 2025 04:05:22.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:26.630 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:26.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:26.854 * GetSeq for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 1:M 18 Aug 2025 04:05:26.854 * Add an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 18 Aug 2025 04:05:26.854 * GetSeq for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 done 1:M 18 Aug 2025 04:05:26.857 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:26.858 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:27.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:27.238 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:27.701 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:31.292 * DelRequest for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 1:M 18 Aug 2025 04:05:31.292 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:ModuleClientState 1:M 18 Aug 2025 04:05:31.292 * Delete cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:ModuleClientState [#1] 1:M 18 Aug 2025 04:05:31.292 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:BgpPeerInfoData 1:M 18 Aug 2025 04:05:31.292 * Delete cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 18 Aug 2025 04:05:31.292 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:PeerFlapData 1:M 18 Aug 2025 04:05:31.292 * Delete cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:PeerFlapData [#2] 1:M 18 Aug 2025 04:05:31.292 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:XmppPeerInfoData 1:M 18 Aug 2025 04:05:31.292 * Delete cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:XmppPeerInfoData [#1] 1:M 18 Aug 2025 04:05:31.292 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:NodeStatus 1:M 18 Aug 2025 04:05:31.292 * Delete cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:NodeStatus [#1] 1:M 18 Aug 2025 04:05:31.292 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:RoutingInstanceStatsData 1:M 18 Aug 2025 04:05:31.292 * Delete cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:RoutingInstanceStatsData [#7] 1:M 18 Aug 2025 04:05:31.292 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:PeerStatsData 1:M 18 Aug 2025 04:05:31.292 * Delete cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:PeerStatsData [#2] 1:M 18 Aug 2025 04:05:31.292 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:BgpRouterState 1:M 18 Aug 2025 04:05:31.292 * Delete cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0:BgpRouterState [#1] 1:M 18 Aug 2025 04:05:31.292 * Remove cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 from NGENERATORS 1:M 18 Aug 2025 04:05:31.292 * Delete Request for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-control:0 successful 1:M 18 Aug 2025 04:05:36.982 * DelRequest for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 1:M 18 Aug 2025 04:05:36.982 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:ModuleClientState 1:M 18 Aug 2025 04:05:36.982 * Delete cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:ModuleClientState [#1] 1:M 18 Aug 2025 04:05:36.982 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:BgpPeerInfoData 1:M 18 Aug 2025 04:05:36.982 * Delete cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 18 Aug 2025 04:05:36.982 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:PeerFlapData 1:M 18 Aug 2025 04:05:36.982 * Delete cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:PeerFlapData [#2] 1:M 18 Aug 2025 04:05:36.982 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:XmppPeerInfoData 1:M 18 Aug 2025 04:05:36.982 * Delete cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:XmppPeerInfoData [#1] 1:M 18 Aug 2025 04:05:36.982 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:NodeStatus 1:M 18 Aug 2025 04:05:36.982 * Delete cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:NodeStatus [#1] 1:M 18 Aug 2025 04:05:36.982 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:RoutingInstanceStatsData 1:M 18 Aug 2025 04:05:36.982 * Delete cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:RoutingInstanceStatsData [#7] 1:M 18 Aug 2025 04:05:36.983 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:PeerStatsData 1:M 18 Aug 2025 04:05:36.983 * Delete cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:PeerStatsData [#2] 1:M 18 Aug 2025 04:05:36.983 * Read UVES:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:BgpRouterState 1:M 18 Aug 2025 04:05:36.983 * Delete cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0:BgpRouterState [#1] 1:M 18 Aug 2025 04:05:36.983 * Remove cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 from NGENERATORS 1:M 18 Aug 2025 04:05:36.983 * Delete Request for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-control:0 successful 1:M 18 Aug 2025 04:05:52.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:56.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:56.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:57.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:05:57.702 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:22.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:26.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:26.849 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:27.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:27.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:52.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:56.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:56.850 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:57.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:06:57.702 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:22.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:26.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:26.856 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:27.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:27.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:52.847 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:56.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:56.852 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:57.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:07:57.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:22.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:26.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:26.855 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:27.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:27.704 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:52.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:56.649 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:56.868 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:57.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:57.704 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:08:58.979 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3870-2 1:M 18 Aug 2025 04:09:22.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:26.647 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3246ae7e-a38a-4626-b2e2-c972fb9cd9d2 part 8 1:M 18 Aug 2025 04:09:26.647 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:3246ae7e-a38a-4626-b2e2-c972fb9cd9d2 part 8 1:M 18 Aug 2025 04:09:26.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-29829028:3517fc33-00fd-46b7-8f76-023753aef86a part 12 1:M 18 Aug 2025 04:09:26.649 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-29829028:3517fc33-00fd-46b7-8f76-023753aef86a part 12 1:M 18 Aug 2025 04:09:26.649 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-29829028:3517fc33-00fd-46b7-8f76-023753aef86a part 12 1:M 18 Aug 2025 04:09:26.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:26.851 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:27.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:27.704 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:30.033 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-3870-3.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectVRouter:an-jenkins-deploy-platform-ansible-os-3870-1 1:M 18 Aug 2025 04:09:52.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:56.645 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN0-29829028:ctest-vn2-31907354 part 29 1:M 18 Aug 2025 04:09:56.646 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7e05e2af-2e72-4914-99f6-1579706de450 part 5 1:M 18 Aug 2025 04:09:56.647 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:7e05e2af-2e72-4914-99f6-1579706de450 part 5 1:M 18 Aug 2025 04:09:56.647 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-29829028:33561d65-a7c3-467d-9d8b-a52ef6336f05 part 17 1:M 18 Aug 2025 04:09:56.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-29829028:33561d65-a7c3-467d-9d8b-a52ef6336f05 part 17 1:M 18 Aug 2025 04:09:56.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN0-29829028:33561d65-a7c3-467d-9d8b-a52ef6336f05 part 17 1:M 18 Aug 2025 04:09:56.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:56.853 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:57.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:09:57.704 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:22.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:26.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:26.853 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:27.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:27.706 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:52.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:56.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:56.853 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:57.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:10:57.705 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:22.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:26.646 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestDropStats-20545787:ctest-vn-97234289 part 20 1:M 18 Aug 2025 04:11:26.647 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:67ca9be5-75ef-4f10-97ec-4312dc708025 part 8 1:M 18 Aug 2025 04:11:26.647 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:67ca9be5-75ef-4f10-97ec-4312dc708025 part 8 1:M 18 Aug 2025 04:11:26.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-20545787:5e9de9bb-d68a-4766-82a8-646d9e4e1575 part 18 1:M 18 Aug 2025 04:11:26.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-20545787:5e9de9bb-d68a-4766-82a8-646d9e4e1575 part 18 1:M 18 Aug 2025 04:11:26.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestDropStats-20545787:5e9de9bb-d68a-4766-82a8-646d9e4e1575 part 18 1:M 18 Aug 2025 04:11:26.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:26.853 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:27.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:27.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:52.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:56.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:56.854 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:57.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:11:57.706 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:22.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:26.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:26.854 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:27.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:27.706 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:52.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:56.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:56.854 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:57.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:12:57.707 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:22.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:26.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:26.857 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:27.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:27.707 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:52.852 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:56.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:56.855 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:57.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:13:57.707 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:22.853 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:26.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:26.856 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:27.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:27.708 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:52.853 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:56.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:56.856 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:57.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:14:57.707 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:22.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:26.653 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:26.855 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:27.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:27.710 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:52.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:56.654 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:56.857 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:57.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:15:57.708 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:22.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:26.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:26.859 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:27.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:27.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:52.854 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:56.647 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowAggrIpv6Serial-40012813:ctest-vn-57116703 part 22 1:M 18 Aug 2025 04:16:56.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b9929fa3-447c-4386-9cb7-b8f6936f5755 part 10 1:M 18 Aug 2025 04:16:56.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:b9929fa3-447c-4386-9cb7-b8f6936f5755 part 10 1:M 18 Aug 2025 04:16:56.649 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-40012813:7af6a3e1-9fa0-41e8-81d6-6884a06c2cff part 17 1:M 18 Aug 2025 04:16:56.649 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-40012813:7af6a3e1-9fa0-41e8-81d6-6884a06c2cff part 17 1:M 18 Aug 2025 04:16:56.650 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowAggrIpv6Serial-40012813:7af6a3e1-9fa0-41e8-81d6-6884a06c2cff part 17 1:M 18 Aug 2025 04:16:56.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:56.857 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:57.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:16:57.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:22.855 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:26.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:26.857 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:27.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:27.709 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:52.855 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:56.655 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:56.864 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:57.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:17:57.712 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:22.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:26.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:26.868 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:27.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:27.712 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:52.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:56.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:56.866 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:57.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:18:57.710 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:22.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:26.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:26.865 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:27.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:27.710 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:52.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:56.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:56.869 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:57.014 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:19:57.710 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:22.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:26.656 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:26.868 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:27.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:27.711 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:52.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:56.648 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FatFlowSerialIpv6-83625538:ctest-vn-27518723 part 29 1:M 18 Aug 2025 04:20:56.649 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f15c77bb-39d6-4cc6-b01f-6e14b9d4a8f8 part 11 1:M 18 Aug 2025 04:20:56.649 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMTable:f15c77bb-39d6-4cc6-b01f-6e14b9d4a8f8 part 11 1:M 18 Aug 2025 04:20:56.650 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-83625538:1a6234c7-740f-4fe4-b4c4-85d70eaf2152 part 15 1:M 18 Aug 2025 04:20:56.651 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-83625538:1a6234c7-740f-4fe4-b4c4-85d70eaf2152 part 15 1:M 18 Aug 2025 04:20:56.651 * DelUVE on an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FatFlowSerialIpv6-83625538:1a6234c7-740f-4fe4-b4c4-85d70eaf2152 part 15 1:M 18 Aug 2025 04:20:56.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:56.867 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:57.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:20:57.713 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:22.857 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:26.657 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:26.867 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:27.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:27.714 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:52.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:56.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:56.868 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:57.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:21:57.712 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:22:22.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:22:26.658 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:22:26.868 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3870-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:22:27.013 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 18 Aug 2025 04:22:27.712 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3870-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info