#!/bin/bash set -euo pipefail exec > >(tee -i /home/zuul/ci-framework-data/logs/ci_script_006_run_netconfig_deploy.log) 2>&1 pushd /home/zuul/src/github.com/openstack-k8s-operators/install_yamls export BMAAS_INSTANCE_DISK_SIZE="60" export OPENSTACK_CTLPLANE="config/samples/core_v1beta1_openstackcontrolplane_galera_network_isolation_fr1.yaml" 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 BAREMETAL_REPO="/home/zuul/src/github.com/openstack-k8s-operators/openstack-baremetal-operator" export BAREMETAL_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 netconfig_deploy popd