--Task-- name: Deploy_or_discover_overseer enabled: True class_name: DeployOrDiscoverOverseerTask source_name: controller source_namespace: >default< target_name: controller target_namespace: >default< start: 0.0 stop: None timeout: no timeout loop: False interval: None dependencies: ['Discover_Tenant'] wait_for: [] preceding_task: None options: {} group_name: None Current dir: /mnt/disk1/xslou/workshop/lodestar-fork/pyrock task will be executed on controller (localhost) ________________________________________________________________________________ [2025-03-15 18:14:01] Deploy_or_discover_overseer step1 : Discover or deploy overseer ________________________________________________________________________________ 2025-03-15 18:14:02,140 INFO 2025-03-15 18:14:02,140 INFO [loop_until]: kubectl --namespace=xlou get deployments -l "release=overseer" -o name 2025-03-15 18:14:02,140 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 18:14:02,438 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:02,439 DEBUG --- stdout --- 2025-03-15 18:14:02,439 DEBUG deployment.apps/overseer-0 2025-03-15 18:14:02,439 DEBUG --- stderr --- 2025-03-15 18:14:02,439 DEBUG Discover overseer pod: overseer-0 2025-03-15 18:14:02,607 INFO 2025-03-15 18:14:02,607 INFO --------------------- Get expected number of pods --------------------- 2025-03-15 18:14:02,608 INFO 2025-03-15 18:14:02,608 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployments --selector app=overseer-0 --output jsonpath={.items[*].spec.replicas} 2025-03-15 18:14:02,608 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 18:14:02,886 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:02,886 DEBUG --- stdout --- 2025-03-15 18:14:02,886 DEBUG 1 2025-03-15 18:14:02,886 DEBUG --- stderr --- 2025-03-15 18:14:02,886 DEBUG 2025-03-15 18:14:02,886 INFO 2025-03-15 18:14:02,886 INFO ------------- Reloading pod list for product "overseer-0" ------------- 2025-03-15 18:14:02,886 INFO 2025-03-15 18:14:02,886 INFO [loop_until]: awk -F" " "{print NF}" <<< `kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods --selector app=overseer-0 --output jsonpath={.items[*].metadata.name}` | grep 1 2025-03-15 18:14:02,886 INFO [loop_until]: (max_time=360.0, interval=10, expected_rc=[0] 2025-03-15 18:14:03,199 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected number of elements found 2025-03-15 18:14:03,199 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:03,199 DEBUG --- stdout --- 2025-03-15 18:14:03,199 DEBUG overseer-0-59c948f569-rgrkv 2025-03-15 18:14:03,199 DEBUG --- stderr --- 2025-03-15 18:14:03,199 DEBUG 2025-03-15 18:14:03,199 INFO 2025-03-15 18:14:03,200 INFO ---------- Check pod overseer-0-59c948f569-rgrkv is running ---------- 2025-03-15 18:14:03,200 INFO 2025-03-15 18:14:03,200 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods overseer-0-59c948f569-rgrkv -o=jsonpath={.status.phase} | grep "Running" 2025-03-15 18:14:03,200 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 2025-03-15 18:14:03,499 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 18:14:03,499 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:03,499 DEBUG --- stdout --- 2025-03-15 18:14:03,499 DEBUG Running 2025-03-15 18:14:03,499 DEBUG --- stderr --- 2025-03-15 18:14:03,499 DEBUG 2025-03-15 18:14:03,500 INFO 2025-03-15 18:14:03,500 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pods overseer-0-59c948f569-rgrkv -o=jsonpath={.status.containerStatuses[*].ready} | grep "true" 2025-03-15 18:14:03,500 INFO [loop_until]: (max_time=360, interval=5, expected_rc=[0] 2025-03-15 18:14:03,775 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 18:14:03,775 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:03,775 DEBUG --- stdout --- 2025-03-15 18:14:03,775 DEBUG true 2025-03-15 18:14:03,775 DEBUG --- stderr --- 2025-03-15 18:14:03,775 DEBUG 2025-03-15 18:14:03,775 INFO 2025-03-15 18:14:03,775 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod overseer-0-59c948f569-rgrkv --output jsonpath={.status.startTime} 2025-03-15 18:14:03,775 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 18:14:04,051 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:04,051 DEBUG --- stdout --- 2025-03-15 18:14:04,051 DEBUG 2025-03-15T01:05:40Z 2025-03-15 18:14:04,051 DEBUG --- stderr --- 2025-03-15 18:14:04,051 DEBUG 2025-03-15 18:14:04,052 INFO 2025-03-15 18:14:04,052 INFO --- Check pod overseer-0-59c948f569-rgrkv filesystem is accessible --- 2025-03-15 18:14:04,767 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 18:14:04,768 INFO 2025-03-15 18:14:04,768 INFO --------- Check pod overseer-0-59c948f569-rgrkv restart count --------- 2025-03-15 18:14:04,768 INFO 2025-03-15 18:14:04,768 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get pod overseer-0-59c948f569-rgrkv --output jsonpath={.status.containerStatuses[*].restartCount} 2025-03-15 18:14:04,768 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 18:14:05,044 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:05,044 DEBUG --- stdout --- 2025-03-15 18:14:05,044 DEBUG 0 2025-03-15 18:14:05,044 DEBUG --- stderr --- 2025-03-15 18:14:05,044 DEBUG 2025-03-15 18:14:05,044 INFO Pod overseer-0-59c948f569-rgrkv has been restarted 0 times. 2025-03-15 18:14:05,044 INFO 2025-03-15 18:14:05,044 INFO --------------------- Get expected number of pods --------------------- 2025-03-15 18:14:05,045 INFO 2025-03-15 18:14:05,045 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployments --selector app=overseer-0 --output jsonpath={.items[*].spec.replicas} 2025-03-15 18:14:05,045 INFO [loop_until]: (max_time=180, interval=5, expected_rc=[0] 2025-03-15 18:14:05,321 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:05,321 DEBUG --- stdout --- 2025-03-15 18:14:05,321 DEBUG 1 2025-03-15 18:14:05,321 DEBUG --- stderr --- 2025-03-15 18:14:05,321 DEBUG 2025-03-15 18:14:05,321 INFO 2025-03-15 18:14:05,321 INFO -------------- Waiting for 1 expected pod(s) to be ready -------------- 2025-03-15 18:14:05,322 INFO 2025-03-15 18:14:05,322 INFO [loop_until]: kubectl --namespace=xlou --context=gke_engineeringpit_us-east1-d_xlou-cdm get deployments overseer-0 --output jsonpath="ready:{.status.readyReplicas} replicas:{.status.replicas}" | grep "ready:1 replicas:1" 2025-03-15 18:14:05,322 INFO [loop_until]: (max_time=900, interval=30, expected_rc=[0] 2025-03-15 18:14:05,617 INFO [loop_until]: Function succeeded after 0s (rc=0) - expected pattern found 2025-03-15 18:14:05,617 INFO [loop_until]: OK (rc = 0) 2025-03-15 18:14:05,617 DEBUG --- stdout --- 2025-03-15 18:14:05,617 DEBUG ready:1 replicas:1 2025-03-15 18:14:05,617 DEBUG --- stderr --- 2025-03-15 18:14:05,617 DEBUG 2025-03-15 18:14:05,617 INFO Livecheck to https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com 2025-03-15 18:14:05,617 INFO [http_cmd]: curl --insecure -L --request GET "https://overseer-0.xlou.iam.xlou-cdm.engineeringpit.com" 2025-03-15 18:14:05,936 INFO [http_cmd]: http status code OK 2025-03-15 18:14:05,936 DEBUG --- status code --- 2025-03-15 18:14:05,936 DEBUG http status code is 200 (expected 200) 2025-03-15 18:14:05,936 DEBUG --- http response --- 2025-03-15 18:14:05,936 DEBUG [print_head_tail]: Print head (10 lines) and tail (10 lines) of input string (21 lines): 2025-03-15 18:14:05,936 DEBUG ----- output ----- Directory listing for /

Directory listing for /



________________________________________________________________________________ [2025-03-15 18:14:05] Deploy_or_discover_overseer post : Post method ________________________________________________________________________________ Setting result to PASS Task has been successfully stopped