#!/bin/bash set -euo pipefail exec > >(tee -i /home/zuul/ci-framework-data/logs/ci_script_013_run_openstack_init.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_BRANCH="" export OPENSTACK_CTLPLANE="config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation_fr1.yaml" export OPENSTACK_K8S_BRANCH="main" export OPENSTACK_REPO="/home/zuul/src/github.com/openstack-k8s-operators/openstack-operator" 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.83:5001/openstack-k8s-operators/openstack-operator-index:d8b6f84e136cb9a07fc887f6f59bec497f96a169" export BMO_CLEANUP="False" make openstack_init popd