From 04ab9291db4de0eb3c7bddf0bc956665ef064fd1 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Thu, 30 Jan 2025 19:05:59 +0000 Subject: [PATCH] DNM: e2e temporary debug output --- hack/e2e.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hack/e2e.sh b/hack/e2e.sh index c77bc9ef..4d010e75 100755 --- a/hack/e2e.sh +++ b/hack/e2e.sh @@ -32,6 +32,10 @@ make load-credentials # Apply the cirros server example and wait for the server to be available kubectl apply -k apply/cirros --server-side + +openstack network list +openstack network show provider_net_dualstack_1 + kubectl wait --timeout=10m --for=condition=available server ${USER}-cirros-server openstack server show "$(kubectl get server ${USER}-cirros-server -o jsonpath='{.status.id}')"