#!/bin/bash set -euo pipefail exec > >(tee -i /home/zuul/ci-framework-data/logs/ci_script_001_run_openstack_wait.log) 2>&1 pushd /home/zuul/src/github.com/openstack-k8s-operators/install_yamls export KUBECONFIG="/home/zuul/.crc/machines/crc/kubeconfig" export BMO_SETUP="False" export NETWORK_ISOLATION="False" export PATH="/home/zuul/.crc/bin:/home/zuul/.crc/bin/oc:/home/zuul/bin:/home/zuul/test-python/bin:/home/zuul/.crc/bin/oc:/home/zuul/.local/bin:/home/zuul/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin" make openstack_wait popd