Skip to content

Commit 8514e58

Browse files
committed
Added llama ip
1 parent 60aabb7 commit 8514e58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/e2e-prow/rhoai/pipeline-services.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ oc apply -f "$BASE_DIR/manifests/lightspeed/llama-stack.yaml"
77
oc wait pod/llama-stack-service \
88
-n e2e-rhoai-dsc --for=condition=Ready --timeout=300s
99

10+
export LLAMA_IP=$(oc get pod llama-stack-service -n e2e-rhoai-dsc -o jsonpath='{.status.podIP}')
11+
1012
# Get IP address of llama-stack pod
1113
oc create secret generic llama-stack-ip-secret \
1214
--from-literal=key="$LLAMA_IP" \

0 commit comments

Comments
 (0)