#!/bin/bash set -euo pipefail exec > >(tee -i /home/zuul/ci-framework-data/logs/ci_script_004_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="18.0-fr5" export OPENSTACK_REPO="/home/zuul/src/github.com/openstack-k8s-operators/openstack-operator" export OPENSTACK_BRANCH="" 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" make openstack_init popd