++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/redis ++ CONTAINER_LOG_DIR=/var/log/contrail/redis ++ mkdir -p /var/log/contrail/redis ++ log_file=/var/log/contrail/redis/console.log ++ touch /var/log/contrail/redis/console.log ++ chmod 600 /var/log/contrail/redis/console.log ++ exec +++ tee -a /var/log/contrail/redis/console.log +++ date ++ echo 'INFO: =================== Mon Oct 20 05:03:02 UTC 2025 ===================' INFO: =================== Mon Oct 20 05:03:02 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.49 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.254:8081 10.0.0.48:8081 10.0.0.49:8081 ' ']' +++ echo '10.0.0.254:8081 10.0.0.48:8081 10.0.0.49:8081' ++ ANALYTICS_SERVERS='10.0.0.254:8081 10.0.0.48:8081 10.0.0.49:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.254:9042 10.0.0.48:9042 10.0.0.49:9042 ' ']' +++ echo '10.0.0.254:9042 10.0.0.48:9042 10.0.0.49:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.254:9042 10.0.0.48:9042 10.0.0.49:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.254:8086 10.0.0.48:8086 10.0.0.49:8086 ' ']' +++ echo '10.0.0.254:8086 10.0.0.48:8086 10.0.0.49:8086' ++ COLLECTOR_SERVERS='10.0.0.254:8086 10.0.0.48:8086 10.0.0.49:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ CONFIGDB_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.254:8082 10.0.0.48:8082 10.0.0.49:8082 ' ']' +++ echo '10.0.0.254:8082 10.0.0.48:8082 10.0.0.49:8082' ++ CONFIG_SERVERS='10.0.0.254:8082 10.0.0.48:8082 10.0.0.49:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.254:9161 10.0.0.48:9161 10.0.0.49:9161 ' ']' +++ echo '10.0.0.254:9161 10.0.0.48:9161 10.0.0.49:9161' ++ CONFIGDB_SERVERS='10.0.0.254:9161 10.0.0.48:9161 10.0.0.49:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.254:9041 10.0.0.48:9041 10.0.0.49:9041 ' ']' +++ echo '10.0.0.254:9041 10.0.0.48:9041 10.0.0.49:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.254:9041 10.0.0.48:9041 10.0.0.49:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+=10.0.0.48:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.254:2181,10.0.0.48:2181,10.0.0.49:2181, ']' +++ echo 10.0.0.254:2181,10.0.0.48:2181,10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.254:2181,10.0.0.48:2181,10.0.0.49:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.254:2181 10.0.0.48:2181 10.0.0.49:2181 ' ']' +++ echo '10.0.0.254:2181 10.0.0.48:2181 10.0.0.49:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.254:2181 10.0.0.48:2181 10.0.0.49:2181' ++ RABBITMQ_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+=10.0.0.48:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.254:5673,10.0.0.48:5673,10.0.0.49:5673, ']' +++ echo 10.0.0.254:5673,10.0.0.48:5673,10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.254:5673,10.0.0.48:5673,10.0.0.49:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.254:6379 10.0.0.48:6379 10.0.0.49:6379 ' ']' +++ echo '10.0.0.254:6379 10.0.0.48:6379 10.0.0.49:6379' ++ REDIS_SERVERS='10.0.0.254:6379 10.0.0.48:6379 10.0.0.49:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.254,10.0.0.48,10.0.0.49 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.48 +++ local server_address=10.0.0.48 +++ extended_server_list+='10.0.0.48:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.254:9092 10.0.0.48:9092 10.0.0.49:9092 ' ']' +++ echo '10.0.0.254:9092 10.0.0.48:9092 10.0.0.49:9092' ++ KAFKA_SERVERS='10.0.0.254:9092 10.0.0.48:9092 10.0.0.49:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.254 ++ 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.254,10.0.0.48,10.0.0.49 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ 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.254,10.0.0.48,10.0.0.49 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + REDIS_NODES=10.0.0.254,10.0.0.48,10.0.0.49,10.0.0.254,10.0.0.48,10.0.0.49 + [[ -z '' ]] + [[ -n 10.0.0.254,10.0.0.48,10.0.0.49,10.0.0.254,10.0.0.48,10.0.0.49 ]] + for i in '{1..10}' ++ find_my_ip_and_order_for_node REDIS ++ local server_typ=REDIS_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.254,10.0.0.48,10.0.0.49,10.0.0.254,10.0.0.48,10.0.0.49 ++ local servers=10.0.0.254,10.0.0.48,10.0.0.49,10.0.0.254,10.0.0.48,10.0.0.49 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ sort +++ grep -vi host +++ awk '/32 host/ { print f } {f=$2}' +++ uniq ++ local local_ips=,10.0.0.49,10.20.0.14,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.254'\''))' ++ local server_ip=10.0.0.254 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.254 ]] ++ [[ ,10.0.0.49,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] ++ (( ord+=1 )) ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.48'\''))' ++ local server_ip=10.0.0.48 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.48 ]] ++ [[ ,10.0.0.49,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.48, ]] ++ (( ord+=1 )) ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.49'\''))' ++ local server_ip=10.0.0.49 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.49 ]] ++ [[ ,10.0.0.49,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.49, ]] ++ echo 10.0.0.49 3 ++ return + my_ip_and_order='10.0.0.49 3' + '[' -n '10.0.0.49 3' ']' + break ++ echo 10.0.0.49 3 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.49 + '[' -n 10.0.0.49 ']' + REDIS_LISTEN_ADDRESS=10.0.0.49 + redis_opts='--lua-time-limit 15000' + redis_opts+=' --dbfilename '\'''\''' + redis_opts+=' --bind 127.0.0.1' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ 10.0.0.49 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.49 ']' + redis_opts+=' 10.0.0.49' + '[' -n 6379 ']' + redis_opts+=' --port 6379' + '[' -n '' ']' + '[' -n '' ']' + echo 'INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '\'''\'' --bind 127.0.0.1 10.0.0.49 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.49 --port 6379 ++ id -u redis + CONTRAIL_UID=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.49 --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.49 --port 6379 1:C 20 Oct 2025 05:03:02.888 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 20 Oct 2025 05:03:02.888 # Redis version=6.0.15, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 20 Oct 2025 05:03:02.888 # Configuration loaded 1:M 20 Oct 2025 05:03:02.889 * Running mode=standalone, port=6379. 1:M 20 Oct 2025 05:03:02.889 # Server initialized 1:M 20 Oct 2025 05:03:02.889 # 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 20 Oct 2025 05:03:02.889 * Ready to accept connections 1:M 20 Oct 2025 05:07:08.749 * WARNING: Flushing Redis UVE DB 1:M 20 Oct 2025 05:07:08.749 * WARNING: Flushing Redis UVE DB done 1:M 20 Oct 2025 05:07:08.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 1:M 20 Oct 2025 05:07:08.752 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 to NGENERATORS 1:M 20 Oct 2025 05:07:08.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 done 1:M 20 Oct 2025 05:07:08.775 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 1:M 20 Oct 2025 05:07:08.775 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:08.775 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 done 1:M 20 Oct 2025 05:07:08.781 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.782 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.782 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 1:M 20 Oct 2025 05:07:08.782 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:08.782 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 done 1:M 20 Oct 2025 05:07:08.787 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 1:M 20 Oct 2025 05:07:08.787 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:08.787 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 20 Oct 2025 05:07:08.793 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 1:M 20 Oct 2025 05:07:08.793 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:08.793 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 20 Oct 2025 05:07:08.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.798 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 1:M 20 Oct 2025 05:07:08.798 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 20 Oct 2025 05:07:08.798 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 done 1:M 20 Oct 2025 05:07:08.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.799 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 1:M 20 Oct 2025 05:07:08.799 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 20 Oct 2025 05:07:08.799 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 done 1:M 20 Oct 2025 05:07:08.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.802 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:08.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:10.971 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 20 Oct 2025 05:07:10.971 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:10.971 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 20 Oct 2025 05:07:10.973 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:10.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:10.986 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.008 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 1:M 20 Oct 2025 05:07:11.008 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 to NGENERATORS 1:M 20 Oct 2025 05:07:11.008 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 done 1:M 20 Oct 2025 05:07:11.020 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.129 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 1:M 20 Oct 2025 05:07:11.129 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 to NGENERATORS 1:M 20 Oct 2025 05:07:11.129 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 done 1:M 20 Oct 2025 05:07:11.141 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.392 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 1:M 20 Oct 2025 05:07:11.392 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 to NGENERATORS 1:M 20 Oct 2025 05:07:11.392 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 done 1:M 20 Oct 2025 05:07:11.397 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.397 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.647 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 1:M 20 Oct 2025 05:07:11.647 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:11.647 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 done 1:M 20 Oct 2025 05:07:11.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.694 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:11.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:15.854 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 20 Oct 2025 05:07:15.854 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:15.854 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 20 Oct 2025 05:07:15.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:15.861 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:15.861 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.748 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 1:M 20 Oct 2025 05:07:18.748 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.748 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 done 1:M 20 Oct 2025 05:07:18.748 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 1:M 20 Oct 2025 05:07:18.749 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.749 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 done 1:M 20 Oct 2025 05:07:18.749 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 1:M 20 Oct 2025 05:07:18.749 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.749 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 done 1:M 20 Oct 2025 05:07:18.749 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 1:M 20 Oct 2025 05:07:18.750 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.750 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 done 1:M 20 Oct 2025 05:07:18.750 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 1:M 20 Oct 2025 05:07:18.750 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.750 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 done 1:M 20 Oct 2025 05:07:18.750 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 1:M 20 Oct 2025 05:07:18.750 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.750 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 done 1:M 20 Oct 2025 05:07:18.751 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 20 Oct 2025 05:07:18.751 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.751 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 20 Oct 2025 05:07:18.751 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 1:M 20 Oct 2025 05:07:18.751 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.751 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 done 1:M 20 Oct 2025 05:07:18.751 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 20 Oct 2025 05:07:18.751 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.751 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 20 Oct 2025 05:07:18.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 1:M 20 Oct 2025 05:07:18.752 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 20 Oct 2025 05:07:18.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 1:M 20 Oct 2025 05:07:18.752 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 done 1:M 20 Oct 2025 05:07:18.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 1:M 20 Oct 2025 05:07:18.752 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:18.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 20 Oct 2025 05:07:18.752 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 1:M 20 Oct 2025 05:07:18.753 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 20 Oct 2025 05:07:18.753 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 done 1:M 20 Oct 2025 05:07:18.757 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.761 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.762 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.768 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.774 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:18.775 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:19.967 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 1:M 20 Oct 2025 05:07:19.967 * Add cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 to NGENERATORS 1:M 20 Oct 2025 05:07:19.967 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 done 1:M 20 Oct 2025 05:07:19.979 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:19.984 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:20.161 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 1:M 20 Oct 2025 05:07:20.161 * Add cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 to NGENERATORS 1:M 20 Oct 2025 05:07:20.161 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 done 1:M 20 Oct 2025 05:07:20.170 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:20.181 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:20.307 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 1:M 20 Oct 2025 05:07:20.307 * Add cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 to NGENERATORS 1:M 20 Oct 2025 05:07:20.307 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 done 1:M 20 Oct 2025 05:07:20.332 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:20.337 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.030 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 20 Oct 2025 05:07:21.030 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 20 Oct 2025 05:07:21.030 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 20 Oct 2025 05:07:21.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.365 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 1:M 20 Oct 2025 05:07:21.365 * Add cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 to NGENERATORS 1:M 20 Oct 2025 05:07:21.365 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 done 1:M 20 Oct 2025 05:07:21.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.378 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.425 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 1:M 20 Oct 2025 05:07:21.425 * Add cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 to NGENERATORS 1:M 20 Oct 2025 05:07:21.425 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 done 1:M 20 Oct 2025 05:07:21.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.444 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.899 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 1:M 20 Oct 2025 05:07:21.899 * Add cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 to NGENERATORS 1:M 20 Oct 2025 05:07:21.899 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 done 1:M 20 Oct 2025 05:07:21.917 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:21.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:25.892 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 20 Oct 2025 05:07:25.892 * Add cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:25.892 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 20 Oct 2025 05:07:25.893 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:25.901 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:25.901 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:26.268 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 20 Oct 2025 05:07:26.268 * Add cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:07:26.268 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 20 Oct 2025 05:07:26.269 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:26.318 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:26.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:31.695 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 1:M 20 Oct 2025 05:07:31.695 * Add cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 20 Oct 2025 05:07:31.695 * GetSeq for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 done 1:M 20 Oct 2025 05:07:31.698 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:31.702 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:31.703 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:38.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:39.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:40.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:40.393 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:48.666 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:48.792 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:48.831 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:48.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:48.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:07:49.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:08.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:09.996 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:10.129 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:10.392 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:18.628 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:18.793 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:18.831 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:18.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:18.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:19.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:38.729 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:39.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:40.133 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:40.392 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:48.627 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:48.795 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:48.834 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:48.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:48.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:08:49.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:07.994 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:08.003 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:08.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:08.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:08.863 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:08.924 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:09.065 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:09.811 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:09.940 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:09.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:10.134 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:10.394 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:10.756 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:11.107 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:11.639 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:11.976 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:13.401 * GetSeq for an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 1:M 20 Oct 2025 05:09:13.401 * Add an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 20 Oct 2025 05:09:13.401 * GetSeq for an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 done 1:M 20 Oct 2025 05:09:13.403 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:13.412 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:13.413 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-4371-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:14.553 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:14.614 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:15.082 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:15.162 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:15.437 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:15.504 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:15.624 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:15.950 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:16.012 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:16.181 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:16.515 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:17.011 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:17.653 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:18.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:18.544 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:18.627 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:18.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:18.832 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:18.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:18.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:19.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:19.117 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:21.517 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:21.583 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:22.421 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:22.478 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:22.480 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:22.539 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:22.598 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:23.316 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:23.373 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:23.495 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:23.615 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:24.454 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:24.659 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:25.548 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:25.609 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:26.450 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:28.493 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:28.555 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:29.390 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:29.455 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:29.609 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:29.813 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:29.895 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:30.508 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:30.662 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:30.737 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:30.975 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:31.654 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:31.799 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:32.520 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:32.947 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:33.786 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:35.917 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:35.974 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:36.644 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:36.718 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:36.783 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:36.841 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:36.977 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:37.474 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:37.535 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:37.718 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:37.851 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:38.532 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:38.731 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:38.951 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:39.836 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:39.887 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:39.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:40.132 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:40.395 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:40.691 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:43.219 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:43.274 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:44.044 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:44.109 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:44.111 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:44.170 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:44.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:44.852 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:44.921 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:45.121 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:45.147 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:45.963 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:46.368 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:47.032 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:47.268 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:47.851 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:48.629 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:48.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:48.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:48.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:48.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:49.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:09:50.311 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:50.380 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:50.649 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:50.716 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:51.208 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:51.286 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:51.408 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:51.473 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:51.537 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:51.644 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:52.303 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:52.467 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:53.274 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:53.694 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:54.175 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:54.505 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:57.324 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:57.390 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:57.489 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:09:57.551 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:58.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:58.299 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:58.311 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:09:58.375 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:09:58.383 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:09:58.624 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:09:59.318 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:09:59.442 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:00.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:00.710 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:01.383 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:01.531 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:04.403 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:04.468 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:05.017 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:05.077 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:05.365 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:05.437 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:05.509 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:05.831 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:05.889 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:06.069 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:06.480 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:06.877 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:07.553 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:08.046 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:08.518 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:08.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:08.850 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:09.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:10.135 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:10.394 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:11.681 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:11.740 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:11.907 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:11.972 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:12.647 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:12.711 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:12.738 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:12.749 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:12.802 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:13.025 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:13.688 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:13.853 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:14.563 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:15.129 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:15.551 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:15.955 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:18.628 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:18.684 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:18.751 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:18.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:18.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:18.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:18.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:19.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:19.452 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:19.518 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:19.692 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:19.760 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:19.784 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:20.280 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:20.351 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:20.596 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:20.791 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:21.419 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:21.671 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:22.590 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:22.683 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:23.418 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:25.751 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:25.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:26.451 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:26.518 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:26.772 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:26.812 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:26.846 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:27.291 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:27.353 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:27.579 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:27.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:28.420 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:28.838 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:29.407 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:29.864 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:30.242 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:32.879 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:32.952 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:33.024 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:33.094 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:33.863 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:33.891 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:33.937 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:33.962 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:34.007 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:34.055 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:34.930 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:34.951 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:35.845 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:36.210 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:36.757 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:37.073 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:38.732 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:39.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:39.930 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:39.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:40.114 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:40.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:40.189 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:40.395 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:40.738 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:40.811 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:40.868 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:41.025 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:41.088 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:41.275 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:41.760 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:42.171 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:42.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:43.257 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:43.721 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:44.169 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:46.811 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:46.870 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:47.311 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:47.374 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:47.697 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:47.766 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:47.946 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:48.218 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:48.287 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:48.295 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:48.631 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:48.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:48.829 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:48.838 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:48.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:48.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:49.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:10:49.208 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:49.813 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:50.289 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:50.676 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:51.196 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:53.945 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:54.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:10:54.022 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:54.087 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:54.879 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:54.890 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:10:54.951 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:54.957 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:55.012 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:55.148 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:55.933 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:56.009 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:10:57.088 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:10:57.220 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:10:58.006 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:10:58.080 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:00.789 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:00.853 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:01.239 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:01.312 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:01.690 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:01.758 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:01.813 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:02.104 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:02.175 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:02.343 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:02.721 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:03.191 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:03.965 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:04.390 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:04.862 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:05.234 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:07.891 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:07.936 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:08.363 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:08.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:08.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:08.765 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:08.833 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:09.011 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:09.226 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:09.286 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:09.443 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:09.914 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:09.998 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:10.136 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:10.277 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:10.397 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:11.021 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:11.328 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:11.959 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:12.164 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:15.132 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:15.166 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:15.212 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:15.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:15.970 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:16.028 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:16.041 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:16.100 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:16.180 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:16.197 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:17.015 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:17.053 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:18.251 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:18.269 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:18.630 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:18.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:18.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:18.879 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:18.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:19.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:19.132 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:19.154 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:22.276 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:22.289 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:22.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:22.402 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:23.151 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:23.194 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:23.214 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:23.259 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:23.318 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:23.444 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:24.179 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:24.189 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:25.247 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:25.444 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:26.091 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:26.215 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:29.234 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:29.328 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:29.390 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:29.474 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:30.069 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:30.160 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:30.160 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:30.228 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:30.272 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:30.547 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:31.115 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:31.308 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:32.135 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:32.540 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:32.973 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:33.284 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:35.799 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:35.866 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:36.568 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:36.626 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:36.641 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:36.692 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:36.868 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:37.292 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:37.357 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:37.566 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:37.699 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:38.286 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:38.732 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:38.807 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:39.401 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:39.648 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:40.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:40.125 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:40.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:40.394 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:42.691 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:42.763 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:43.425 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:43.498 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:43.514 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:43.595 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:43.832 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:44.171 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:44.229 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:44.465 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:44.649 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:45.224 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:45.821 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:46.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:46.645 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:47.187 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:48.629 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:48.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:48.837 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:48.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:48.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:49.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:11:49.945 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:50.041 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:50.109 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:50.174 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:50.768 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:50.825 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:50.891 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:50.948 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:51.146 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:51.235 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:51.911 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:52.012 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:53.126 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:53.158 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:53.887 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:53.944 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:56.973 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:57.039 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:57.375 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:11:57.438 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:57.714 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:57.785 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:58.035 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:11:58.136 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:11:58.202 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:11:58.482 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:11:58.840 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:11:59.244 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:00.015 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:00.554 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:00.810 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:01.311 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:03.849 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:03.914 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:04.572 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:04.639 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:04.648 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:04.716 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:04.910 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:05.326 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:05.391 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:05.699 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:05.727 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:06.447 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:07.053 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:07.806 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:07.873 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:08.559 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:08.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:10.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:10.143 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:11.325 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:11.389 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:11.494 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:11.563 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:12.125 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:12.186 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:12.248 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:12.313 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:12.360 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:12.511 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:13.166 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:13.244 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:14.387 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:14.632 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:15.202 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:15.364 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:18.631 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:18.693 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:18.772 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:18.798 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:18.839 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:18.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:18.894 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:18.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:18.959 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:19.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:19.501 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:19.562 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:19.629 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:19.686 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:19.694 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:20.016 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:20.490 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:20.744 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:21.501 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:22.025 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:22.317 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:22.737 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:25.489 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:25.538 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:25.995 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.193 part 29 1:M 20 Oct 2025 05:12:26.062 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:26.304 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:26.352 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:26.561 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:26.711 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.25 part 29 1:M 20 Oct 2025 05:12:26.780 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:27.001 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:27.373 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:27.721 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:28.398 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:10.20.0.193 part 25 1:M 20 Oct 2025 05:12:28.964 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.193 part 22 1:M 20 Oct 2025 05:12:29.223 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:10.20.0.25 part 20 1:M 20 Oct 2025 05:12:29.685 * DelUVE on cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:10.20.0.25 part 21 1:M 20 Oct 2025 05:12:38.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:40.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:40.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:40.395 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:48.632 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:48.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:48.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:48.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:48.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:12:49.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:08.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:09.999 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:10.142 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:18.634 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:18.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:18.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:18.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:18.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:19.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:38.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:39.999 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:40.144 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:40.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:48.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:48.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:48.840 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:48.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:48.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:13:49.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:08.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:10.003 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:10.145 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:10.396 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:18.634 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:18.804 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:18.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:18.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:18.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:19.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:38.733 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:40.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:40.148 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:40.399 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:48.637 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:48.803 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:48.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:48.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:48.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:14:49.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:08.737 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:10.000 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:10.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:10.397 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:18.634 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:18.805 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:18.841 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:18.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:18.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:19.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:38.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:40.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:40.146 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:40.400 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:48.638 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:48.807 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:48.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:48.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:48.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:15:49.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:08.734 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:10.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:10.147 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:10.398 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:18.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:18.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:18.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:18.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:18.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:19.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:38.735 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:40.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:40.150 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:40.399 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:48.635 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:48.806 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:48.842 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:48.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:48.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:16:49.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:08.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:10.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:10.151 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:10.401 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:18.635 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:18.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:18.844 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:18.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:18.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:19.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:38.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:40.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:40.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:40.399 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:48.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:48.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:48.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:48.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:48.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:17:49.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:08.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:10.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:10.149 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:10.400 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:18.636 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:18.808 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:18.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:18.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:18.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:19.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:38.736 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:40.006 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:40.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:40.399 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:48.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:48.810 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:48.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:48.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:48.940 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:18:49.010 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:08.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:10.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:10.152 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:10.399 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:18.639 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:18.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:18.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:18.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:18.943 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:19.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:38.737 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:40.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:40.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:40.401 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:48.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:48.813 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:48.848 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:48.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:48.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:19:49.009 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:08.737 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:10.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:10.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:10.400 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:18.638 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:18.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:18.845 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:18.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:18.944 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:19.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:38.737 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:40.004 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:40.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:40.403 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:48.641 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:48.811 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:48.849 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:48.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:48.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:20:49.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:08.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:10.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:10.154 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:10.403 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:18.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:18.814 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:18.846 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:18.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:18.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:19.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:38.738 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:40.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:40.153 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:40.405 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:48.644 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:48.818 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:48.847 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:48.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:48.941 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:21:49.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:08.740 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:10.005 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:10.155 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:10.402 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:18.642 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:18.812 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:18.851 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:18.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:18.946 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:19.012 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:38.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:40.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:40.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:40.402 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:48.645 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:48.815 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:48.850 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:48.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:48.942 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:22:49.008 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:08.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:10.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:10.159 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:10.408 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:18.640 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:18.816 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:18.852 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:18.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:18.945 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:19.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:38.739 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:40.007 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:40.158 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 20 Oct 2025 05:23:40.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-4371-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info