#!/bin/bash set -euo pipefail exec > >(tee -i /home/zuul/ci-framework-data/logs/ci_script_003_run_openstack.log) 2>&1 pushd /home/zuul/src/github.com/openstack-k8s-operators/install_yamls export DEPLOY_DIR="/home/zuul/ci-framework-data/artifacts/edpm_compute" export BMAAS_INSTANCE_MEMORY="8192" export BMAAS_INSTANCE_VCPUS="6" export BMAAS_INSTANCE_DISK_SIZE="40" export DATAPLANE_GROWVOLS_ARGS="/=8GB /tmp=1GB /home=1GB /var=8GB" export INSTALL_CERT_MANAGER="False" export OUT="/home/zuul/ci-framework-data/artifacts/manifests" export OUTPUT_DIR="/home/zuul/ci-framework-data/artifacts/edpm" export CHECKOUT_FROM_OPENSTACK_REF="true" export OPENSTACK_K8S_BRANCH="main" export KUBECONFIG="/home/zuul/.crc/machines/crc/kubeconfig" 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.146:5001/openstack-k8s-operators/openstack-operator-index:721c3f7c64850716e5de5f4e76e1ef4c36c28652" make openstack popd