Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-42375: OpenStack: export new SR-IOV related images #56991

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ if [ -n "${is_dev_version:-}" ]; then
export SRIOV_NETWORK_CONFIG_DAEMON_IMAGE=quay.io/openshift/origin-sriov-network-config-daemon:${oc_version}
export SRIOV_NETWORK_WEBHOOK_IMAGE=quay.io/openshift/origin-sriov-network-webhook:${oc_version}
export SRIOV_NETWORK_OPERATOR_IMAGE=quay.io/openshift/origin-sriov-network-operator:${oc_version}
export METRICS_EXPORTER_IMAGE=quay.io/openshift/origin-sriov-network-metrics-exporter:${oc_version}
export METRICS_EXPORTER_KUBE_RBAC_PROXY_IMAGE=quay.io/openshift/origin-kube-rbac-proxy:${oc_version}
export RDMA_CNI_IMAGE=quay.io/openshift/origin-rdma-cni:${oc_version}
export OVS_CNI_IMAGE=""
unset NAMESPACE
# CLUSTER_TYPE is used by both openshift/release and the operator, so we need to unset it
Expand Down