#!/bin/bash set -euo pipefail exec > >(tee -i /home/zuul/ci-framework-data/logs/ci_script_012_run_openstack_wait.log) 2>&1 pushd /home/zuul/src/github.com/openstack-k8s-operators/install_yamls export BMAAS_INSTANCE_DISK_SIZE="60" export CHECKOUT_FROM_OPENSTACK_REF="true" export KUBECONFIG="/home/zuul/.crc/machines/crc/kubeconfig" export OPENSTACK_CTLPLANE="config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation_fr1.yaml" export OPENSTACK_K8S_BRANCH="main" export OUT="/home/zuul/ci-framework-data/artifacts/manifests" export OUTPUT_DIR="/home/zuul/ci-framework-data/artifacts/edpm" export PATH="/home/zuul/.crc/bin:/home/zuul/.crc/bin/oc:/home/zuul/bin:/home/zuul/.crc/bin/oc:/home/zuul/.local/bin:/home/zuul/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin" export OPENSTACK_IMG="38.102.83.46:5001/openstack-k8s-operators/openstack-operator-index:721c3f7c64850716e5de5f4e76e1ef4c36c28652" export BMO_CLEANUP="False" make openstack_wait popd