++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/redis ++ CONTAINER_LOG_DIR=/var/log/contrail/redis ++ mkdir -p /var/log/contrail/redis ++ log_file=/var/log/contrail/redis/console.log ++ touch /var/log/contrail/redis/console.log ++ chmod 600 /var/log/contrail/redis/console.log ++ exec +++ tee -a /var/log/contrail/redis/console.log +++ date ++ echo 'INFO: =================== Thu Feb 13 02:12:31 UTC 2025 ===================' INFO: =================== Thu Feb 13 02:12:31 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.35 ++ 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.46,10.0.0.35,10.0.0.12 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.46,10.0.0.35,10.0.0.12 ++ ANALYTICSDB_NODES=10.0.0.46,10.0.0.35,10.0.0.12 ++ ANALYTICS_SNMP_NODES=10.0.0.46,10.0.0.35,10.0.0.12 ++ 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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8081 ' +++ '[' -n '10.0.0.46:8081 10.0.0.35:8081 10.0.0.12:8081 ' ']' +++ echo '10.0.0.46:8081 10.0.0.35:8081 10.0.0.12:8081' ++ ANALYTICS_SERVERS='10.0.0.46:8081 10.0.0.35:8081 10.0.0.12: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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9042 ' +++ '[' -n '10.0.0.46:9042 10.0.0.35:9042 10.0.0.12:9042 ' ']' +++ echo '10.0.0.46:9042 10.0.0.35:9042 10.0.0.12:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.46:9042 10.0.0.35:9042 10.0.0.12:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.46,10.0.0.35,10.0.0.12 ++ 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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8086 ' +++ '[' -n '10.0.0.46:8086 10.0.0.35:8086 10.0.0.12:8086 ' ']' +++ echo '10.0.0.46:8086 10.0.0.35:8086 10.0.0.12:8086' ++ COLLECTOR_SERVERS='10.0.0.46:8086 10.0.0.35:8086 10.0.0.12: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.46,10.0.0.35,10.0.0.12 ++ CONFIGDB_NODES=10.0.0.46,10.0.0.35,10.0.0.12 ++ 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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:8082 ' +++ '[' -n '10.0.0.46:8082 10.0.0.35:8082 10.0.0.12:8082 ' ']' +++ echo '10.0.0.46:8082 10.0.0.35:8082 10.0.0.12:8082' ++ CONFIG_SERVERS='10.0.0.46:8082 10.0.0.35:8082 10.0.0.12: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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9161 ' +++ '[' -n '10.0.0.46:9161 10.0.0.35:9161 10.0.0.12:9161 ' ']' +++ echo '10.0.0.46:9161 10.0.0.35:9161 10.0.0.12:9161' ++ CONFIGDB_SERVERS='10.0.0.46:9161 10.0.0.35:9161 10.0.0.12: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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9041 ' +++ '[' -n '10.0.0.46:9041 10.0.0.35:9041 10.0.0.12:9041 ' ']' +++ echo '10.0.0.46:9041 10.0.0.35:9041 10.0.0.12:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.46:9041 10.0.0.35:9041 10.0.0.12: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.35,10.20.0.6,10.20.0.8 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.35,10.20.0.6,10.20.0.8 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.46,10.0.0.35,10.0.0.12 ++ 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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+=10.0.0.46:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+=10.0.0.35:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+=10.0.0.12:2181, +++ '[' -n 10.0.0.46:2181,10.0.0.35:2181,10.0.0.12:2181, ']' +++ echo 10.0.0.46:2181,10.0.0.35:2181,10.0.0.12:2181 ++ ZOOKEEPER_SERVERS=10.0.0.46:2181,10.0.0.35:2181,10.0.0.12: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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:2181 ' +++ '[' -n '10.0.0.46:2181 10.0.0.35:2181 10.0.0.12:2181 ' ']' +++ echo '10.0.0.46:2181 10.0.0.35:2181 10.0.0.12:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.46:2181 10.0.0.35:2181 10.0.0.12:2181' ++ RABBITMQ_NODES=10.0.0.46,10.0.0.35,10.0.0.12 ++ 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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+=10.0.0.46:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+=10.0.0.35:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+=10.0.0.12:5673, +++ '[' -n 10.0.0.46:5673,10.0.0.35:5673,10.0.0.12:5673, ']' +++ echo 10.0.0.46:5673,10.0.0.35:5673,10.0.0.12:5673 ++ RABBITMQ_SERVERS=10.0.0.46:5673,10.0.0.35:5673,10.0.0.12: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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:6379 ' +++ '[' -n '10.0.0.46:6379 10.0.0.35:6379 10.0.0.12:6379 ' ']' +++ echo '10.0.0.46:6379 10.0.0.35:6379 10.0.0.12:6379' ++ REDIS_SERVERS='10.0.0.46:6379 10.0.0.35:6379 10.0.0.12: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.46,10.0.0.35,10.0.0.12 ++ 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.46 +++ local server_address=10.0.0.46 +++ extended_server_list+='10.0.0.46:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.35 +++ local server_address=10.0.0.35 +++ extended_server_list+='10.0.0.35:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.12 +++ local server_address=10.0.0.12 +++ extended_server_list+='10.0.0.12:9092 ' +++ '[' -n '10.0.0.46:9092 10.0.0.35:9092 10.0.0.12:9092 ' ']' +++ echo '10.0.0.46:9092 10.0.0.35:9092 10.0.0.12:9092' ++ KAFKA_SERVERS='10.0.0.46:9092 10.0.0.35:9092 10.0.0.12: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.46 ++ 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.46,10.0.0.35,10.0.0.12 ++ 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.46,10.0.0.35,10.0.0.12 ++ 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.46,10.0.0.35,10.0.0.12,10.0.0.46,10.0.0.35,10.0.0.12 + [[ -z '' ]] + [[ -n 10.0.0.46,10.0.0.35,10.0.0.12,10.0.0.46,10.0.0.35,10.0.0.12 ]] + 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.46,10.0.0.35,10.0.0.12,10.0.0.46,10.0.0.35,10.0.0.12 ++ local servers=10.0.0.46,10.0.0.35,10.0.0.12,10.0.0.46,10.0.0.35,10.0.0.12 ++ local server_list= ++ IFS=, ++ read -ra server_list +++ get_local_ips +++ tr '\n' , +++ sort +++ awk '/32 host/ { print f } {f=$2}' +++ grep -vi host +++ cat /proc/net/fib_trie +++ uniq ++ local local_ips=,10.0.0.35,10.20.0.6,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.46'\''))' ++ local server_ip=10.0.0.46 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.46 ]] ++ [[ ,10.0.0.35,10.20.0.6,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.46, ]] ++ (( ord+=1 )) ++ for server in '"${server_list[@]}"' ++ local ret=0 +++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.35'\''))' ++ local server_ip=10.0.0.35 ++ [[ 0 == 0 ]] ++ [[ -n 10.0.0.35 ]] ++ [[ ,10.0.0.35,10.20.0.6,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.35, ]] ++ echo 10.0.0.35 2 ++ return + my_ip_and_order='10.0.0.35 2' + '[' -n '10.0.0.35 2' ']' + break ++ echo 10.0.0.35 2 ++ cut -d ' ' -f 1 + redis_node_ip=10.0.0.35 + '[' -n 10.0.0.35 ']' + REDIS_LISTEN_ADDRESS=10.0.0.35 + 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.35 != \1\2\7\.\0\.\0\.\1 ]] + '[' -n 10.0.0.35 ']' + redis_opts+=' 10.0.0.35' + '[' -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.35 --port 6379' INFO: redis cmd options: --lua-time-limit 15000 --dbfilename '' --bind 127.0.0.1 10.0.0.35 --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.35 --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.35 --port 6379 1:C 13 Feb 2025 02:12:32.012 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:C 13 Feb 2025 02:12:32.012 # Redis version=6.0.15, bits=64, commit=00000000, modified=0, pid=1, just started 1:C 13 Feb 2025 02:12:32.012 # Configuration loaded 1:M 13 Feb 2025 02:12:32.013 * Running mode=standalone, port=6379. 1:M 13 Feb 2025 02:12:32.013 # Server initialized 1:M 13 Feb 2025 02:12:32.014 # 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 13 Feb 2025 02:12:32.014 * Ready to accept connections 1:M 13 Feb 2025 02:12:58.061 * WARNING: Flushing Redis UVE DB 1:M 13 Feb 2025 02:12:58.061 * WARNING: Flushing Redis UVE DB done 1:M 13 Feb 2025 02:12:58.061 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 1:M 13 Feb 2025 02:12:58.061 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:12:58.061 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 done 1:M 13 Feb 2025 02:12:58.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.069 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 1:M 13 Feb 2025 02:12:58.069 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:12:58.069 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 done 1:M 13 Feb 2025 02:12:58.069 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 1:M 13 Feb 2025 02:12:58.069 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 to NGENERATORS 1:M 13 Feb 2025 02:12:58.069 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 done 1:M 13 Feb 2025 02:12:58.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.072 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.073 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 1:M 13 Feb 2025 02:12:58.073 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:12:58.073 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 done 1:M 13 Feb 2025 02:12:58.074 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 1:M 13 Feb 2025 02:12:58.074 * Add cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:1 to NGENERATORS 1:M 13 Feb 2025 02:12:58.074 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 done 1:M 13 Feb 2025 02:12:58.075 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.079 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.080 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.085 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.087 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:12:58.088 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:01.187 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 1:M 13 Feb 2025 02:13:01.187 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:13:01.187 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 13 Feb 2025 02:13:01.198 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:01.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:01.205 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:01.928 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 1:M 13 Feb 2025 02:13:01.928 * Add an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 13 Feb 2025 02:13:01.928 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 done 1:M 13 Feb 2025 02:13:01.930 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 1:M 13 Feb 2025 02:13:01.930 * Add an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 13 Feb 2025 02:13:01.930 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 done 1:M 13 Feb 2025 02:13:01.946 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:01.953 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:01.990 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:01.995 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:02.004 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 1:M 13 Feb 2025 02:13:02.004 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 to NGENERATORS 1:M 13 Feb 2025 02:13:02.004 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 done 1:M 13 Feb 2025 02:13:02.013 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:02.019 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:02.326 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 1:M 13 Feb 2025 02:13:02.326 * Add an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:13:02.326 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 13 Feb 2025 02:13:02.328 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:02.339 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:02.339 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:03.471 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 1:M 13 Feb 2025 02:13:03.471 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 13 Feb 2025 02:13:03.471 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 done 1:M 13 Feb 2025 02:13:03.473 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 1:M 13 Feb 2025 02:13:03.473 * Add cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 13 Feb 2025 02:13:03.473 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 done 1:M 13 Feb 2025 02:13:03.474 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:03.475 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:03.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:03.483 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:03.484 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:03.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:07.409 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.106 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 1:M 13 Feb 2025 02:13:08.106 * Add an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.106 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 done 1:M 13 Feb 2025 02:13:08.106 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 1:M 13 Feb 2025 02:13:08.106 * Add an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.106 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 done 1:M 13 Feb 2025 02:13:08.107 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 1:M 13 Feb 2025 02:13:08.107 * Add an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.107 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 done 1:M 13 Feb 2025 02:13:08.107 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 1:M 13 Feb 2025 02:13:08.107 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.107 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 done 1:M 13 Feb 2025 02:13:08.107 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 1:M 13 Feb 2025 02:13:08.108 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.108 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 done 1:M 13 Feb 2025 02:13:08.108 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 1:M 13 Feb 2025 02:13:08.108 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.108 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 done 1:M 13 Feb 2025 02:13:08.108 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 1:M 13 Feb 2025 02:13:08.108 * Add cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:1 to NGENERATORS 1:M 13 Feb 2025 02:13:08.108 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 done 1:M 13 Feb 2025 02:13:08.108 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 1:M 13 Feb 2025 02:13:08.109 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.109 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 done 1:M 13 Feb 2025 02:13:08.109 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 1:M 13 Feb 2025 02:13:08.109 * Add cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.109 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 done 1:M 13 Feb 2025 02:13:08.109 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 1:M 13 Feb 2025 02:13:08.109 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.109 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 done 1:M 13 Feb 2025 02:13:08.110 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 1:M 13 Feb 2025 02:13:08.110 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.110 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 done 1:M 13 Feb 2025 02:13:08.110 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 1:M 13 Feb 2025 02:13:08.110 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.110 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 done 1:M 13 Feb 2025 02:13:08.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.115 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.121 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.122 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Analytics:contrail-analytics-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.124 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.125 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.130 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.131 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-config-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.730 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 1:M 13 Feb 2025 02:13:08.730 * Add cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.730 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 done 1:M 13 Feb 2025 02:13:08.730 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.788 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.788 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.874 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 1:M 13 Feb 2025 02:13:08.874 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:13:08.874 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 done 1:M 13 Feb 2025 02:13:08.877 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:08.889 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsAlarm:contrail-analytics-alarm-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:10.521 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 1:M 13 Feb 2025 02:13:10.521 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 to NGENERATORS 1:M 13 Feb 2025 02:13:10.521 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 done 1:M 13 Feb 2025 02:13:10.524 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:10.531 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:10.533 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Analytics:contrail-analytics-api:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:16.158 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 1:M 13 Feb 2025 02:13:16.158 * Add cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 to NGENERATORS 1:M 13 Feb 2025 02:13:16.158 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 done 1:M 13 Feb 2025 02:13:16.161 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:16.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:16.207 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:21.053 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 13 Feb 2025 02:13:21.053 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 13 Feb 2025 02:13:21.053 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 13 Feb 2025 02:13:21.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:21.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:21.068 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:22.764 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 1:M 13 Feb 2025 02:13:22.764 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 to NGENERATORS 1:M 13 Feb 2025 02:13:22.764 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 done 1:M 13 Feb 2025 02:13:22.765 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:22.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:22.777 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:AnalyticsSNMP:contrail-snmp-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:24.798 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:24.838 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:28.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:37.407 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:41.218 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:13:41.261 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:13:54.798 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:54.838 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:13:58.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:07.407 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:09.434 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 1:M 13 Feb 2025 02:14:09.434 * Add cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:14:09.434 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 done 1:M 13 Feb 2025 02:14:09.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:09.453 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:09.453 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1:Control:contrail-control-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:10.256 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-2728-1 1:M 13 Feb 2025 02:14:22.283 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:14:24.798 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:24.841 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:28.043 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:37.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:54.798 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:54.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:14:56.320 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-2728-3 1:M 13 Feb 2025 02:14:57.294 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-2728-2 1:M 13 Feb 2025 02:14:58.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:15:07.411 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:15:24.799 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:15:24.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:15:28.044 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:15:37.412 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:15:40.378 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectBgpRouter:cn-jenkins-deploy-platform-ansible-os-2728-3 1:M 13 Feb 2025 02:15:54.802 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:15:54.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:15:58.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:16:02.854 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 1:M 13 Feb 2025 02:16:02.855 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0:ModuleClientState 1:M 13 Feb 2025 02:16:02.855 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:16:02.855 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0:NodeStatus 1:M 13 Feb 2025 02:16:02.855 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0:NodeStatus [#1] 1:M 13 Feb 2025 02:16:02.855 * Remove cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 from NGENERATORS 1:M 13 Feb 2025 02:16:02.855 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 successful 1:M 13 Feb 2025 02:16:03.536 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 1:M 13 Feb 2025 02:16:03.536 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0:ModuleClientState 1:M 13 Feb 2025 02:16:03.536 * Delete cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:16:03.536 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0:NodeStatus 1:M 13 Feb 2025 02:16:03.536 * Delete cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0:NodeStatus [#1] 1:M 13 Feb 2025 02:16:03.536 * Remove cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 from NGENERATORS 1:M 13 Feb 2025 02:16:03.536 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 successful 1:M 13 Feb 2025 02:16:07.413 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:16:24.800 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:16:24.840 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:16:28.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:16:37.413 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:16:50.209 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 1:M 13 Feb 2025 02:16:50.209 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0:ModuleClientState 1:M 13 Feb 2025 02:16:50.209 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:16:50.209 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0:QEDbStats 1:M 13 Feb 2025 02:16:50.209 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0:QEDbStats [#1] 1:M 13 Feb 2025 02:16:50.209 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0:NodeStatus 1:M 13 Feb 2025 02:16:50.209 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0:NodeStatus [#1] 1:M 13 Feb 2025 02:16:50.209 * Remove cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 from NGENERATORS 1:M 13 Feb 2025 02:16:50.209 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-query-engine:0 successful 1:M 13 Feb 2025 02:16:54.800 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:16:54.839 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:16:58.045 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:00.246 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 1:M 13 Feb 2025 02:17:00.246 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0:CassandraStatusData 1:M 13 Feb 2025 02:17:00.246 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0:CassandraStatusData [#1] 1:M 13 Feb 2025 02:17:00.246 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0:ModuleClientState 1:M 13 Feb 2025 02:17:00.246 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:17:00.246 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0:NodeStatus 1:M 13 Feb 2025 02:17:00.246 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0:NodeStatus [#1] 1:M 13 Feb 2025 02:17:00.246 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo 1:M 13 Feb 2025 02:17:00.246 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo [#1] 1:M 13 Feb 2025 02:17:00.247 * Remove cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 from NGENERATORS 1:M 13 Feb 2025 02:17:00.247 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2728-1.:Database:contrail-database-nodemgr:0 successful 1:M 13 Feb 2025 02:17:16.069 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 1:M 13 Feb 2025 02:17:16.069 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 to NGENERATORS 1:M 13 Feb 2025 02:17:16.069 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 done 1:M 13 Feb 2025 02:17:16.069 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:16.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:16.073 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:24.800 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:24.840 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:28.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:39.479 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigDatabaseInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:17:42.043 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 1:M 13 Feb 2025 02:17:42.043 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0:ModuleClientState 1:M 13 Feb 2025 02:17:42.043 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:17:42.043 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0:NodeStatus 1:M 13 Feb 2025 02:17:42.043 * Delete cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0:NodeStatus [#1] 1:M 13 Feb 2025 02:17:42.043 * Remove cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 from NGENERATORS 1:M 13 Feb 2025 02:17:42.043 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 successful 1:M 13 Feb 2025 02:17:44.489 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:17:54.802 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:54.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:17:58.046 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:18:24.801 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:18:24.840 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:18:26.565 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectDatabaseInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:18:28.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:18:54.805 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:18:54.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:18:58.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:07.739 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 1:M 13 Feb 2025 02:19:07.739 * Add cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:19:07.739 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 done 1:M 13 Feb 2025 02:19:07.741 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:07.787 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:07.788 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:22.790 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:19:23.738 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectCollectorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:19:24.803 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:24.843 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:28.047 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:34.097 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 1:M 13 Feb 2025 02:19:34.097 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 to NGENERATORS 1:M 13 Feb 2025 02:19:34.097 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 done 1:M 13 Feb 2025 02:19:34.099 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:34.103 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:34.104 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Config:contrail-svc-monitor:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:34.433 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 1:M 13 Feb 2025 02:19:34.433 * Add cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 to NGENERATORS 1:M 13 Feb 2025 02:19:34.433 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 done 1:M 13 Feb 2025 02:19:34.435 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:34.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:34.438 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-1.:Config:contrail-schema:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:54.807 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:54.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:19:58.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:14.645 * DelRequest for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 1:M 13 Feb 2025 02:20:14.645 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0:CassandraStatusData 1:M 13 Feb 2025 02:20:14.645 * Delete cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0:CassandraStatusData [#1] 1:M 13 Feb 2025 02:20:14.645 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0:ModuleClientState 1:M 13 Feb 2025 02:20:14.645 * Delete cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:20:14.645 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0:NodeStatus 1:M 13 Feb 2025 02:20:14.645 * Delete cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0:NodeStatus [#1] 1:M 13 Feb 2025 02:20:14.645 * Read UVES:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo 1:M 13 Feb 2025 02:20:14.645 * Delete cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0:DatabaseUsageInfo [#1] 1:M 13 Feb 2025 02:20:14.645 * Remove cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 from NGENERATORS 1:M 13 Feb 2025 02:20:14.645 * Delete Request for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 successful 1:M 13 Feb 2025 02:20:24.804 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:24.841 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:28.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:38.793 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 1:M 13 Feb 2025 02:20:38.793 * Add cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 to NGENERATORS 1:M 13 Feb 2025 02:20:38.793 * GetSeq for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 done 1:M 13 Feb 2025 02:20:38.794 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:38.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:38.800 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-3.:Database:contrail-database-nodemgr:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:54.733 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigDatabaseInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:20:54.803 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:54.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:20:58.048 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:21:24.805 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:21:24.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:21:28.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:21:36.780 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectDatabaseInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:21:54.803 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:21:54.841 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:21:58.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:22:24.804 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:22:24.842 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:22:28.049 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:22:29.849 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:22:54.806 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:22:54.844 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:22:58.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:23:24.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:23:24.843 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:23:28.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:23:54.806 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:23:54.843 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:23:58.050 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:24:24.805 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:24:24.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:24:28.051 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:24:54.806 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:24:54.844 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:24:58.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:25:24.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:25:24.844 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:25:28.052 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:25:54.810 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:25:54.844 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:25:58.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:26:24.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:26:24.845 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:26:28.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:26:54.810 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:26:54.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:26:58.053 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:27:24.807 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:27:24.848 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:27:28.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:27:54.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:27:54.846 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:27:58.054 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:28:24.809 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:28:24.846 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:28:28.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:28:54.808 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:28:54.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:28:58.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:29:24.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:29:24.846 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:29:28.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:29:54.809 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:29:54.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:29:58.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:30:24.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:30:24.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:30:28.055 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:30:54.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:30:54.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:30:58.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:31:24.812 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:31:24.847 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:31:28.056 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:31:54.810 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:31:54.850 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:31:58.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:32:24.811 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:32:24.850 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:32:28.057 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:32:31.318 * DelRequest for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VMIStats 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VMIStats [#1] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#2] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#1] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VMITags 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VMITags [#1] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 13 Feb 2025 02:32:31.318 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 13 Feb 2025 02:32:31.318 * Delete an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 13 Feb 2025 02:32:31.318 * Remove an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 13 Feb 2025 02:32:31.318 * Delete Request for an-jenkins-deploy-platform-ansible-os-2728-2:Compute:contrail-vrouter-agent:0 successful 1:M 13 Feb 2025 02:32:31.330 * DelRequest for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VrouterAgent 1:M 13 Feb 2025 02:32:31.330 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VrouterAgent [#1] 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VMIStats 1:M 13 Feb 2025 02:32:31.330 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VMIStats [#1] 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent 1:M 13 Feb 2025 02:32:31.330 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:UveVirtualNetworkAgent [#2] 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent 1:M 13 Feb 2025 02:32:31.330 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VrouterStatsAgent [#1] 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent 1:M 13 Feb 2025 02:32:31.330 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:UveVMInterfaceAgent [#1] 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VMITags 1:M 13 Feb 2025 02:32:31.330 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VMITags [#1] 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VrouterControlStats 1:M 13 Feb 2025 02:32:31.330 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:VrouterControlStats [#1] 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:ModuleClientState 1:M 13 Feb 2025 02:32:31.330 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:32:31.330 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:ComputeCpuState 1:M 13 Feb 2025 02:32:31.331 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:ComputeCpuState [#1] 1:M 13 Feb 2025 02:32:31.331 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:NodeStatus 1:M 13 Feb 2025 02:32:31.331 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0:NodeStatus [#1] 1:M 13 Feb 2025 02:32:31.331 * Remove an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 from NGENERATORS 1:M 13 Feb 2025 02:32:31.331 * Delete Request for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 successful 1:M 13 Feb 2025 02:32:52.300 * DelRequest for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 1:M 13 Feb 2025 02:32:52.300 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0:ModuleClientState 1:M 13 Feb 2025 02:32:52.300 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0:ModuleClientState [#1] 1:M 13 Feb 2025 02:32:52.300 * Read UVES:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0:NodeStatus 1:M 13 Feb 2025 02:32:52.300 * Delete an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0:NodeStatus [#1] 1:M 13 Feb 2025 02:32:52.300 * Remove an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 from NGENERATORS 1:M 13 Feb 2025 02:32:52.300 * Delete Request for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-nodemgr:0 successful 1:M 13 Feb 2025 02:32:58.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:33:23.596 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectConfigNode:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:33:28.058 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:33:58.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:34:24.417 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 1:M 13 Feb 2025 02:34:24.417 * Add an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 to NGENERATORS 1:M 13 Feb 2025 02:34:24.417 * GetSeq for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 done 1:M 13 Feb 2025 02:34:24.422 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:34:24.426 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:34:28.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:34:54.402 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:34:58.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:35:24.404 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:35:28.059 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:35:54.404 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:35:58.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:36:23.790 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:36:23.839 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:36:24.405 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:36:28.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:36:30.798 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:36:32.805 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:36:54.404 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:36:58.060 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:37:01.891 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:37:11.866 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:37:24.406 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:37:28.061 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:37:34.886 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:37:34.895 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:37:52.960 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:37:53.891 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:37:53.902 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-FloatingipBasicTestSanity-60426687:ctest-fvn-62977998 part 21 1:M 13 Feb 2025 02:37:53.904 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:2ed211c4-5405-4ada-af2c-d1281321ddb5 part 8 1:M 13 Feb 2025 02:37:53.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-60426687:660fde91-b8b8-4bce-b36e-d1dd025f8729 part 14 1:M 13 Feb 2025 02:37:53.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-60426687:660fde91-b8b8-4bce-b36e-d1dd025f8729 part 14 1:M 13 Feb 2025 02:37:53.906 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-FloatingipBasicTestSanity-60426687:660fde91-b8b8-4bce-b36e-d1dd025f8729 part 14 1:M 13 Feb 2025 02:37:54.410 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:37:55.879 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:37:58.064 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:38:11.339 * DelUVE on cn-jenkins-deploy-platform-ansible-os-2728-2.:Config:contrail-svc-monitor:0 for ObjectSITable:default-domain:ctest-TestRoutersBasic-74813182:snat_986baa77-1cc5-48fb-881b-f2164f3bec0c_b958951a-f6c8-4130-a980-89db244e5562 part 21 1:M 13 Feb 2025 02:38:11.877 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:38:11.899 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:38:11.921 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:38:23.901 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-74813182:ctest-ext_vn-40749226 part 20 1:M 13 Feb 2025 02:38:23.902 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestRoutersBasic-74813182:ctest-vn-47525958 part 23 1:M 13 Feb 2025 02:38:23.903 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:52e5387e-0103-4627-bb92-3be0d24d6954 part 7 1:M 13 Feb 2025 02:38:23.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-74813182:021ec554-0065-45a9-888c-3cc727f88830 part 17 1:M 13 Feb 2025 02:38:23.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-74813182:021ec554-0065-45a9-888c-3cc727f88830 part 17 1:M 13 Feb 2025 02:38:23.906 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestRoutersBasic-74813182:021ec554-0065-45a9-888c-3cc727f88830 part 17 1:M 13 Feb 2025 02:38:23.953 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:38:24.407 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:38:26.904 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:38:26.926 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:38:26.963 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:38:26.983 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:38:28.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:38:35.933 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:38:36.007 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:38:36.949 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:38:41.944 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:38:54.409 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:38:58.062 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:39:05.097 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:39:17.967 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:39:17.980 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:39:18.009 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:39:23.004 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:39:23.025 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:39:23.902 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicPolicy-43482485:ctest-vn-13585723 part 26 1:M 13 Feb 2025 02:39:23.903 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:fd384b65-2778-4783-bf68-34361151516f part 5 1:M 13 Feb 2025 02:39:23.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-43482485:7a3fd4fe-f187-40fe-9078-5eb12738ba61 part 17 1:M 13 Feb 2025 02:39:23.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-43482485:7a3fd4fe-f187-40fe-9078-5eb12738ba61 part 17 1:M 13 Feb 2025 02:39:23.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicPolicy-43482485:7a3fd4fe-f187-40fe-9078-5eb12738ba61 part 17 1:M 13 Feb 2025 02:39:24.410 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:39:28.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:39:36.048 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:39:54.407 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:39:58.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:40:18.065 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:40:22.058 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:40:24.411 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:40:28.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:40:34.120 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:40:34.135 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:40:36.063 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:40:36.104 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:40:41.055 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:40:41.077 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:40:41.108 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:40:46.066 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:40:48.063 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:40:53.902 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestSvcRegr-49195322:ctest-right_vn-77371436 part 26 1:M 13 Feb 2025 02:40:53.902 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5bb505e8-7eef-4476-b36e-8dd0dc4c5f92 part 9 1:M 13 Feb 2025 02:40:53.903 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:5bb505e8-7eef-4476-b36e-8dd0dc4c5f92 part 9 1:M 13 Feb 2025 02:40:53.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-49195322:878242e2-0cf8-4e27-bf72-41b64c7a5d4b part 17 1:M 13 Feb 2025 02:40:53.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-49195322:878242e2-0cf8-4e27-bf72-41b64c7a5d4b part 17 1:M 13 Feb 2025 02:40:53.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestSvcRegr-49195322:878242e2-0cf8-4e27-bf72-41b64c7a5d4b part 17 1:M 13 Feb 2025 02:40:54.411 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:40:58.063 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:41:24.414 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:41:28.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:41:31.109 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:41:49.129 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:41:49.140 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:41:54.154 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:41:54.412 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:41:58.071 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:42:00.175 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsSNMPInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:42:00.191 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:42:21.150 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-3. 1:M 13 Feb 2025 02:42:24.413 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:42:28.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:42:46.195 * DelAlarm on cn-jenkins-deploy-platform-ansible-os-2728-2.:AnalyticsAlarm:contrail-alarm-gen:0 for ObjectAnalyticsAlarmInfo:cn-jenkins-deploy-platform-ansible-os-2728-1. 1:M 13 Feb 2025 02:42:54.415 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:42:58.065 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:43:23.904 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVNTable:default-domain:ctest-TestBasicVMVN-01811198:ctest-vn-41001532 part 20 1:M 13 Feb 2025 02:43:23.905 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-01811198:4ad711af-3324-485c-ba9d-8f78ed8b6b25 part 19 1:M 13 Feb 2025 02:43:23.906 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-01811198:4ad711af-3324-485c-ba9d-8f78ed8b6b25 part 19 1:M 13 Feb 2025 02:43:23.906 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMITable:default-domain:ctest-TestBasicVMVN-01811198:4ad711af-3324-485c-ba9d-8f78ed8b6b25 part 19 1:M 13 Feb 2025 02:43:24.413 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:43:28.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:43:53.904 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1523935e-dd66-425b-ac33-09ba5f1f8851 part 9 1:M 13 Feb 2025 02:43:53.904 * DelUVE on an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 for ObjectVMTable:1523935e-dd66-425b-ac33-09ba5f1f8851 part 9 1:M 13 Feb 2025 02:43:54.413 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:43:58.067 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:44:24.415 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:44:28.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:44:54.418 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:44:58.066 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:45:24.414 * UVEUpdate for an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 key ObjectGeneratorInfo:an-jenkins-deploy-platform-ansible-os-2728-1:Compute:contrail-vrouter-agent:0 type:attr ModuleClientState:client_info 1:M 13 Feb 2025 02:45:28.070 * UVEUpdate for cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 key ObjectGeneratorInfo:cn-jenkins-deploy-platform-ansible-os-2728-2.:Analytics:contrail-collector:0 type:attr ModuleClientState:client_info