++ 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 +++ date ++ 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 ++ echo 'INFO: =================== Mon Feb 10 02:00:07 UTC 2025 ===================' INFO: =================== Mon Feb 10 02:00:07 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.17 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.17,10.0.0.12,10.0.0.30 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.17,10.0.0.12,10.0.0.30 ++ ANALYTICSDB_NODES=10.0.0.17,10.0.0.12,10.0.0.30 ++ ANALYTICS_SNMP_NODES=10.0.0.17,10.0.0.12,10.0.0.30 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:8081 ' +++ '[' -n '10.0.0.17:8081 10.0.0.12:8081 10.0.0.30:8081 ' ']' +++ echo '10.0.0.17:8081 10.0.0.12:8081 10.0.0.30:8081' ++ ANALYTICS_SERVERS='10.0.0.17:8081 10.0.0.12:8081 10.0.0.30: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:9042 ' +++ '[' -n '10.0.0.17:9042 10.0.0.12:9042 10.0.0.30:9042 ' ']' +++ echo '10.0.0.17:9042 10.0.0.12:9042 10.0.0.30:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.17:9042 10.0.0.12:9042 10.0.0.30:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.17,10.0.0.12,10.0.0.30 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:8086 ' +++ '[' -n '10.0.0.17:8086 10.0.0.12:8086 10.0.0.30:8086 ' ']' +++ echo '10.0.0.17:8086 10.0.0.12:8086 10.0.0.30:8086' ++ COLLECTOR_SERVERS='10.0.0.17:8086 10.0.0.12:8086 10.0.0.30: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.17,10.0.0.12,10.0.0.30 ++ CONFIGDB_NODES=10.0.0.17,10.0.0.12,10.0.0.30 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:8082 ' +++ '[' -n '10.0.0.17:8082 10.0.0.12:8082 10.0.0.30:8082 ' ']' +++ echo '10.0.0.17:8082 10.0.0.12:8082 10.0.0.30:8082' ++ CONFIG_SERVERS='10.0.0.17:8082 10.0.0.12:8082 10.0.0.30: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:9161 ' +++ '[' -n '10.0.0.17:9161 10.0.0.12:9161 10.0.0.30:9161 ' ']' +++ echo '10.0.0.17:9161 10.0.0.12:9161 10.0.0.30:9161' ++ CONFIGDB_SERVERS='10.0.0.17:9161 10.0.0.12:9161 10.0.0.30: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:9041 ' +++ '[' -n '10.0.0.17:9041 10.0.0.12:9041 10.0.0.30:9041 ' ']' +++ echo '10.0.0.17:9041 10.0.0.12:9041 10.0.0.30:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.17:9041 10.0.0.12:9041 10.0.0.30: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.11,10.20.0.6,10.20.0.8 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.11,10.20.0.6,10.20.0.8 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.17,10.0.0.12,10.0.0.30 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+=10.0.0.17:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+=10.0.0.12:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+=10.0.0.30:2181, +++ '[' -n 10.0.0.17:2181,10.0.0.12:2181,10.0.0.30:2181, ']' +++ echo 10.0.0.17:2181,10.0.0.12:2181,10.0.0.30:2181 ++ ZOOKEEPER_SERVERS=10.0.0.17:2181,10.0.0.12:2181,10.0.0.30: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:2181 ' +++ '[' -n '10.0.0.17:2181 10.0.0.12:2181 10.0.0.30:2181 ' ']' +++ echo '10.0.0.17:2181 10.0.0.12:2181 10.0.0.30:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.17:2181 10.0.0.12:2181 10.0.0.30:2181' ++ RABBITMQ_NODES=10.0.0.17,10.0.0.12,10.0.0.30 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+=10.0.0.17:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+=10.0.0.12:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+=10.0.0.30:5673, +++ '[' -n 10.0.0.17:5673,10.0.0.12:5673,10.0.0.30:5673, ']' +++ echo 10.0.0.17:5673,10.0.0.12:5673,10.0.0.30:5673 ++ RABBITMQ_SERVERS=10.0.0.17:5673,10.0.0.12:5673,10.0.0.30: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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:6379 ' +++ '[' -n '10.0.0.17:6379 10.0.0.12:6379 10.0.0.30:6379 ' ']' +++ echo '10.0.0.17:6379 10.0.0.12:6379 10.0.0.30:6379' ++ REDIS_SERVERS='10.0.0.17:6379 10.0.0.12:6379 10.0.0.30: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.17,10.0.0.12,10.0.0.30 ++ 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.17 +++ local server_address=10.0.0.17 +++ extended_server_list+='10.0.0.17:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.30 +++ local server_address=10.0.0.30 +++ extended_server_list+='10.0.0.30:9092 ' +++ '[' -n '10.0.0.17:9092 10.0.0.12:9092 10.0.0.30:9092 ' ']' +++ echo '10.0.0.17:9092 10.0.0.12:9092 10.0.0.30:9092' ++ KAFKA_SERVERS='10.0.0.17:9092 10.0.0.12:9092 10.0.0.30: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.17 ++ 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.17,10.0.0.12,10.0.0.30 ++ 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.17,10.0.0.12,10.0.0.30 ++ 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.17,10.0.0.12,10.0.0.30,10.0.0.17,10.0.0.12,10.0.0.30 + [[ -z '' ]] + [[ -n 10.0.0.17,10.0.0.12,10.0.0.30,10.0.0.17,10.0.0.12,10.0.0.30 ]] + 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.17,10.0.0.12,10.0.0.30,10.0.0.17,10.0.0.12,10.0.0.30 ++ local servers=10.0.0.17,10.0.0.12,10.0.0.30,10.0.0.17,10.0.0.12,10.0.0.30 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ awk '/32 host/ { print f } {f=$2}' +++ grep -vi host +++ cat /proc/net/fib_trie +++ sort +++ uniq ++ local local_ips=,10.0.0.17,10.20.0.11,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.17'\''))' ++ local server_ip=10.0.0.17 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.17 ]] ++ [[ ,10.0.0.17,10.20.0.11,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.17, ]] ++ echo 10.0.0.17 1 ++ return + my_ip_and_order='10.0.0.17 1' + '[' -n '10.0.0.17 1' ']' + break ++ echo 10.0.0.17 1 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.17 + '[' -n 10.0.0.17 ']' + REDIS_LISTEN_ADDRESS=10.0.0.17 + 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.17 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.17 ']' + redis_opts+=' 10.0.0.17' + '[' -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.17 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.17 --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.17 --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.17 --port 6379 1:C 10 Feb 2025 02:00:07.309 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 10 Feb 2025 02:00:07.310 # Redis version=6.0.15, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 10 Feb 2025 02:00:07.310 # Configuration loaded 1:M 10 Feb 2025 02:00:07.312 * Running mode=standalone, port=6379. 1:M 10 Feb 2025 02:00:07.312 # Server initialized 1:M 10 Feb 2025 02:00:07.312 # 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 10 Feb 2025 02:00:07.313 * Ready to accept connections 1:M 10 Feb 2025 02:00:29.458 * WARNING: Flushing Redis UVE DB 1:M 10 Feb 2025 02:00:29.459 * WARNING: Flushing Redis UVE DB done 1:M 10 Feb 2025 02:00:29.462 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 1:M 10 Feb 2025 02:00:29.463 * Add cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:29.463 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 done 1:M 10 Feb 2025 02:00:29.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.480 * GetSeq for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 1:M 10 Feb 2025 02:00:29.480 * Add an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:29.480 * GetSeq for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 done 1:M 10 Feb 2025 02:00:29.488 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.502 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 1:M 10 Feb 2025 02:00:29.503 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:29.503 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 done 1:M 10 Feb 2025 02:00:29.526 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.544 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 1:M 10 Feb 2025 02:00:29.544 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 to NGENERATORS 1:M 10 Feb 2025 02:00:29.544 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 done 1:M 10 Feb 2025 02:00:29.551 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.578 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 1:M 10 Feb 2025 02:00:29.578 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 to NGENERATORS 1:M 10 Feb 2025 02:00:29.578 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 done 1:M 10 Feb 2025 02:00:29.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.582 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.601 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 1:M 10 Feb 2025 02:00:29.601 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:1 to NGENERATORS 1:M 10 Feb 2025 02:00:29.601 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 done 1:M 10 Feb 2025 02:00:29.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.610 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.610 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.610 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.625 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.625 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.631 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.651 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:29.695 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:30.058 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 1:M 10 Feb 2025 02:00:30.058 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 to NGENERATORS 1:M 10 Feb 2025 02:00:30.058 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 done 1:M 10 Feb 2025 02:00:30.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:30.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:30.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:30.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 1:M 10 Feb 2025 02:00:30.822 * Add cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 to NGENERATORS 1:M 10 Feb 2025 02:00:30.822 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 done 1:M 10 Feb 2025 02:00:30.826 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:30.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:30.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:32.539 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 1:M 10 Feb 2025 02:00:32.539 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:32.539 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 10 Feb 2025 02:00:32.541 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:32.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:32.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:32.790 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 1:M 10 Feb 2025 02:00:32.790 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:32.790 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 10 Feb 2025 02:00:32.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:32.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:32.797 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:33.743 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 1:M 10 Feb 2025 02:00:33.743 * Add cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:33.743 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 done 1:M 10 Feb 2025 02:00:33.746 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 10 Feb 2025 02:00:33.746 * Add cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:33.746 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 10 Feb 2025 02:00:33.750 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:33.750 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:33.759 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:33.760 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:33.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:33.767 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:35.123 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 1:M 10 Feb 2025 02:00:35.123 * Add cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 to NGENERATORS 1:M 10 Feb 2025 02:00:35.123 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 done 1:M 10 Feb 2025 02:00:35.148 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 1:M 10 Feb 2025 02:00:35.148 * Add cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 to NGENERATORS 1:M 10 Feb 2025 02:00:35.148 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 done 1:M 10 Feb 2025 02:00:35.172 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:35.185 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:35.186 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:35.240 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.754 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 1:M 10 Feb 2025 02:00:39.755 * Add cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.755 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 done 1:M 10 Feb 2025 02:00:39.755 * GetSeq for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 1:M 10 Feb 2025 02:00:39.755 * Add an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.755 * GetSeq for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 done 1:M 10 Feb 2025 02:00:39.755 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 1:M 10 Feb 2025 02:00:39.755 * Add cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.755 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 done 1:M 10 Feb 2025 02:00:39.756 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 1:M 10 Feb 2025 02:00:39.756 * Add cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.756 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 done 1:M 10 Feb 2025 02:00:39.756 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 1:M 10 Feb 2025 02:00:39.756 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.756 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 done 1:M 10 Feb 2025 02:00:39.756 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 1:M 10 Feb 2025 02:00:39.756 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.756 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 done 1:M 10 Feb 2025 02:00:39.759 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 1:M 10 Feb 2025 02:00:39.759 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.759 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 10 Feb 2025 02:00:39.760 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 1:M 10 Feb 2025 02:00:39.760 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.760 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 done 1:M 10 Feb 2025 02:00:39.760 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 10 Feb 2025 02:00:39.760 * Add cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.760 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 10 Feb 2025 02:00:39.760 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 1:M 10 Feb 2025 02:00:39.760 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.760 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 10 Feb 2025 02:00:39.761 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 1:M 10 Feb 2025 02:00:39.761 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:1 to NGENERATORS 1:M 10 Feb 2025 02:00:39.761 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 done 1:M 10 Feb 2025 02:00:39.761 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 1:M 10 Feb 2025 02:00:39.761 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.761 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 done 1:M 10 Feb 2025 02:00:39.762 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 1:M 10 Feb 2025 02:00:39.762 * Add cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.762 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 done 1:M 10 Feb 2025 02:00:39.763 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 1:M 10 Feb 2025 02:00:39.763 * Add cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 to NGENERATORS 1:M 10 Feb 2025 02:00:39.763 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 done 1:M 10 Feb 2025 02:00:39.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.766 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.769 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.799 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.819 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.825 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.833 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:39.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:40.443 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 10 Feb 2025 02:00:40.443 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:00:40.443 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 10 Feb 2025 02:00:40.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:40.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:40.493 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:46.363 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 1:M 10 Feb 2025 02:00:46.363 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 to NGENERATORS 1:M 10 Feb 2025 02:00:46.363 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 done 1:M 10 Feb 2025 02:00:46.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:46.377 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:48.386 * GetSeq for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 1:M 10 Feb 2025 02:00:48.386 * Add an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 10 Feb 2025 02:00:48.386 * GetSeq for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 done 1:M 10 Feb 2025 02:00:48.392 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:48.428 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:52.830 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 1:M 10 Feb 2025 02:00:52.830 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 10 Feb 2025 02:00:52.830 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 done 1:M 10 Feb 2025 02:00:52.832 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:52.835 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:52.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:00:58.365 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 1:M 10 Feb 2025 02:00:58.365 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:NodeStatus 1:M 10 Feb 2025 02:00:58.365 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:NodeStatus [#1] 1:M 10 Feb 2025 02:00:58.365 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:BgpRouterState 1:M 10 Feb 2025 02:00:58.365 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:BgpRouterState [#1] 1:M 10 Feb 2025 02:00:58.365 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:PeerStatsData 1:M 10 Feb 2025 02:00:58.365 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:PeerStatsData [#4] 1:M 10 Feb 2025 02:00:58.365 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:RoutingInstanceStatsData 1:M 10 Feb 2025 02:00:58.365 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:RoutingInstanceStatsData [#5] 1:M 10 Feb 2025 02:00:58.366 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:BgpPeerInfoData 1:M 10 Feb 2025 02:00:58.366 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:BgpPeerInfoData [#2] 1:M 10 Feb 2025 02:00:58.366 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:PeerFlapData 1:M 10 Feb 2025 02:00:58.366 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:PeerFlapData [#2] 1:M 10 Feb 2025 02:00:58.366 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:XmppPeerInfoData 1:M 10 Feb 2025 02:00:58.366 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:XmppPeerInfoData [#2] 1:M 10 Feb 2025 02:00:58.366 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:ModuleClientState 1:M 10 Feb 2025 02:00:58.366 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:00:58.366 * Remove cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 from NGENERATORS 1:M 10 Feb 2025 02:00:58.366 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 successful 1:M 10 Feb 2025 02:00:59.046 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 1:M 10 Feb 2025 02:00:59.046 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0:NodeStatus 1:M 10 Feb 2025 02:00:59.046 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0:NodeStatus [#1] 1:M 10 Feb 2025 02:00:59.046 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0:ModuleClientState 1:M 10 Feb 2025 02:00:59.046 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:00:59.046 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0:DnsState 1:M 10 Feb 2025 02:00:59.046 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0:DnsState [#1] 1:M 10 Feb 2025 02:00:59.046 * Remove cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 from NGENERATORS 1:M 10 Feb 2025 02:00:59.046 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 successful 1:M 10 Feb 2025 02:00:59.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:04.497 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:07.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:26.044 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 1:M 10 Feb 2025 02:01:26.044 * Add cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 to NGENERATORS 1:M 10 Feb 2025 02:01:26.044 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 done 1:M 10 Feb 2025 02:01:26.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:26.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:27.006 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 1:M 10 Feb 2025 02:01:27.006 * Add cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 to NGENERATORS 1:M 10 Feb 2025 02:01:27.007 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 done 1:M 10 Feb 2025 02:01:27.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:27.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:29.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:34.500 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:37.372 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:48.705 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 1:M 10 Feb 2025 02:01:48.705 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0:NodeStatus 1:M 10 Feb 2025 02:01:48.705 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0:NodeStatus [#1] 1:M 10 Feb 2025 02:01:48.705 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0:ModuleClientState 1:M 10 Feb 2025 02:01:48.705 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:01:48.705 * Remove cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 from NGENERATORS 1:M 10 Feb 2025 02:01:48.705 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control-nodemgr:0 successful 1:M 10 Feb 2025 02:01:56.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:56.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:01:59.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:04.497 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:06.869 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 1:M 10 Feb 2025 02:02:06.869 * Add cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 to NGENERATORS 1:M 10 Feb 2025 02:02:06.869 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 done 1:M 10 Feb 2025 02:02:06.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:06.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:07.377 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:07.852 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 1:M 10 Feb 2025 02:02:07.852 * Add cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 to NGENERATORS 1:M 10 Feb 2025 02:02:07.852 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 done 1:M 10 Feb 2025 02:02:07.855 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:07.856 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:26.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:26.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:29.412 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:34.500 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:36.855 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:37.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:37.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:48.918 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 1:M 10 Feb 2025 02:02:48.918 * Add cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 to NGENERATORS 1:M 10 Feb 2025 02:02:48.918 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 done 1:M 10 Feb 2025 02:02:48.938 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:48.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:49.785 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 1:M 10 Feb 2025 02:02:49.785 * Add cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 to NGENERATORS 1:M 10 Feb 2025 02:02:49.785 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 done 1:M 10 Feb 2025 02:02:49.789 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:49.791 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:56.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:56.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:02:59.414 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:04.498 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:06.868 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:07.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:07.373 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:14.826 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 1:M 10 Feb 2025 02:03:14.826 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0:NodeStatus 1:M 10 Feb 2025 02:03:14.826 * Delete cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0:NodeStatus [#1] 1:M 10 Feb 2025 02:03:14.826 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0:ModuleClientState 1:M 10 Feb 2025 02:03:14.826 * Delete cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:03:14.826 * Remove cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 from NGENERATORS 1:M 10 Feb 2025 02:03:14.826 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-schema:0 successful 1:M 10 Feb 2025 02:03:18.909 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:19.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:26.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:26.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:29.413 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:34.499 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:36.858 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:37.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:37.377 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:48.910 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:49.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:49.178 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 10 Feb 2025 02:03:49.178 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:03:49.178 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 10 Feb 2025 02:03:49.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:49.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:49.225 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:56.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:56.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:03:59.414 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:04.499 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:06.867 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:07.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:07.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:07.620 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 1:M 10 Feb 2025 02:04:07.620 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0:NodeStatus 1:M 10 Feb 2025 02:04:07.620 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0:NodeStatus [#1] 1:M 10 Feb 2025 02:04:07.620 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0:CassandraStatusData 1:M 10 Feb 2025 02:04:07.620 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0:CassandraStatusData [#1] 1:M 10 Feb 2025 02:04:07.620 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo 1:M 10 Feb 2025 02:04:07.620 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo [#1] 1:M 10 Feb 2025 02:04:07.620 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0:ModuleClientState 1:M 10 Feb 2025 02:04:07.620 * Delete cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:04:07.620 * Remove cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 from NGENERATORS 1:M 10 Feb 2025 02:04:07.620 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-1.:Database:contrail-database-nodemgr:0 successful 1:M 10 Feb 2025 02:04:18.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:19.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:26.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:26.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:29.415 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:34.499 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:36.859 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:37.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:37.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:48.910 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:49.082 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:53.020 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 10 Feb 2025 02:04:53.021 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0:DatabaseUsageInfo 1:M 10 Feb 2025 02:04:53.021 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0:DatabaseUsageInfo [#1] 1:M 10 Feb 2025 02:04:53.021 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0:NodeStatus 1:M 10 Feb 2025 02:04:53.021 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0:NodeStatus [#1] 1:M 10 Feb 2025 02:04:53.021 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0:ModuleClientState 1:M 10 Feb 2025 02:04:53.021 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:04:53.021 * Remove cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 from NGENERATORS 1:M 10 Feb 2025 02:04:53.021 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-2.:ConfigDatabase:contrail-config-database-nodemgr:0 successful 1:M 10 Feb 2025 02:04:56.019 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 1:M 10 Feb 2025 02:04:56.019 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 10 Feb 2025 02:04:56.019 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 done 1:M 10 Feb 2025 02:04:56.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:56.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:56.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:56.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:56.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:04:59.413 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:04.499 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:06.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:07.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:07.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:18.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:19.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:26.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:26.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:29.414 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:34.499 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:36.744 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 1:M 10 Feb 2025 02:05:36.744 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0:NodeStatus 1:M 10 Feb 2025 02:05:36.744 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0:NodeStatus [#1] 1:M 10 Feb 2025 02:05:36.744 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0:CassandraStatusData 1:M 10 Feb 2025 02:05:36.744 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0:CassandraStatusData [#1] 1:M 10 Feb 2025 02:05:36.744 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo 1:M 10 Feb 2025 02:05:36.744 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo [#1] 1:M 10 Feb 2025 02:05:36.744 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0:ModuleClientState 1:M 10 Feb 2025 02:05:36.744 * Delete cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:05:36.744 * Remove cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 from NGENERATORS 1:M 10 Feb 2025 02:05:36.744 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-2.:Database:contrail-database-nodemgr:0 successful 1:M 10 Feb 2025 02:05:36.860 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:37.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:37.376 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:48.913 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:49.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:56.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:56.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:05:59.414 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:04.500 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:06.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:07.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:07.375 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:16.140 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 1:M 10 Feb 2025 02:06:16.140 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0:NodeStatus 1:M 10 Feb 2025 02:06:16.140 * Delete cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0:NodeStatus [#1] 1:M 10 Feb 2025 02:06:16.140 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0:ModuleClientState 1:M 10 Feb 2025 02:06:16.140 * Delete cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:06:16.140 * Remove cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 from NGENERATORS 1:M 10 Feb 2025 02:06:16.140 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-3.:Config:contrail-svc-monitor:0 successful 1:M 10 Feb 2025 02:06:18.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:19.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:26.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:26.109 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:28.308 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 1:M 10 Feb 2025 02:06:28.308 * Add cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 10 Feb 2025 02:06:28.308 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 done 1:M 10 Feb 2025 02:06:28.311 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:28.319 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:28.361 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:29.416 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:34.503 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:36.861 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:37.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:37.377 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:48.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:49.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:56.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:56.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:06:56.670 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 1:M 10 Feb 2025 02:06:56.670 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0:NodeStatus 1:M 10 Feb 2025 02:06:56.670 * Delete cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0:NodeStatus [#1] 1:M 10 Feb 2025 02:06:56.670 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0:ModuleClientState 1:M 10 Feb 2025 02:06:56.670 * Delete cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:06:56.670 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0:QEDbStats 1:M 10 Feb 2025 02:06:56.670 * Delete cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0:QEDbStats [#1] 1:M 10 Feb 2025 02:06:56.670 * Remove cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 from NGENERATORS 1:M 10 Feb 2025 02:06:56.670 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 successful 1:M 10 Feb 2025 02:06:59.415 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:04.501 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:06.867 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:07.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:18.915 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:19.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:23.966 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 1:M 10 Feb 2025 02:07:23.966 * Add cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 to NGENERATORS 1:M 10 Feb 2025 02:07:23.966 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 done 1:M 10 Feb 2025 02:07:23.969 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:23.970 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:26.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:26.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:29.416 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:34.504 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:36.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:37.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:48.912 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:49.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:53.918 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:56.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:56.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:07:59.417 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:04.503 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:06.910 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:07.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:18.912 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:19.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:23.918 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:26.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:26.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:29.422 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:34.527 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:36.862 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:37.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:48.915 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:49.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:53.918 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:56.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:56.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:08:59.420 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:04.504 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:06.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:07.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:18.914 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:19.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:23.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:26.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:26.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:29.420 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:34.502 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:36.865 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:37.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:48.916 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:49.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:53.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:56.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:56.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:09:59.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:04.503 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:06.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:07.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:18.918 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:19.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:23.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:26.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:26.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:29.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:34.511 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:36.864 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:37.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:48.918 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:49.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:53.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:56.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:56.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:10:59.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:04.505 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:06.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:07.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:18.920 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:19.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:23.924 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:26.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:26.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:29.422 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:34.509 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:36.866 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:37.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:48.917 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:49.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:53.923 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:56.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:56.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:11:59.422 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:04.506 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:06.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:07.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:18.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:19.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:23.924 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:26.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:26.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:29.422 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:34.505 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:36.866 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:37.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:48.920 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:49.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:53.924 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:56.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:56.070 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:12:59.420 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:04.505 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:06.900 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:07.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:18.922 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:19.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:23.923 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:26.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:26.078 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:29.423 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:34.516 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:36.867 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:37.041 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:48.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:49.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:53.923 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:56.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:56.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:13:59.422 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:04.505 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:06.901 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:07.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:18.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:19.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:23.926 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:26.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:26.117 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:29.424 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:34.510 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:36.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:37.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:48.921 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:49.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:53.924 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:56.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:56.076 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:14:59.423 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:04.505 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:06.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:07.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:18.919 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:19.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:23.924 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:26.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:26.101 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:29.424 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:34.506 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:36.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:37.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:48.920 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:49.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:53.925 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:56.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:56.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:15:59.424 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:04.509 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:06.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:07.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:18.922 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:19.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:23.926 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:26.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:26.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:29.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:34.507 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:36.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:37.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:48.952 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:49.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:53.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:56.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:56.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:16:59.429 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:04.508 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:06.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:07.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:18.920 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:19.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:23.925 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:26.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:26.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:29.430 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:34.511 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:36.870 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:37.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:48.975 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:49.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:50.425 * DelRequest for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#2] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VMIStats 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VMIStats [#1] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VMITags 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VMITags [#1] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#1] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:17:50.425 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 10 Feb 2025 02:17:50.425 * Delete an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 10 Feb 2025 02:17:50.425 * Remove an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 10 Feb 2025 02:17:50.425 * Delete Request for an-jenkins-deploy-platform-ansible-os-2705-1:Compute:contrail-vrouter-agent:0 successful 1:M 10 Feb 2025 02:17:50.429 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:10.20.0.21 part 21 1:M 10 Feb 2025 02:17:50.430 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:10.20.0.21 part 21 1:M 10 Feb 2025 02:17:50.458 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:10.20.0.21 part 20 1:M 10 Feb 2025 02:17:50.458 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:10.20.0.21 part 20 1:M 10 Feb 2025 02:17:50.493 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:10.20.0.7 part 26 1:M 10 Feb 2025 02:17:50.493 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:10.20.0.7 part 26 1:M 10 Feb 2025 02:17:50.505 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:10.20.0.7 part 27 1:M 10 Feb 2025 02:17:50.505 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 for ObjectXmppPeerInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:10.20.0.7 part 27 1:M 10 Feb 2025 02:17:53.926 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:56.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:56.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:17:59.430 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:06.873 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:07.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:10.720 * DelRequest for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 1:M 10 Feb 2025 02:18:10.720 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0:NodeStatus 1:M 10 Feb 2025 02:18:10.720 * Delete an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0:NodeStatus [#1] 1:M 10 Feb 2025 02:18:10.720 * Read UVES:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0:ModuleClientState 1:M 10 Feb 2025 02:18:10.720 * Delete an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0:ModuleClientState [#1] 1:M 10 Feb 2025 02:18:10.720 * Remove an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 from NGENERATORS 1:M 10 Feb 2025 02:18:10.720 * Delete Request for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 successful 1:M 10 Feb 2025 02:18:18.922 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:19.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:23.927 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:26.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:26.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:29.433 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:36.871 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:37.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:48.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:49.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:53.927 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:56.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:56.084 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:18:59.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:06.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:07.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:18.922 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:19.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:23.927 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:26.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:26.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:29.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:36.872 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:37.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:43.625 * GetSeq for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 1:M 10 Feb 2025 02:19:43.625 * Add an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 10 Feb 2025 02:19:43.625 * GetSeq for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 done 1:M 10 Feb 2025 02:19:43.625 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:43.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:43.630 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2705-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:48.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:49.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:53.927 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:56.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:56.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:19:59.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:06.875 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:07.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:18.923 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:19.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:23.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:26.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:26.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:29.432 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:36.874 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:37.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:48.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:49.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:53.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:56.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:56.086 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:20:59.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:06.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:07.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:18.924 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:19.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:23.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:26.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:26.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:29.433 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:36.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:37.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:48.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:49.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:53.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:56.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:56.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:21:59.433 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:06.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:07.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:18.925 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:19.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:23.929 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:26.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:26.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:29.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:36.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:37.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:48.939 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:49.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:53.929 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:56.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:56.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:22:59.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:06.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:07.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:18.925 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:19.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:23.929 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:26.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:26.089 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:29.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:36.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:37.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:48.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:49.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:53.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:56.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:56.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:23:59.434 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:06.876 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:07.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:18.926 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:19.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:23.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:26.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:26.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:29.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:36.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:37.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:48.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:49.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:53.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:56.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:56.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:24:59.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:06.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:07.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:18.926 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:19.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:23.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:26.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:26.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:29.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:36.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:37.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:48.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:49.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:53.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:56.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:56.090 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:25:59.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:06.878 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:07.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:18.927 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:19.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:23.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:26.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:26.091 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:29.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:36.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:37.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:48.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:49.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:53.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:56.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:56.092 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:26:59.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:06.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:07.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:18.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:19.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:23.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:26.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:26.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:29.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:36.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:37.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:48.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:49.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:53.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:56.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:56.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:27:59.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:06.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:07.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:18.928 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:19.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:23.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:26.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:26.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:29.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:36.880 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:37.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:48.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:49.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:53.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:56.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:56.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:28:59.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:06.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:07.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:18.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:19.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:23.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:26.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:26.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:29.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:36.881 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:37.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:48.929 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:49.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:53.934 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:56.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:56.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:29:59.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:06.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:07.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:18.930 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:19.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:23.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:26.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:26.094 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:29.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:36.882 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:37.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:48.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:49.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:53.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:56.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:56.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:30:59.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:06.883 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:07.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:18.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:19.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:23.935 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:26.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:26.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:29.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:36.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:37.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:48.969 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:49.098 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:53.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:56.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:56.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:31:59.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:06.890 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:07.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:18.931 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:19.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:23.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:26.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:26.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:29.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:36.886 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:37.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:48.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:49.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:53.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:56.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:56.095 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:32:59.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:06.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:07.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:18.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:19.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:23.936 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:26.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:26.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:29.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:36.884 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:37.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:48.932 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:49.097 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:53.937 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:56.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:56.096 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:33:59.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-1.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:34:06.885 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:34:07.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:34:18.933 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-control:0 type:attr ModuleClientState:client_info 1:M 10 Feb 2025 02:34:19.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2705-3:Control:contrail-dns:0 type:attr ModuleClientState:client_info