Skip to content

Commit

Permalink
DNM: e2e temporary debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbooth committed Jan 30, 2025
1 parent 4f23daa commit 5b0f1fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hack/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kubectl kuttl test $E2E_KUTTL_DIR --test "$E2E_KUTTL_TEST"
# HACK: Update the devstack default provider network name to match the one
# hardcoded in the cirros example
export OS_CLOUD=devstack-admin
openstack network set --name provider_net_dualstack_1 private
openstack -vv network set --name provider_net_dualstack_1 private

# Now drop admin privileges
export OS_CLOUD=devstack
Expand All @@ -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 -vv 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}')"

0 comments on commit 5b0f1fc

Please sign in to comment.