++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/redis ++ CONTAINER_LOG_DIR=/var/log/contrail/redis ++ mkdir -p /var/log/contrail/redis ++ log_file=/var/log/contrail/redis/console.log ++ touch /var/log/contrail/redis/console.log ++ chmod 600 /var/log/contrail/redis/console.log ++ exec +++ tee -a /var/log/contrail/redis/console.log +++ date ++ echo 'INFO: =================== Thu Feb 6 01:55:05 UTC 2025 ===================' INFO: =================== Thu Feb 6 01:55:05 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.41,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.41,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.41,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.41,10.0.0.38 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.41:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.41:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.41:8081 10.0.0.38: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.41:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.41:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.41:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.41,10.0.0.38 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.41:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.41:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.41:8086 10.0.0.38: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.23,10.0.0.41,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.41,10.0.0.38 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.41:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.41:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.41:8082 10.0.0.38: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.41:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.41:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.41:9161 10.0.0.38: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.41:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.41:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.41:9041 10.0.0.38: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.14,10.20.0.23,10.20.0.10 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14,10.20.0.23,10.20.0.10 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.41,10.0.0.38 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.41:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.41:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.41:2181,10.0.0.38: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.41:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.41:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.41:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.41,10.0.0.38 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.41:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.41:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.41:5673,10.0.0.38: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.41:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.41:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.41:6379 10.0.0.38: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.23,10.0.0.41,10.0.0.38 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.41:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.41:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.41:9092 10.0.0.38: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.23 ++ 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.23,10.0.0.41,10.0.0.38 ++ 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.23,10.0.0.41,10.0.0.38 ++ 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.23,10.0.0.41,10.0.0.38,10.0.0.23,10.0.0.41,10.0.0.38 + [[ -z '' ]] + [[ -n 10.0.0.23,10.0.0.41,10.0.0.38,10.0.0.23,10.0.0.41,10.0.0.38 ]] + 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.23,10.0.0.41,10.0.0.38,10.0.0.23,10.0.0.41,10.0.0.38 ++ local servers=10.0.0.23,10.0.0.41,10.0.0.38,10.0.0.23,10.0.0.41,10.0.0.38 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ cat /proc/net/fib_trie +++ awk '/32 host/ { print f } {f=$2}' +++ grep -vi host +++ uniq +++ sort ++ local local_ips=,10.0.0.38,10.20.0.10,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.23'\''))' ++ local server_ip=10.0.0.23 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.23 ]] ++ [[ ,10.0.0.38,10.20.0.10,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] ++ (( ord+=1 )) ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' ++ local server_ip=10.0.0.41 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.41 ]] ++ [[ ,10.0.0.38,10.20.0.10,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] ++ (( ord+=1 )) ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' ++ local server_ip=10.0.0.38 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.38 ]] ++ [[ ,10.0.0.38,10.20.0.10,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] ++ echo 10.0.0.38 3 ++ return + my_ip_and_order='10.0.0.38 3' + '[' -n '10.0.0.38 3' ']' + break ++ echo 10.0.0.38 3 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.38 + '[' -n 10.0.0.38 ']' + REDIS_LISTEN_ADDRESS=10.0.0.38 + 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.38 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.38 ']' + redis_opts+=' 10.0.0.38' + '[' -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.38 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.38 --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.38 --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.38 --port 6379 1:C 06 Feb 2025 01:55:05.558 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 06 Feb 2025 01:55:05.558 # Redis version=6.0.15, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 06 Feb 2025 01:55:05.558 # Configuration loaded 1:M 06 Feb 2025 01:55:05.559 * Running mode=standalone, port=6379. 1:M 06 Feb 2025 01:55:05.559 # Server initialized 1:M 06 Feb 2025 01:55:05.559 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 1:M 06 Feb 2025 01:55:05.559 * Ready to accept connections 1:M 06 Feb 2025 01:55:28.598 * WARNING: Flushing Redis UVE DB 1:M 06 Feb 2025 01:55:28.598 * WARNING: Flushing Redis UVE DB done 1:M 06 Feb 2025 01:55:28.598 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 06 Feb 2025 01:55:28.598 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:28.598 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 06 Feb 2025 01:55:28.600 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 1:M 06 Feb 2025 01:55:28.600 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:28.600 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 done 1:M 06 Feb 2025 01:55:28.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.603 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 06 Feb 2025 01:55:28.603 * Add cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:28.603 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 06 Feb 2025 01:55:28.605 * GetSeq for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 1:M 06 Feb 2025 01:55:28.605 * Add an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:28.605 * GetSeq for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 06 Feb 2025 01:55:28.608 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.609 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.609 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 1:M 06 Feb 2025 01:55:28.609 * Add cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 06 Feb 2025 01:55:28.609 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 done 1:M 06 Feb 2025 01:55:28.611 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 1:M 06 Feb 2025 01:55:28.611 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 to NGENERATORS 1:M 06 Feb 2025 01:55:28.611 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 done 1:M 06 Feb 2025 01:55:28.614 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.614 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.615 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.615 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.615 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 1:M 06 Feb 2025 01:55:28.615 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 06 Feb 2025 01:55:28.615 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 done 1:M 06 Feb 2025 01:55:28.616 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.616 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.616 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 1:M 06 Feb 2025 01:55:28.616 * Add cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 to NGENERATORS 1:M 06 Feb 2025 01:55:28.616 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 done 1:M 06 Feb 2025 01:55:28.616 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.616 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.616 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.619 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.620 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.620 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.622 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.628 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.629 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.629 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:28.630 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:31.405 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 1:M 06 Feb 2025 01:55:31.405 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:31.405 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 06 Feb 2025 01:55:31.406 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:31.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:31.419 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:31.494 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 1:M 06 Feb 2025 01:55:31.494 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:31.494 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 06 Feb 2025 01:55:31.496 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:31.539 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:31.540 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:33.000 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 1:M 06 Feb 2025 01:55:33.000 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 to NGENERATORS 1:M 06 Feb 2025 01:55:33.000 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 done 1:M 06 Feb 2025 01:55:33.002 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:33.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:33.011 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.024 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 1:M 06 Feb 2025 01:55:38.024 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.024 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 done 1:M 06 Feb 2025 01:55:38.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.598 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 1:M 06 Feb 2025 01:55:38.598 * Add cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.598 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 done 1:M 06 Feb 2025 01:55:38.598 * GetSeq for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 1:M 06 Feb 2025 01:55:38.598 * Add an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.598 * GetSeq for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 06 Feb 2025 01:55:38.598 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 1:M 06 Feb 2025 01:55:38.598 * Add cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.598 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 done 1:M 06 Feb 2025 01:55:38.599 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 1:M 06 Feb 2025 01:55:38.599 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.599 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 done 1:M 06 Feb 2025 01:55:38.599 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 1:M 06 Feb 2025 01:55:38.599 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.599 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 done 1:M 06 Feb 2025 01:55:38.599 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 1:M 06 Feb 2025 01:55:38.599 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.599 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 done 1:M 06 Feb 2025 01:55:38.600 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 1:M 06 Feb 2025 01:55:38.600 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.600 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 06 Feb 2025 01:55:38.600 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 06 Feb 2025 01:55:38.600 * Add cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.600 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 06 Feb 2025 01:55:38.600 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 06 Feb 2025 01:55:38.600 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.600 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 06 Feb 2025 01:55:38.601 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 1:M 06 Feb 2025 01:55:38.601 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.601 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 done 1:M 06 Feb 2025 01:55:38.601 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 1:M 06 Feb 2025 01:55:38.601 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 to NGENERATORS 1:M 06 Feb 2025 01:55:38.601 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 done 1:M 06 Feb 2025 01:55:38.601 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 1:M 06 Feb 2025 01:55:38.601 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:1 to NGENERATORS 1:M 06 Feb 2025 01:55:38.601 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 done 1:M 06 Feb 2025 01:55:38.609 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.622 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.623 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.626 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.628 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-device-manager:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.632 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.644 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.647 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.648 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.650 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:38.652 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:41.175 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 1:M 06 Feb 2025 01:55:41.175 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 to NGENERATORS 1:M 06 Feb 2025 01:55:41.175 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 done 1:M 06 Feb 2025 01:55:41.179 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:41.188 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 1:M 06 Feb 2025 01:55:41.188 * Add cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 to NGENERATORS 1:M 06 Feb 2025 01:55:41.188 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 done 1:M 06 Feb 2025 01:55:41.191 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:41.194 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:41.209 * GetSeq for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 1:M 06 Feb 2025 01:55:41.209 * Add an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 06 Feb 2025 01:55:41.209 * GetSeq for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 done 1:M 06 Feb 2025 01:55:41.214 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:41.229 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:41.240 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:41.252 * GetSeq for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 1:M 06 Feb 2025 01:55:41.252 * Add an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 06 Feb 2025 01:55:41.252 * GetSeq for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 done 1:M 06 Feb 2025 01:55:41.257 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:41.274 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:43.744 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 1:M 06 Feb 2025 01:55:43.744 * Add cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 to NGENERATORS 1:M 06 Feb 2025 01:55:43.744 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 done 1:M 06 Feb 2025 01:55:43.751 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:43.753 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:44.073 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 1:M 06 Feb 2025 01:55:44.073 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:55:44.073 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 done 1:M 06 Feb 2025 01:55:44.074 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:44.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:44.081 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-analytics-snmp-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:49.787 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 1:M 06 Feb 2025 01:55:49.787 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 06 Feb 2025 01:55:49.787 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 done 1:M 06 Feb 2025 01:55:49.788 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:49.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:49.796 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:50.215 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 06 Feb 2025 01:55:50.215 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 06 Feb 2025 01:55:50.215 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 06 Feb 2025 01:55:50.216 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:50.220 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:50.263 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:53.692 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:53.919 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:55.462 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:56.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:58.586 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:55:58.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:23.692 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:23.918 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:25.462 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:26.313 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:28.584 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:28.961 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:41.198 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 1:M 06 Feb 2025 01:56:41.198 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0:NodeStatus 1:M 06 Feb 2025 01:56:41.198 * Delete cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0:NodeStatus [#1] 1:M 06 Feb 2025 01:56:41.198 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0:ModuleClientState 1:M 06 Feb 2025 01:56:41.198 * Delete cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0:ModuleClientState [#1] 1:M 06 Feb 2025 01:56:41.199 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0:DnsState 1:M 06 Feb 2025 01:56:41.199 * Delete cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0:DnsState [#1] 1:M 06 Feb 2025 01:56:41.199 * Remove cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 from NGENERATORS 1:M 06 Feb 2025 01:56:41.199 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-dns:0 successful 1:M 06 Feb 2025 01:56:53.692 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:53.921 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:55.463 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:58.585 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:56:58.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:12.353 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 1:M 06 Feb 2025 01:57:12.353 * Add cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 01:57:12.353 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 done 1:M 06 Feb 2025 01:57:12.353 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:12.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:12.360 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:23.693 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:23.919 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:25.464 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:28.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:28.963 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:53.693 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:53.924 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:55.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:58.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:57:58.964 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:14.047 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 1:M 06 Feb 2025 01:58:14.047 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0:NodeStatus 1:M 06 Feb 2025 01:58:14.047 * Delete cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0:NodeStatus [#1] 1:M 06 Feb 2025 01:58:14.047 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0:ModuleClientState 1:M 06 Feb 2025 01:58:14.047 * Delete cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0:ModuleClientState [#1] 1:M 06 Feb 2025 01:58:14.047 * Remove cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 from NGENERATORS 1:M 06 Feb 2025 01:58:14.047 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-svc-monitor:0 successful 1:M 06 Feb 2025 01:58:22.797 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 06 Feb 2025 01:58:22.797 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0:NodeStatus 1:M 06 Feb 2025 01:58:22.797 * Delete cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0:NodeStatus [#1] 1:M 06 Feb 2025 01:58:22.797 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0:DatabaseUsageInfo 1:M 06 Feb 2025 01:58:22.797 * Delete cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0:DatabaseUsageInfo [#1] 1:M 06 Feb 2025 01:58:22.797 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0:ModuleClientState 1:M 06 Feb 2025 01:58:22.797 * Delete cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0:ModuleClientState [#1] 1:M 06 Feb 2025 01:58:22.797 * Remove cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 from NGENERATORS 1:M 06 Feb 2025 01:58:22.797 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-1.:ConfigDatabase:contrail-config-database-nodemgr:0 successful 1:M 06 Feb 2025 01:58:23.693 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:23.919 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:25.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:28.588 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:28.965 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:53.693 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:53.919 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:55.465 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:58:57.363 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 1:M 06 Feb 2025 01:58:57.364 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0:NodeStatus 1:M 06 Feb 2025 01:58:57.364 * Delete cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0:NodeStatus [#1] 1:M 06 Feb 2025 01:58:57.364 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0:QEDbStats 1:M 06 Feb 2025 01:58:57.364 * Delete cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0:QEDbStats [#1] 1:M 06 Feb 2025 01:58:57.364 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0:ModuleClientState 1:M 06 Feb 2025 01:58:57.364 * Delete cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0:ModuleClientState [#1] 1:M 06 Feb 2025 01:58:57.364 * Remove cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 from NGENERATORS 1:M 06 Feb 2025 01:58:57.364 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-1.:Database:contrail-query-engine:0 successful 1:M 06 Feb 2025 01:58:58.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:15.997 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 1:M 06 Feb 2025 01:59:15.997 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 06 Feb 2025 01:59:15.997 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 done 1:M 06 Feb 2025 01:59:15.997 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:16.001 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:16.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:23.694 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:23.920 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:25.468 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:28.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:51.722 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 06 Feb 2025 01:59:51.722 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0:NodeStatus 1:M 06 Feb 2025 01:59:51.722 * Delete cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0:NodeStatus [#1] 1:M 06 Feb 2025 01:59:51.722 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0:DatabaseUsageInfo 1:M 06 Feb 2025 01:59:51.722 * Delete cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0:DatabaseUsageInfo [#1] 1:M 06 Feb 2025 01:59:51.722 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0:ModuleClientState 1:M 06 Feb 2025 01:59:51.722 * Delete cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0:ModuleClientState [#1] 1:M 06 Feb 2025 01:59:51.722 * Remove cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 from NGENERATORS 1:M 06 Feb 2025 01:59:51.722 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 successful 1:M 06 Feb 2025 01:59:53.695 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:53.898 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 1:M 06 Feb 2025 01:59:53.898 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 to NGENERATORS 1:M 06 Feb 2025 01:59:53.898 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 done 1:M 06 Feb 2025 01:59:53.899 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:53.911 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:53.920 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:53.955 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:55.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 01:59:58.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:15.093 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 1:M 06 Feb 2025 02:00:15.093 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 to NGENERATORS 1:M 06 Feb 2025 02:00:15.093 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 done 1:M 06 Feb 2025 02:00:15.093 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:15.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:15.100 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:ConfigDatabase:contrail-config-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:23.694 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:23.920 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:25.466 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:28.589 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:49.465 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 1:M 06 Feb 2025 02:00:49.465 * Add cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 to NGENERATORS 1:M 06 Feb 2025 02:00:49.465 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 done 1:M 06 Feb 2025 02:00:49.472 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:49.473 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:53.695 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:53.920 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:55.467 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:00:58.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:10.119 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 1:M 06 Feb 2025 02:01:10.119 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0:NodeStatus 1:M 06 Feb 2025 02:01:10.119 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0:NodeStatus [#1] 1:M 06 Feb 2025 02:01:10.119 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0:ModuleClientState 1:M 06 Feb 2025 02:01:10.119 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0:ModuleClientState [#1] 1:M 06 Feb 2025 02:01:10.119 * Remove cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 from NGENERATORS 1:M 06 Feb 2025 02:01:10.119 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-svc-monitor:0 successful 1:M 06 Feb 2025 02:01:10.803 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 1:M 06 Feb 2025 02:01:10.803 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0:NodeStatus 1:M 06 Feb 2025 02:01:10.803 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0:NodeStatus [#1] 1:M 06 Feb 2025 02:01:10.803 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0:ModuleClientState 1:M 06 Feb 2025 02:01:10.803 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0:ModuleClientState [#1] 1:M 06 Feb 2025 02:01:10.803 * Remove cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 from NGENERATORS 1:M 06 Feb 2025 02:01:10.803 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-3.:Config:contrail-schema:0 successful 1:M 06 Feb 2025 02:01:19.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:23.695 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:23.921 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:25.469 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:28.590 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:49.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:51.023 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 1:M 06 Feb 2025 02:01:51.023 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0:NodeStatus 1:M 06 Feb 2025 02:01:51.023 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0:NodeStatus [#1] 1:M 06 Feb 2025 02:01:51.023 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0:QEDbStats 1:M 06 Feb 2025 02:01:51.023 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0:QEDbStats [#1] 1:M 06 Feb 2025 02:01:51.023 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0:ModuleClientState 1:M 06 Feb 2025 02:01:51.023 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0:ModuleClientState [#1] 1:M 06 Feb 2025 02:01:51.023 * Remove cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 from NGENERATORS 1:M 06 Feb 2025 02:01:51.023 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 successful 1:M 06 Feb 2025 02:01:53.695 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:53.922 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:01:58.591 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:01.044 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 1:M 06 Feb 2025 02:02:01.044 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0:NodeStatus 1:M 06 Feb 2025 02:02:01.044 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0:NodeStatus [#1] 1:M 06 Feb 2025 02:02:01.044 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0:CassandraStatusData 1:M 06 Feb 2025 02:02:01.044 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0:CassandraStatusData [#1] 1:M 06 Feb 2025 02:02:01.044 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo 1:M 06 Feb 2025 02:02:01.044 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo [#1] 1:M 06 Feb 2025 02:02:01.044 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0:ModuleClientState 1:M 06 Feb 2025 02:02:01.044 * Delete cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0:ModuleClientState [#1] 1:M 06 Feb 2025 02:02:01.044 * Remove cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 from NGENERATORS 1:M 06 Feb 2025 02:02:01.044 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-database-nodemgr:0 successful 1:M 06 Feb 2025 02:02:18.473 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 1:M 06 Feb 2025 02:02:18.473 * Add cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 to NGENERATORS 1:M 06 Feb 2025 02:02:18.473 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 done 1:M 06 Feb 2025 02:02:18.488 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:18.521 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:19.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:23.698 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:23.924 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:28.591 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:48.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:49.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:53.696 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:53.921 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:02:58.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:18.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:19.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:23.696 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:23.921 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:28.592 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:48.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:49.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:53.696 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:53.922 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:03:58.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:18.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:19.440 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:23.699 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:23.922 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:28.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:48.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:49.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:53.697 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:53.924 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:04:58.593 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:18.436 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:19.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:23.696 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:23.923 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:28.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:48.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:49.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:53.697 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:53.923 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:05:58.594 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:18.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:19.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:23.697 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:23.923 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:28.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:48.437 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:49.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:53.697 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:53.924 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:06:58.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:18.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:19.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:23.698 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:23.924 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:28.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:48.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:49.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:53.698 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:53.924 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:07:58.595 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:18.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:19.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:23.699 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:23.924 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:28.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:48.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:49.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:53.701 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:53.925 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:08:58.596 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:18.439 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:19.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:23.699 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:23.925 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:28.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:48.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:49.444 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:53.699 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:53.926 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:09:58.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:18.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:19.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:23.699 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:23.925 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:28.597 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:48.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:49.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:53.700 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:53.926 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:10:58.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:18.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:19.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:23.700 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:23.930 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:28.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:48.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:49.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:53.700 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:53.926 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:11:58.599 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:18.441 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:19.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:23.700 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:23.927 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:28.598 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:48.442 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:49.444 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:53.701 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:53.926 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:12:58.599 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:13:04.345 * DelRequest for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#2] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VMIStats 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VMIStats [#1] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#1] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VMITags 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VMITags [#1] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 06 Feb 2025 02:13:04.345 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 06 Feb 2025 02:13:04.345 * Delete an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 06 Feb 2025 02:13:04.345 * Remove an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 06 Feb 2025 02:13:04.345 * Delete Request for an-jenkins-deploy-platform-ansible-os-2696-2:Compute:contrail-vrouter-agent:0 successful 1:M 06 Feb 2025 02:13:04.376 * DelRequest for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 1:M 06 Feb 2025 02:13:04.376 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 06 Feb 2025 02:13:04.376 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 06 Feb 2025 02:13:04.376 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 06 Feb 2025 02:13:04.377 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#2] 1:M 06 Feb 2025 02:13:04.377 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VMIStats 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VMIStats [#1] 1:M 06 Feb 2025 02:13:04.377 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 06 Feb 2025 02:13:04.377 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 06 Feb 2025 02:13:04.377 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#1] 1:M 06 Feb 2025 02:13:04.377 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VMITags 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VMITags [#1] 1:M 06 Feb 2025 02:13:04.377 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 06 Feb 2025 02:13:04.377 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 06 Feb 2025 02:13:04.377 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 06 Feb 2025 02:13:04.377 * Remove an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 06 Feb 2025 02:13:04.377 * Delete Request for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-agent:0 successful 1:M 06 Feb 2025 02:13:18.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:13:19.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:13:24.601 * DelRequest for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 1:M 06 Feb 2025 02:13:24.601 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0:NodeStatus 1:M 06 Feb 2025 02:13:24.601 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0:NodeStatus [#1] 1:M 06 Feb 2025 02:13:24.601 * Read UVES:an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0:ModuleClientState 1:M 06 Feb 2025 02:13:24.602 * Delete an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0:ModuleClientState [#1] 1:M 06 Feb 2025 02:13:24.602 * Remove an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 from NGENERATORS 1:M 06 Feb 2025 02:13:24.602 * Delete Request for an-jenkins-deploy-platform-ansible-os-2696-1:Compute:contrail-vrouter-nodemgr:0 successful 1:M 06 Feb 2025 02:13:28.599 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:13:48.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:13:49.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:13:58.600 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:14:18.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:14:19.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:14:28.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:14:48.443 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:14:49.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:14:58.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:15:18.444 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:15:19.445 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:15:28.601 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:15:48.444 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:15:49.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:15:58.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:16:18.444 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:16:19.446 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:16:28.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:16:48.444 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:16:49.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:16:58.602 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:17:16.687 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-AnalyticsBasicTestSanity-27815585:325996ec-fc13-42cd-a5d0-747741230c80 part 12 1:M 06 Feb 2025 02:17:16.738 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:e40a5c59-fd31-4795-9e7d-51708d756aa6 part 4 1:M 06 Feb 2025 02:17:18.088 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-27815585:ctest-vn22-78729941 part 24 1:M 06 Feb 2025 02:17:18.088 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-AnalyticsBasicTestSanity-27815585:ctest-vn22-78729941 part 24 1:M 06 Feb 2025 02:17:18.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:17:19.446 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:17:28.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:17:48.446 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:17:49.447 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:17:54.617 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-21807850:c6a0c371-2195-4083-b7b0-67d0368792bd part 16 1:M 06 Feb 2025 02:17:54.667 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:5e6f502f-77e3-4eea-8b07-47e166febf50 part 7 1:M 06 Feb 2025 02:17:54.741 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-21807850:ab433c62-c609-407e-9b2e-de5523fc3c21 part 17 1:M 06 Feb 2025 02:17:54.784 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:61e7e5dd-c772-4c34-9e4f-faf2d7b6c0f3 part 5 1:M 06 Feb 2025 02:17:56.071 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-21807850:ctest-vn1-96493903 part 26 1:M 06 Feb 2025 02:17:56.077 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-21807850:ctest-vn1-96493903 part 26 1:M 06 Feb 2025 02:17:56.495 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-21807850:ctest-fvn-98907874 part 28 1:M 06 Feb 2025 02:17:56.495 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-21807850:ctest-fvn-98907874 part 28 1:M 06 Feb 2025 02:17:58.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:18:04.434 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-AnalyticsBasicTestSanity-27815585:default-application-policy-set part 20 1:M 06 Feb 2025 02:18:04.575 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-AnalyticsBasicTestSanity-27815585 part 23 1:M 06 Feb 2025 02:18:04.583 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-FloatingipBasicTestSanity-21807850:default-application-policy-set part 23 1:M 06 Feb 2025 02:18:04.696 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-FloatingipBasicTestSanity-21807850 part 22 1:M 06 Feb 2025 02:18:18.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:18:19.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:18:28.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:18:32.082 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-72056288:7f5abf99-f03e-45ba-8f35-14b24465aa8b part 14 1:M 06 Feb 2025 02:18:32.729 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-72056288:snat-si-left_snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c part 22 1:M 06 Feb 2025 02:18:32.730 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-72056288:snat-si-left_snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c part 22 1:M 06 Feb 2025 02:18:33.025 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectSITable:default-domain:ctest-TestRoutersBasic-72056288:snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c part 28 1:M 06 Feb 2025 02:18:33.289 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-72056288:default-domain__ctest-TestRoutersBasic-72056288__snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c__2__left__2 part 14 1:M 06 Feb 2025 02:18:33.321 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-72056288:4ca440ab-aa5a-4e8c-816d-159eefe4c498 part 19 1:M 06 Feb 2025 02:18:33.382 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:9a73536c-c783-4315-b7ca-e2265de7ee32 part 8 1:M 06 Feb 2025 02:18:33.425 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-72056288:7bc5e9b5-87e7-49f2-9743-248a96e04270 part 14 1:M 06 Feb 2025 02:18:33.479 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:7b434c14-16a4-49a4-9d81-32445f097011 part 11 1:M 06 Feb 2025 02:18:33.523 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-72056288:default-domain__ctest-TestRoutersBasic-72056288__snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c__2__right__1 part 16 1:M 06 Feb 2025 02:18:33.647 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-72056288__snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c__2 part 5 1:M 06 Feb 2025 02:18:33.909 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-72056288:default-domain__ctest-TestRoutersBasic-72056288__snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c__1__right__1 part 15 1:M 06 Feb 2025 02:18:33.992 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-72056288:default-domain__ctest-TestRoutersBasic-72056288__snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c__1__left__2 part 13 1:M 06 Feb 2025 02:18:34.070 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:default-domain__ctest-TestRoutersBasic-72056288__snat_dccf6652-5a0c-4903-bdd0-62a5f76bcf55_4119e574-6c90-4089-9353-86793cd51c6c__1 part 4 1:M 06 Feb 2025 02:18:34.665 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-72056288:ctest-ext_vn-36691207 part 20 1:M 06 Feb 2025 02:18:34.665 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-72056288:ctest-ext_vn-36691207 part 20 1:M 06 Feb 2025 02:18:34.856 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-72056288:ctest-vn-56999313 part 27 1:M 06 Feb 2025 02:18:34.857 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-72056288:ctest-vn-56999313 part 27 1:M 06 Feb 2025 02:18:47.415 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-08972233:ctest-vn-81487139 part 20 1:M 06 Feb 2025 02:18:47.415 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-08972233:ctest-vn-81487139 part 20 1:M 06 Feb 2025 02:18:47.834 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-08972233:ctest-vn-75952782 part 22 1:M 06 Feb 2025 02:18:47.835 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicyIpv4v6-08972233:ctest-vn-75952782 part 22 1:M 06 Feb 2025 02:18:48.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:18:49.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:18:58.603 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:19:05.248 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestHeat-50725349:default-application-policy-set part 24 1:M 06 Feb 2025 02:19:05.290 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestHeat-50725349 part 23 1:M 06 Feb 2025 02:19:05.586 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestRoutersBasic-72056288:default-application-policy-set part 25 1:M 06 Feb 2025 02:19:05.644 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicPolicyIpv4v6-08972233:default-application-policy-set part 26 1:M 06 Feb 2025 02:19:05.667 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestRoutersBasic-72056288 part 28 1:M 06 Feb 2025 02:19:05.709 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicPolicyIpv4v6-08972233 part 25 1:M 06 Feb 2025 02:19:18.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:19:19.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:19:23.055 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-18227492:de194d35-bd47-4027-ad5b-10b105953d7c part 15 1:M 06 Feb 2025 02:19:23.127 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:6392343b-9d5e-46a9-953e-8cfed4a6ccee part 7 1:M 06 Feb 2025 02:19:23.152 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-18227492:65f80d88-c9d0-4e53-9b30-8208a976854e part 13 1:M 06 Feb 2025 02:19:23.166 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:da18b866-6155-4ecc-80c0-126ec3f5ff61 part 10 1:M 06 Feb 2025 02:19:24.856 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-18227492:ctest-vn-22550599 part 24 1:M 06 Feb 2025 02:19:24.860 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-18227492:ctest-vn-22550599 part 24 1:M 06 Feb 2025 02:19:25.232 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-18227492:ctest-vn-59118941 part 25 1:M 06 Feb 2025 02:19:25.234 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-18227492:ctest-vn-59118941 part 25 1:M 06 Feb 2025 02:19:28.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:19:48.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:19:49.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:19:58.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:20:05.787 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicPolicy-18227492:default-application-policy-set part 20 1:M 06 Feb 2025 02:20:05.830 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicPolicy-18227492 part 23 1:M 06 Feb 2025 02:20:18.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:20:19.448 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:20:28.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:20:43.508 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ServiceChain:d3c3ec28-b184-41e4-bef4-bb7a87bea951 part 28 1:M 06 Feb 2025 02:20:44.050 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectSITable:default-domain:ctest-TestSvcRegr-43135777:ctest-si-53651630 part 22 1:M 06 Feb 2025 02:20:45.373 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-43135777:ad641f11-f323-4666-ba25-acfb47f312b4 part 13 1:M 06 Feb 2025 02:20:45.389 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:32610809-1d38-4dd6-9a24-c6692753090f part 8 1:M 06 Feb 2025 02:20:45.621 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-43135777:85256f26-6a5b-48b1-a90d-48d4007c8698 part 14 1:M 06 Feb 2025 02:20:45.668 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:bf80c6d2-76be-47df-8894-db5475634205 part 5 1:M 06 Feb 2025 02:20:45.789 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-43135777:98d682ae-d507-4991-ba5b-5584ac591dd7 part 18 1:M 06 Feb 2025 02:20:46.046 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-43135777:d4d8757b-1f77-4615-8d48-6ba42e17b82f part 18 1:M 06 Feb 2025 02:20:46.255 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-43135777:5d084856-7315-4a3d-8c01-55a96e412fe1 part 16 1:M 06 Feb 2025 02:20:46.279 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:48a47e95-66af-409a-956b-f7f4a6dd08a5 part 7 1:M 06 Feb 2025 02:20:46.859 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43135777:ctest-right_vn-40506047 part 28 1:M 06 Feb 2025 02:20:46.859 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43135777:ctest-right_vn-40506047 part 28 1:M 06 Feb 2025 02:20:47.271 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43135777:ctest-left_vn-65533873 part 25 1:M 06 Feb 2025 02:20:47.271 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43135777:ctest-left_vn-65533873 part 25 1:M 06 Feb 2025 02:20:47.677 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43135777:ctest-mgmt_vn-00282898 part 22 1:M 06 Feb 2025 02:20:47.678 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-43135777:ctest-mgmt_vn-00282898 part 22 1:M 06 Feb 2025 02:20:48.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:20:49.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:20:58.604 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:21:06.403 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSvcRegr-43135777:default-application-policy-set part 26 1:M 06 Feb 2025 02:21:06.441 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSvcRegr-43135777 part 25 1:M 06 Feb 2025 02:21:18.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:21:19.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:21:26.347 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestvDNSBasic0-50238335:f6afd26b-43fb-4ffd-bb4e-02bbb103f4aa part 16 1:M 06 Feb 2025 02:21:26.383 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:cf5236d7-a82a-4bfe-bb1b-8f5ce6bac4dc part 11 1:M 06 Feb 2025 02:21:27.741 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-50238335:ctest-vn1-vdns-05916514 part 28 1:M 06 Feb 2025 02:21:27.741 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestvDNSBasic0-50238335:ctest-vn1-vdns-05916514 part 28 1:M 06 Feb 2025 02:21:28.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:21:48.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:21:49.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:21:51.454 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-30426560:8f9f9958-fa11-4d9f-877b-5491b6ea0abd part 12 1:M 06 Feb 2025 02:21:51.490 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:d85ca2ee-ed4d-47a6-9c97-b685cff8cd67 part 9 1:M 06 Feb 2025 02:21:51.596 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVNx-30426560:afccb195-c5e0-49cc-93c4-1ef32da489c8 part 15 1:M 06 Feb 2025 02:21:51.632 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:8ceb1d05-cb12-4558-beeb-1302ad4fd480 part 6 1:M 06 Feb 2025 02:21:52.941 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-30426560:ctest-vn-00641533 part 27 1:M 06 Feb 2025 02:21:52.941 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVNx-30426560:ctest-vn-00641533 part 27 1:M 06 Feb 2025 02:21:58.605 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:22:07.171 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestvDNSBasic0-50238335:default-application-policy-set part 27 1:M 06 Feb 2025 02:22:07.253 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestvDNSBasic0-50238335 part 26 1:M 06 Feb 2025 02:22:07.288 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicVMVNx-30426560:default-application-policy-set part 26 1:M 06 Feb 2025 02:22:07.356 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVNx-30426560 part 23 1:M 06 Feb 2025 02:22:15.987 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-02415028:3fe4d02d-2725-4541-aead-302ce54d22e2 part 14 1:M 06 Feb 2025 02:22:16.026 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:6d3e112b-9eb4-4509-beb7-8eb3f225cfd1 part 6 1:M 06 Feb 2025 02:22:17.442 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-02415028:ctest-vn2_metadata-10573564 part 22 1:M 06 Feb 2025 02:22:17.445 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-02415028:ctest-vn2_metadata-10573564 part 22 1:M 06 Feb 2025 02:22:18.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:22:19.449 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:22:28.606 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:22:36.819 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-02415028:0015f0a5-d332-4dc1-9c30-f2fb2758c440 part 14 1:M 06 Feb 2025 02:22:36.841 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:fd6df248-97af-4048-b4f4-4a264954bb84 part 11 1:M 06 Feb 2025 02:22:38.244 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-02415028:ctest-vn-58890911 part 22 1:M 06 Feb 2025 02:22:38.245 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-02415028:ctest-vn-58890911 part 22 1:M 06 Feb 2025 02:22:48.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:22:49.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:22:58.606 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:23:14.405 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-02415028:4dde2caa-8825-4c2b-9a23-67f7aee3b68a part 14 1:M 06 Feb 2025 02:23:14.440 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:eeb6a9b2-aaa9-419b-acc4-b293b44986c9 part 5 1:M 06 Feb 2025 02:23:14.710 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-02415028:65713077-cce7-4ae7-b397-5d65f5697937 part 16 1:M 06 Feb 2025 02:23:14.743 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:349532e6-3315-4141-923d-f9a661165719 part 8 1:M 06 Feb 2025 02:23:14.826 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-02415028:a5af2ba9-36bb-4510-8d36-1d6245f55b37 part 13 1:M 06 Feb 2025 02:23:14.941 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVMTable:51f45d59-5b2f-4117-8360-ad18fc53dc6b part 11 1:M 06 Feb 2025 02:23:16.880 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-2.:Config:contrail-schema:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-02415028:ctest-vn-23513988 part 24 1:M 06 Feb 2025 02:23:16.880 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-02415028:ctest-vn-23513988 part 24 1:M 06 Feb 2025 02:23:18.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:23:19.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:23:28.606 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:23:48.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:23:49.450 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:23:58.608 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:24:07.904 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestBasicVMVN-02415028:default-application-policy-set part 28 1:M 06 Feb 2025 02:24:07.991 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestBasicVMVN-02415028 part 25 1:M 06 Feb 2025 02:24:08.116 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectApplicationPolicySetTable:default-domain:ctest-TestSriov-74817034:default-application-policy-set part 28 1:M 06 Feb 2025 02:24:08.151 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2696-1.:Config:contrail-api:0 for ObjectProjectTable:default-domain:ctest-TestSriov-74817034 part 29 1:M 06 Feb 2025 02:24:18.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:24:19.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:24:28.606 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:24:48.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:24:49.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:24:58.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:25:18.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:25:19.451 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-2.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 06 Feb 2025 02:25:28.607 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2696-3.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info