++ 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 Jun 19 00:50:26 UTC 2025 ===================' INFO: =================== Thu Jun 19 00:50:26 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 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.49:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.49:8081 10.0.0.19:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.49:8081 10.0.0.19:8081 10.0.0.41:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.49:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.49:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.49:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.49:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.49:8086 10.0.0.19:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.49:8086 10.0.0.19:8086 10.0.0.41:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.49:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.49:8082 10.0.0.19:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.49:8082 10.0.0.19:8082 10.0.0.41:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.49:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.49:9161 10.0.0.19:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.49:9161 10.0.0.19:9161 10.0.0.41:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.49:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.49:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.49:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.49:2181,10.0.0.19:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.49:2181,10.0.0.19:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.49:2181,10.0.0.19:2181,10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.49:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.49:2181 10.0.0.19:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.49:2181 10.0.0.19:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.49:5673,10.0.0.19:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.49:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.49:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.49:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.49:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.49:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.49,10.0.0.19,10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.49:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.49:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.49:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.49 ++ 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.49,10.0.0.19,10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_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.49,10.0.0.19,10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + REDIS_NODES=10.0.0.49,10.0.0.19,10.0.0.41,10.0.0.49,10.0.0.19,10.0.0.41 + [[ -z '' ]] + [[ -n 10.0.0.49,10.0.0.19,10.0.0.41,10.0.0.49,10.0.0.19,10.0.0.41 ]] + for i in '{1..10}' ++ find_my_ip_and_order_for_node REDIS ++ local server_typ=REDIS_NODES ++ find_my_ip_and_order_for_node_list 10.0.0.49,10.0.0.19,10.0.0.41,10.0.0.49,10.0.0.19,10.0.0.41 ++ local servers=10.0.0.49,10.0.0.19,10.0.0.41,10.0.0.49,10.0.0.19,10.0.0.41 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ awk '/32 host/ { print f } {f=$2}' +++ sort +++ grep -vi host +++ uniq +++ cat /proc/net/fib_trie ++ local local_ips=,10.0.0.19,10.20.0.254,127.0.0.1,172.17.0.1,, ++ local ord=1 ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.49'\''))' ++ local server_ip=10.0.0.49 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.49 ]] ++ [[ ,10.0.0.19,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.49, ]] ++ (( ord+=1 )) ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' ++ local server_ip=10.0.0.19 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.19 ]] ++ [[ ,10.0.0.19,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] ++ echo 10.0.0.19 2 ++ return + my_ip_and_order='10.0.0.19 2' + '[' -n '10.0.0.19 2' ']' + break ++ echo 10.0.0.19 2 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.19 + '[' -n 10.0.0.19 ']' + REDIS_LISTEN_ADDRESS=10.0.0.19 + redis_opts='--lua-time-limit 15000' + redis_opts+=' --dbfilename '\'''\''' + redis_opts+=' --bind 127.0.0.1' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ 10.0.0.19 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.19 ']' + redis_opts+=' 10.0.0.19' + '[' -n 6379 ']' + redis_opts+=' --port 6379' + '[' -n '' ']' + '[' -n '' ']' + echo 'INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '\'''\'' --bind 127.0.0.1 10.0.0.19 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.19 --port 6379 ++ id -u redis + CONTRAIL_UID=999 ++ id -g redis + CONTRAIL_GID=998 + find . '!' -user redis -exec chown redis '{}' + + do_run_service redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.19 --port 6379 + [[ -n 999 ]] + [[ -n 998 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 999 + local user_name=redis + export HOME=/home/redis + HOME=/home/redis + mkdir -p /home/redis + chown -R 999:998 /home/redis + exec setpriv --reuid 999 --regid 998 --clear-groups --no-new-privs redis-server --lua-time-limit 15000 --dbfilename ''\'''\''' --bind 127.0.0.1 10.0.0.19 --port 6379 1:C 19 Jun 2025 00:50:26.728 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 19 Jun 2025 00:50:26.728 # Redis version=6.0.15, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 19 Jun 2025 00:50:26.728 # Configuration loaded 1:M 19 Jun 2025 00:50:26.729 * Running mode=standalone, port=6379. 1:M 19 Jun 2025 00:50:26.729 # Server initialized 1:M 19 Jun 2025 00:50:26.729 # 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 19 Jun 2025 00:50:26.730 * Ready to accept connections 1:M 19 Jun 2025 00:54:41.037 * WARNING: Flushing Redis UVE DB 1:M 19 Jun 2025 00:54:41.037 * WARNING: Flushing Redis UVE DB done 1:M 19 Jun 2025 00:54:41.038 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 1:M 19 Jun 2025 00:54:41.038 * Add cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:54:41.038 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 done 1:M 19 Jun 2025 00:54:41.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 1:M 19 Jun 2025 00:54:41.040 * Add cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:54:41.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 done 1:M 19 Jun 2025 00:54:41.045 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 1:M 19 Jun 2025 00:54:41.045 * Add cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 to NGENERATORS 1:M 19 Jun 2025 00:54:41.045 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 done 1:M 19 Jun 2025 00:54:41.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.049 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 1:M 19 Jun 2025 00:54:41.049 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 to NGENERATORS 1:M 19 Jun 2025 00:54:41.049 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 done 1:M 19 Jun 2025 00:54:41.052 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 1:M 19 Jun 2025 00:54:41.052 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 19 Jun 2025 00:54:41.052 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 done 1:M 19 Jun 2025 00:54:41.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.056 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 1:M 19 Jun 2025 00:54:41.056 * Add cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:54:41.057 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 19 Jun 2025 00:54:41.062 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 1:M 19 Jun 2025 00:54:41.062 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:54:41.062 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 19 Jun 2025 00:54:41.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.067 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 1:M 19 Jun 2025 00:54:41.067 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 19 Jun 2025 00:54:41.067 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 done 1:M 19 Jun 2025 00:54:41.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.069 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 1:M 19 Jun 2025 00:54:41.069 * Add cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:1 to NGENERATORS 1:M 19 Jun 2025 00:54:41.069 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 done 1:M 19 Jun 2025 00:54:41.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.083 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:41.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:43.295 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 1:M 19 Jun 2025 00:54:43.295 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 to NGENERATORS 1:M 19 Jun 2025 00:54:43.295 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 done 1:M 19 Jun 2025 00:54:43.296 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:43.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:43.317 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.034 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 1:M 19 Jun 2025 00:54:51.035 * Add cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 done 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 1:M 19 Jun 2025 00:54:51.035 * Add cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 done 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 1:M 19 Jun 2025 00:54:51.035 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 done 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 1:M 19 Jun 2025 00:54:51.035 * Add cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 done 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 1:M 19 Jun 2025 00:54:51.035 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.035 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 done 1:M 19 Jun 2025 00:54:51.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 1:M 19 Jun 2025 00:54:51.040 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 done 1:M 19 Jun 2025 00:54:51.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 1:M 19 Jun 2025 00:54:51.040 * Add cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 done 1:M 19 Jun 2025 00:54:51.040 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 1:M 19 Jun 2025 00:54:51.041 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.041 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 19 Jun 2025 00:54:51.042 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 1:M 19 Jun 2025 00:54:51.042 * Add cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:1 to NGENERATORS 1:M 19 Jun 2025 00:54:51.042 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 done 1:M 19 Jun 2025 00:54:51.042 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 1:M 19 Jun 2025 00:54:51.042 * Add cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 to NGENERATORS 1:M 19 Jun 2025 00:54:51.042 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 done 1:M 19 Jun 2025 00:54:51.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:54:51.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-3.:Config:contrail-api:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:55:03.320 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 1:M 19 Jun 2025 00:55:03.320 * Add cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 to NGENERATORS 1:M 19 Jun 2025 00:55:03.320 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 done 1:M 19 Jun 2025 00:55:03.320 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:55:03.337 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 19 Jun 2025 00:55:03.337 * Add cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 19 Jun 2025 00:55:03.338 * GetSeq for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 19 Jun 2025 00:55:03.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:55:03.339 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:55:03.343 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:55:03.366 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-topology:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:55:03.386 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:55:11.026 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:55:41.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:11.027 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:32.611 * GetSeq for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 1:M 19 Jun 2025 00:56:32.611 * Add an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 19 Jun 2025 00:56:32.611 * GetSeq for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 done 1:M 19 Jun 2025 00:56:32.637 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:32.645 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:32.789 * GetSeq for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 1:M 19 Jun 2025 00:56:32.789 * Add an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 19 Jun 2025 00:56:32.789 * GetSeq for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 done 1:M 19 Jun 2025 00:56:32.825 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:32.826 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:38.565 * GetSeq for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 1:M 19 Jun 2025 00:56:38.565 * Add an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 19 Jun 2025 00:56:38.565 * GetSeq for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 done 1:M 19 Jun 2025 00:56:38.566 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:38.571 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:38.571 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:56:41.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:57:02.094 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:57:02.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:57:11.028 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:57:32.094 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:57:32.280 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:57:41.030 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:58:02.098 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:58:02.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:58:11.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:58:32.097 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:58:32.276 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:58:41.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:59:02.100 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:59:02.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:59:11.029 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:59:32.095 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:59:32.277 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 00:59:41.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:00:02.098 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:00:02.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:00:11.032 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:00:32.098 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:00:32.279 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:00:41.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:01:02.099 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:01:02.279 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:01:11.031 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:01:32.103 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:01:32.278 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:01:41.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:02:02.102 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:02:02.281 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:02:11.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:02:32.097 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:02:32.282 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:02:41.034 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:03:02.102 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:03:02.280 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:03:11.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:03:32.102 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:03:32.280 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:03:41.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:04:02.101 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:04:02.282 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:04:11.033 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:04:32.102 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:04:32.282 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:04:41.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:05:02.100 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:05:02.283 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:05:11.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:05:32.100 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:05:32.281 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:05:41.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:06:02.103 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:06:02.284 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:06:11.035 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:06:32.105 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:06:32.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:06:41.036 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:07:02.104 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:07:02.282 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:07:11.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:07:32.104 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:07:32.283 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:07:41.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:08:02.104 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:08:02.285 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:08:11.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:08:32.104 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:08:32.282 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:08:41.037 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:09:02.105 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:09:02.283 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:09:11.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:09:32.105 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:09:32.284 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:09:41.040 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:10:02.103 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:10:02.283 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:10:11.038 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:10:32.105 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:10:32.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:10:41.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:11:02.107 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:11:02.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:11:11.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:11:32.104 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:11:32.284 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:11:41.039 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:12:02.107 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:12:02.287 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:12:11.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:12:32.105 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:12:32.287 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:12:41.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:13:02.108 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:13:02.287 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:13:11.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:13:32.107 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:13:32.285 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:13:41.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:14:02.106 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:14:02.287 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:14:11.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:14:32.106 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:14:32.288 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:14:41.042 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:15:02.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:15:02.288 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:15:11.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:15:32.109 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:15:32.286 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:15:41.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:16:02.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:16:02.288 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:16:11.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:16:32.109 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:16:32.290 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:16:41.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:17:02.109 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:17:02.288 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:17:11.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:17:32.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:17:32.289 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:17:41.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:18:02.112 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:18:02.287 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:18:11.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:18:32.109 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:18:32.289 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:18:41.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:19:02.110 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:19:02.288 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:19:11.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:19:32.111 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:19:32.288 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:19:41.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:20:02.111 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:20:02.291 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:20:11.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:20:32.109 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:20:32.288 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:20:41.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:21:02.113 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:21:02.289 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:21:11.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:21:32.114 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:21:32.289 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:21:41.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:22:02.113 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:22:02.291 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:22:11.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:22:32.111 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:22:32.292 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:22:41.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:23:02.113 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:23:02.290 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:23:11.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:23:32.111 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:23:32.290 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:23:41.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:24:02.114 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:24:02.292 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:24:11.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:24:32.112 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:24:32.293 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:24:41.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:25:02.112 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:25:02.291 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:25:11.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:25:32.112 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:25:32.293 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:25:41.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:26:02.114 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:26:02.294 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:26:11.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:26:32.113 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:26:32.293 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:26:41.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:27:02.116 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:27:02.292 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:27:11.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:27:32.113 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:27:32.291 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:27:41.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:28:02.117 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:28:02.292 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:28:11.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:28:32.114 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:28:32.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:28:41.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:29:02.120 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:29:02.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:29:11.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:29:32.115 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:29:32.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:29:41.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:30:02.120 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:30:02.297 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:30:11.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:30:32.115 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:30:32.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:30:41.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:31:02.118 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:31:02.297 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:31:11.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:31:32.116 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:31:32.295 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:31:41.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:32:02.117 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:32:02.299 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:32:11.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:32:32.119 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:32:32.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:32:41.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:33:02.117 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:33:02.296 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:33:11.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:33:32.121 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:33:32.296 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:33:41.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:34:02.117 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:34:02.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:34:11.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:34:32.118 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:34:32.300 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:34:41.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:35:02.118 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:35:02.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:35:11.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:35:32.122 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:35:32.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:35:41.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:36:02.121 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:36:02.300 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:36:11.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:36:32.118 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:36:32.298 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:36:41.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:37:02.119 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:37:02.301 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:37:11.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:37:32.121 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:37:32.299 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:37:41.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:38:02.121 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:38:02.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:38:11.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:38:32.122 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:38:32.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:38:41.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:39:02.123 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:39:02.302 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:39:11.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:39:32.121 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:39:32.301 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:39:41.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:40:02.124 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:40:02.306 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:40:11.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:40:32.122 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:40:32.300 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:40:41.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:41:02.123 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:41:02.301 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:41:11.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:41:32.122 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:41:32.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:41:41.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:42:02.122 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:42:02.303 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:42:11.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:42:32.122 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:42:32.301 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:42:41.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:43:02.126 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:43:02.304 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-3480-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 19 Jun 2025 01:43:11.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-3480-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info